Searched refs:next_opcode (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-d10v.c1391 struct d10v_opcode *next_opcode; local
1412 next_opcode = opcode + 1;
1416 flags = d10v_operands[next_opcode->operands[0]].flags;
1440 int bits = d10v_operands[next_opcode->operands[opnum]].bits;
1441 int flags = d10v_operands[next_opcode->operands[opnum]].flags;
1499 next_opcode++;
1505 opcode = next_opcode;
1590 next_opcode = opcode + 1;
1592 if (next_opcode->opcode == 0)
1595 if (strcmp (next_opcode
[all...]
H A Dtc-tic80.c524 next_opcode = opcode + 1;
525 if (next_opcode->opcode == 0)
527 if (strcmp (next_opcode->name, opcode->name))
529 opcode = next_opcode;
H A Dtc-mn10200.c778 struct mn10200_opcode *next_opcode;
1022 next_opcode = opcode + 1;
1023 if (!strcmp (next_opcode->name, opcode->name))
1025 opcode = next_opcode;
775 struct mn10200_opcode *next_opcode; local
H A Dtc-v850.c1669 struct v850_opcode *next_opcode;
2089 next_opcode = opcode + 1;
2090 if (next_opcode->name != NULL
2091 && strcmp (next_opcode->name, opcode->name) == 0)
2093 opcode = next_opcode;
1666 struct v850_opcode *next_opcode; local
H A Dtc-mn10300.c1372 struct mn10300_opcode *next_opcode;
1946 next_opcode = opcode + 1;
1947 if (!strcmp (next_opcode->name, opcode->name))
1949 opcode = next_opcode;
1369 struct mn10300_opcode *next_opcode; local
H A Dtc-xtensa.c4480 xtensa_opcode next_opcode = next_frag_opcode (fragp);
4481 if (!is_loop_opcode (next_opcode))
4496 return get_expanded_loop_offset (next_opcode);
6327 xtensa_opcode next_opcode = next_frag_opcode (next_fragP);
6334 if (next_opcode == XTENSA_UNDEFINED)
6339 xtensa_insn_length (xtensa_default_isa, next_opcode);
6402 xtensa_opcode opcode, next_opcode;
6433 next_opcode = next_frag_opcode (fragP);
6434 if (next_opcode != XTENSA_UNDEFINED
6435 && xtensa_insn_length (xtensa_default_isa, next_opcode)
4474 xtensa_opcode next_opcode = next_frag_opcode (fragp); local
6318 xtensa_opcode next_opcode = next_frag_opcode (next_fragP); local
6393 xtensa_opcode opcode, next_opcode; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-d10v.c1184 struct d10v_opcode *next_opcode; local
1205 next_opcode = opcode + 1;
1209 flags = d10v_operands[next_opcode->operands[0]].flags;
1233 int bits = d10v_operands[next_opcode->operands[opnum]].bits;
1234 int flags = d10v_operands[next_opcode->operands[opnum]].flags;
1292 next_opcode++;
1298 opcode = next_opcode;
1381 next_opcode = opcode + 1;
1383 if (next_opcode->opcode == 0)
1386 if (strcmp (next_opcode
[all...]
H A Dtc-mn10200.c916 struct mn10200_opcode *next_opcode;
1160 next_opcode = opcode + 1;
1161 if (!strcmp (next_opcode->name, opcode->name))
1163 opcode = next_opcode;
913 struct mn10200_opcode *next_opcode; local
H A Dtc-v850.c1612 struct v850_opcode *next_opcode;
2014 next_opcode = opcode + 1;
2015 if (next_opcode->name != NULL
2016 && strcmp (next_opcode->name, opcode->name) == 0)
2018 opcode = next_opcode;
1609 struct v850_opcode *next_opcode; local
H A Dtc-mn10300.c1377 struct mn10300_opcode *next_opcode;
1951 next_opcode = opcode + 1;
1952 if (!strcmp (next_opcode->name, opcode->name))
1954 opcode = next_opcode;
1374 struct mn10300_opcode *next_opcode; local
H A Dtc-xtensa.c4542 xtensa_opcode next_opcode;
4544 if (!next_frag_opcode_is_loop (fragp, &next_opcode))
4560 return get_expanded_loop_offset (next_opcode);
4534 xtensa_opcode next_opcode; local

Completed in 305 milliseconds