Home
last modified time | relevance | path

Searched refs:op_end (Results 1 – 25 of 110) sorted by relevance

12345

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-mcore.c856 char * op_end; in md_assemble() local
872 for (op_start = op_end = str; in md_assemble()
873 nlen < 20 && !is_end_of_line [(unsigned char) *op_end] && *op_end != ' '; in md_assemble()
874 op_end++) in md_assemble()
905 op_end = parse_imm (op_end + 1, & reg, 0, 3); in md_assemble()
911 op_end = parse_reg (op_end + 1, & reg); in md_assemble()
917 op_end = parse_reg (op_end + 1, & reg); in md_assemble()
931 op_end = parse_reg (op_end + 1, & reg); in md_assemble()
964 op_end = parse_reg (op_end + 1, & reg); in md_assemble()
968 while (ISSPACE (* op_end)) in md_assemble()
[all …]
Dtc-pj.c230 char *op_end; in md_assemble() local
245 for (op_end = str; in md_assemble()
246 *op_end && !is_end_of_line[*op_end & 0xff] && *op_end != ' '; in md_assemble()
247 op_end++) in md_assemble()
250 pend = *op_end; in md_assemble()
251 *op_end = 0; in md_assemble()
257 *op_end = pend; in md_assemble()
269 (*opcode->u.func) (opcode, op_end); in md_assemble()
285 if (*op_end == ',' && an != 0) in md_assemble()
286 op_end++; in md_assemble()
[all …]
Dtc-z8k.c709 get_operands (const opcode_entry_type *opcode, char *op_end, op_type *operand) in get_operands() argument
711 char *ptr = op_end; in get_operands()
1178 char *op_end; in md_assemble() local
1187 for (op_start = op_end = str; in md_assemble()
1188 *op_end != 0 && *op_end != ' ' && ! is_end_of_line[(unsigned char) *op_end]; in md_assemble()
1189 op_end++) in md_assemble()
1192 if (op_end == op_start) in md_assemble()
1196 c = *op_end; in md_assemble()
1198 *op_end = 0; /* Zero-terminate op code string for hash_find() call. */ in md_assemble()
1208 *op_end = c; /* Restore original string. */ in md_assemble()
[all …]
Dtc-h8300.c841 get_operands (unsigned int noperands, char *op_end, struct h8_op *operand) in get_operands() argument
843 char *ptr = op_end; in get_operands()
889 get_mova_operands (char *op_end, struct h8_op *operand) in get_mova_operands() argument
891 char *ptr = op_end; in get_mova_operands()
1836 char *op_end; in md_assemble() local
1851 for (op_start = op_end = str; in md_assemble()
1852 *op_end != 0 && *op_end != ' '; in md_assemble()
1853 op_end++) in md_assemble()
1855 if (*op_end == '.') in md_assemble()
1857 dot = op_end + 1; in md_assemble()
[all …]
Dtc-m68hc11.c2453 unsigned char *op_start, *op_end; in md_assemble() local
2468 for (op_start = op_end = (unsigned char *) str; in md_assemble()
2469 *op_end && nlen < 20 && !is_end_of_line[*op_end] && *op_end != ' '; in md_assemble()
2470 op_end++) in md_assemble()
2505 if (*op_end == ' ' || *op_end == '\t') in md_assemble()
2507 while (*op_end == ' ' || *op_end == '\t') in md_assemble()
2508 op_end++; in md_assemble()
2511 && (*op_end && in md_assemble()
2512 (is_end_of_line[op_end[1]] in md_assemble()
2513 || op_end[1] == ' ' || op_end[1] == '\t' in md_assemble()
[all …]
Dtc-sh.c2423 unsigned char *op_end; in find_cooked_opcode() local
2435 for (op_start = op_end = (unsigned char *) str; in find_cooked_opcode()
2436 *op_end in find_cooked_opcode()
2438 && !is_end_of_line[*op_end] && *op_end != ' ' && *op_end != '@'; in find_cooked_opcode()
2439 op_end++) in find_cooked_opcode()
2454 *str_p = (char *) op_end; in find_cooked_opcode()
2466 assemble_ppi (char *op_end, sh_opcode_info *opcode) in assemble_ppi() argument
2487 op_end = get_operands (opcode, op_end, operand); in assemble_ppi()
2637 if (*op_end) in assemble_ppi()
2711 if (! *op_end) in assemble_ppi()
[all …]
Dtc-d30v.c1326 char *op_end; in do_assemble() local
1339 for (op_start = op_end = str; in do_assemble()
1340 *op_end in do_assemble()
1342 && *op_end != '/' in do_assemble()
1343 && !is_end_of_line[(unsigned char) *op_end] && *op_end != ' '; in do_assemble()
1344 op_end++) in do_assemble()
1356 if (*op_end == '/') in do_assemble()
1359 while ((i < ECC_MAX) && strncasecmp (d30v_ecc_names[i], op_end + 1, 2)) in do_assemble()
1365 strncpy (tmp, op_end + 1, 2); in do_assemble()
1371 op_end += 3; in do_assemble()
[all …]
Dtc-avr.c280 char *op_end; in extract_word() local
288 for (op_start = op_end = from; *op_end != 0 && is_part_of_name (*op_end);) in extract_word()
290 to[size++] = *op_end++; in extract_word()
296 return op_end; in extract_word()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mcore.c910 char * op_end; local
926 for (op_start = op_end = str;
927 nlen < 20 && !is_end_of_line [(unsigned char) *op_end] && *op_end != ' ';
928 op_end++)
959 op_end = parse_imm (op_end + 1, & reg, 0, 3);
965 op_end = parse_reg (op_end + 1, & reg);
971 op_end = parse_reg (op_end + 1, & reg);
985 op_end = parse_reg (op_end + 1, & reg);
1017 op_end = parse_reg (op_end + 1, & reg);
1021 while (ISSPACE (* op_end))
[all …]
Dtc-pj.c257 unsigned char *op_end; local
274 for (op_start = op_end = (unsigned char *) (str);
275 *op_end && !is_end_of_line[*op_end] && *op_end != ' ';
276 op_end++)
279 pend = *op_end;
280 *op_end = 0;
286 *op_end = pend;
298 (*opcode->u.func) (opcode, op_end);
314 if (*op_end == ',' && an != 0)
315 op_end++;
[all …]
Dtc-z8k.c714 get_operands (const opcode_entry_type *opcode, char *op_end, op_type *operand) in get_operands() argument
716 char *ptr = op_end; in get_operands()
1188 char *op_end; in md_assemble() local
1197 for (op_start = op_end = str; in md_assemble()
1198 *op_end != 0 && *op_end != ' ' && ! is_end_of_line[(unsigned char) *op_end]; in md_assemble()
1199 op_end++) in md_assemble()
1202 if (op_end == op_start) in md_assemble()
1206 c = *op_end; in md_assemble()
1208 *op_end = 0; /* Zero-terminate op code string for hash_find() call. */ in md_assemble()
1218 *op_end = c; /* Restore original string. */ in md_assemble()
[all …]
Dtc-m68hc11.c2453 unsigned char *op_end; in md_assemble() local
2467 for (op_start = op_end = (unsigned char *) (str); in md_assemble()
2468 *op_end && nlen < 20 && !is_end_of_line[*op_end] && *op_end != ' '; in md_assemble()
2469 op_end++) in md_assemble()
2504 if (*op_end == ' ' || *op_end == '\t') in md_assemble()
2506 while (*op_end == ' ' || *op_end == '\t') in md_assemble()
2507 op_end++; in md_assemble()
2510 && (*op_end && in md_assemble()
2511 (is_end_of_line[op_end[1]] in md_assemble()
2512 || op_end[1] == ' ' || op_end[1] == '\t' in md_assemble()
[all …]
Dtc-h8300.c860 get_operands (unsigned int noperands, char *op_end, struct h8_op *operand) in get_operands() argument
862 char *ptr = op_end; in get_operands()
908 get_mova_operands (char *op_end, struct h8_op *operand) in get_mova_operands() argument
910 char *ptr = op_end; in get_mova_operands()
1863 char *op_end; in md_assemble() local
1878 for (op_start = op_end = str; in md_assemble()
1879 *op_end != 0 && *op_end != ' '; in md_assemble()
1880 op_end++) in md_assemble()
1882 if (*op_end == '.') in md_assemble()
1884 dot = op_end + 1; in md_assemble()
[all …]
Dtc-sh.c2245 unsigned char *op_end; in find_cooked_opcode() local
2257 for (op_start = op_end = (unsigned char *) (str); in find_cooked_opcode()
2258 *op_end in find_cooked_opcode()
2260 && !is_end_of_line[*op_end] && *op_end != ' ' && *op_end != '@'; in find_cooked_opcode()
2261 op_end++) in find_cooked_opcode()
2276 *str_p = op_end; in find_cooked_opcode()
2288 assemble_ppi (char *op_end, sh_opcode_info *opcode) in assemble_ppi() argument
2309 op_end = get_operands (opcode, op_end, operand); in assemble_ppi()
2459 if (*op_end) in assemble_ppi()
2533 if (! *op_end) in assemble_ppi()
[all …]
Dtc-h8500.c1079 char *op_end; local
1092 for (op_start = op_end = str;
1093 !is_end_of_line[(unsigned char) *op_end] && *op_end != ' ';
1094 op_end++)
1100 name[nlen++] = *op_end;
1105 if (op_end == op_start)
1116 get_operands (opcode, op_end, operand);
Dtc-d30v.c1436 unsigned char *op_end; local
1449 for (op_start = op_end = (unsigned char *) (str);
1450 *op_end
1452 && *op_end != '/'
1453 && !is_end_of_line[*op_end] && *op_end != ' ';
1454 op_end++)
1466 if (*op_end == '/')
1469 while ((i < ECC_MAX) && strncasecmp (d30v_ecc_names[i], op_end + 1, 2))
1475 strncpy (tmp, op_end + 1, 2);
1484 op_end += 3;
[all …]
Dtc-avr.c239 char *op_end; in extract_word() local
247 for (op_start = op_end = from; *op_end != 0 && is_part_of_name (*op_end);) in extract_word()
249 to[size++] = *op_end++; in extract_word()
255 return op_end; in extract_word()
Dtc-sh64.c2441 char *op_end; in shmedia_find_cooked_opcode() local
2450 for (op_start = op_end = str; in shmedia_find_cooked_opcode()
2451 *op_end in shmedia_find_cooked_opcode()
2453 && ! is_end_of_line[(unsigned char) *op_end] in shmedia_find_cooked_opcode()
2454 && ! ISSPACE ((unsigned char) *op_end); in shmedia_find_cooked_opcode()
2455 op_end++) in shmedia_find_cooked_opcode()
2470 *str_p = op_end; in shmedia_find_cooked_opcode()
2774 char *op_end; in shmedia_md_assemble() local
2780 op_end = str; in shmedia_md_assemble()
2797 op_end = shmedia_get_operands (opcode, op_end, &operands); in shmedia_md_assemble()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DOperandTraits.h37 static Use *op_end(SubClass* U) { in op_end() function
75 static Use *op_end(SubClass* U) { in op_end() function
99 static Use *op_end(User* U) { in op_end() function
116 inline op_iterator op_end(); \
117 inline const_op_iterator op_end() const; \
132 CLASS::op_iterator CLASS::op_end() { \
133 return OperandTraits<CLASS>::op_end(this); \
135 CLASS::const_op_iterator CLASS::op_end() const { \
136 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
DUser.h129 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx] in OpFrom()
236 op_iterator op_end() { in op_end() function
239 const_op_iterator op_end() const { in op_end() function
243 return op_range(op_begin(), op_end()); in operands()
246 return const_op_range(op_begin(), op_end()); in operands()
264 return value_op_iterator(op_end()); in value_op_end()
285 return const_value_op_iterator(op_end()); in value_op_end()
DGetElementPtrTypeIterator.h131 return gep_type_iterator::end(GEP->op_end()); in gep_type_end()
142 return gep_type_iterator::end(GEP.op_end()); in gep_type_end()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2expr.c256 unsigned char *op_end) in execute_stack_op() argument
260 while (op_ptr < op_end) in execute_stack_op()
306 result = dwarf2_read_address (op_ptr, op_end, &bytes_read); in execute_stack_op()
343 op_ptr = read_uleb128 (op_ptr, op_end, &uoffset); in execute_stack_op()
347 op_ptr = read_sleb128 (op_ptr, op_end, &offset); in execute_stack_op()
385 if (op_ptr != op_end && *op_ptr != DW_OP_piece) in execute_stack_op()
395 op_ptr = read_uleb128 (op_ptr, op_end, &reg); in execute_stack_op()
396 if (op_ptr != op_end && *op_ptr != DW_OP_piece) in execute_stack_op()
437 op_ptr = read_sleb128 (op_ptr, op_end, &offset); in execute_stack_op()
444 op_ptr = read_uleb128 (op_ptr, op_end, &reg); in execute_stack_op()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVPlanValue.h274 operand_iterator op_end() { return Operands.end(); } in op_end() function
275 const_operand_iterator op_end() const { return Operands.end(); } in op_end() function
276 operand_range operands() { return operand_range(op_begin(), op_end()); } in operands()
278 return const_operand_range(op_begin(), op_end()); in operands()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h185 op_iterator op_end() { return Operands + NumOperands; } in op_end() function
187 const_op_iterator op_end() const { return Operands + NumOperands; } in op_end() function
189 return iterator_range<op_iterator>(op_begin(), op_end()); in operands()
192 return iterator_range<const_op_iterator>(op_begin(), op_end()); in operands()
219 std::equal(op_begin(), op_end(), OE.op_begin()); in equals()
224 hash_combine_range(op_begin(), op_end())); in getHashValue()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstructions.cpp117 std::copy(PN.op_begin(), PN.op_end(), op_begin()); in PHINode()
132 std::copy(op_begin() + Idx + 1, op_end(), op_begin() + Idx); in removeIncomingValue()
648 assert(It + 1 == op_end() && "Should add up!"); in init()
666 OperandTraits<CallBase>::op_end(this) - 1, 1, InsertBefore) { in CallInst()
673 OperandTraits<CallBase>::op_end(this) - 1, 1, InsertAtEnd) { in CallInst()
679 OperandTraits<CallBase>::op_end(this) - CI.getNumOperands(), in CallInst()
684 std::copy(CI.op_begin(), CI.op_end(), op_begin()); in CallInst()
995 assert(It + 3 == op_end() && "Should add up!"); in init()
1002 OperandTraits<CallBase>::op_end(this) - II.getNumOperands(), in InvokeInst()
1005 std::copy(II.op_begin(), II.op_end(), op_begin()); in InvokeInst()
[all …]

12345