Home
last modified time | relevance | path

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

/openbsd-src/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->name, opcode->name))
[all …]
H A Dtc-tic80.c522 next_opcode = opcode + 1;
523 if (next_opcode->opcode == 0)
525 if (strcmp (next_opcode->name, opcode->name))
527 opcode = next_opcode;
H A Dtc-mn10200.c775 struct mn10200_opcode *next_opcode; local
1019 next_opcode = opcode + 1;
1020 if (!strcmp (next_opcode->name, opcode->name))
1022 opcode = next_opcode;
H A Dtc-v850.c1666 struct v850_opcode *next_opcode; local
2086 next_opcode = opcode + 1;
2087 if (next_opcode->name != NULL
2088 && strcmp (next_opcode->name, opcode->name) == 0)
2090 opcode = next_opcode;
H A Dtc-mn10300.c1369 struct mn10300_opcode *next_opcode; local
1943 next_opcode = opcode + 1;
1944 if (!strcmp (next_opcode->name, opcode->name))
1946 opcode = next_opcode;
H A Dtc-xtensa.c4474 xtensa_opcode next_opcode = next_frag_opcode (fragp); local
4475 if (!is_loop_opcode (next_opcode))
4490 return get_expanded_loop_offset (next_opcode);
6318 xtensa_opcode next_opcode = next_frag_opcode (next_fragP); local
6325 if (next_opcode == XTENSA_UNDEFINED)
6330 xtensa_insn_length (xtensa_default_isa, next_opcode);
6393 xtensa_opcode opcode, next_opcode; local
6424 next_opcode = next_frag_opcode (fragP);
6425 if (next_opcode != XTENSA_UNDEFINED
6426 && xtensa_insn_length (xtensa_default_isa, next_opcode) == 2)
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-d10v.c1184 struct d10v_opcode *next_opcode; in find_opcode() local
1205 next_opcode = opcode + 1; in find_opcode()
1209 flags = d10v_operands[next_opcode->operands[0]].flags; in find_opcode()
1233 int bits = d10v_operands[next_opcode->operands[opnum]].bits; in find_opcode()
1234 int flags = d10v_operands[next_opcode->operands[opnum]].flags; in find_opcode()
1292 next_opcode++; in find_opcode()
1298 opcode = next_opcode; in find_opcode()
1381 next_opcode = opcode + 1; in find_opcode()
1383 if (next_opcode->opcode == 0) in find_opcode()
1386 if (strcmp (next_opcode->name, opcode->name)) in find_opcode()
[all …]
H A Dtc-mn10200.c913 struct mn10200_opcode *next_opcode; in md_assemble() local
1157 next_opcode = opcode + 1; in md_assemble()
1158 if (!strcmp (next_opcode->name, opcode->name)) in md_assemble()
1160 opcode = next_opcode; in md_assemble()
H A Dtc-v850.c1609 struct v850_opcode *next_opcode; in md_assemble() local
2011 next_opcode = opcode + 1; in md_assemble()
2012 if (next_opcode->name != NULL in md_assemble()
2013 && strcmp (next_opcode->name, opcode->name) == 0) in md_assemble()
2015 opcode = next_opcode; in md_assemble()
H A Dtc-mn10300.c1374 struct mn10300_opcode *next_opcode; local
1948 next_opcode = opcode + 1;
1949 if (!strcmp (next_opcode->name, opcode->name))
1951 opcode = next_opcode;
H A Dtc-xtensa.c4534 xtensa_opcode next_opcode; in next_frag_pre_opcode_bytes() local
4536 if (!next_frag_opcode_is_loop (fragp, &next_opcode)) in next_frag_pre_opcode_bytes()
4552 return get_expanded_loop_offset (next_opcode); in next_frag_pre_opcode_bytes()