Searched refs:next_opcode (Results 1 – 5 of 5) sorted by relevance
1184 struct d10v_opcode *next_opcode; in find_opcode() local1205 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 …]
913 struct mn10200_opcode *next_opcode; in md_assemble() local1157 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()
1593 struct v850_opcode *next_opcode; in md_assemble() local1995 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()
1374 struct mn10300_opcode *next_opcode; local1948 next_opcode = opcode + 1;1949 if (!strcmp (next_opcode->name, opcode->name))1951 opcode = next_opcode;
4551 xtensa_opcode next_opcode; in next_frag_pre_opcode_bytes() local4553 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()