Home
last modified time | relevance | path

Searched refs:opcode_end (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dalpha-dis.c63 const struct alpha_opcode *opcode, *opcode_end; local
72 opcode_end = opcode + alpha_num_opcodes;
77 while (opcode < opcode_end && op == AXP_OP (opcode->opcode))
118 opcode_end = opcode_index[op + 1];
119 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode)
Di370-dis.c38 const struct i370_opcode *opcode_end; in print_insn_i370() local
57 opcode_end = i370_opcodes + i370_num_opcodes; in print_insn_i370()
58 for (opcode = i370_opcodes; opcode < opcode_end; opcode++) in print_insn_i370()
Dtic80-dis.c264 const struct tic80_opcode *opcode_end; in print_instruction() local
272 opcode_end = tic80_opcodes + tic80_num_opcodes; in print_instruction()
273 for (opcode = tic80_opcodes; opcode < opcode_end; opcode++) in print_instruction()
280 if (opcode == opcode_end) in print_instruction()
Dppc-dis.c465 const struct powerpc_opcode *opcode_end; in lookup_powerpc() local
472 opcode_end = powerpc_opcodes + powerpc_opcd_indices[op + 1]; in lookup_powerpc()
474 opcode < opcode_end; in lookup_powerpc()
510 const struct powerpc_opcode *opcode_end; in lookup_vle() local
522 opcode_end = vle_opcodes + vle_opcd_indices[seg + 1]; in lookup_vle()
524 opcode < opcode_end; in lookup_vle()