Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
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 …]
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()
Dtc-v850.c1593 struct v850_opcode *next_opcode; in md_assemble() local
1995 next_opcode = opcode + 1; in md_assemble()
1996 if (next_opcode->name != NULL in md_assemble()
1997 && strcmp (next_opcode->name, opcode->name) == 0) in md_assemble()
1999 opcode = next_opcode; in md_assemble()
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;
Dtc-xtensa.c4551 xtensa_opcode next_opcode; in next_frag_pre_opcode_bytes() local
4553 if (!next_frag_opcode_is_loop (fragp, &next_opcode)) in next_frag_pre_opcode_bytes()
4569 return get_expanded_loop_offset (next_opcode); in next_frag_pre_opcode_bytes()