Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dalpha-dis.c61 const struct alpha_opcode *opcode, *opcode_end; in print_insn_alpha() local
70 opcode_end = opcode + alpha_num_opcodes; in print_insn_alpha()
75 while (opcode < opcode_end && op == AXP_OP (opcode->opcode)) in print_insn_alpha()
116 opcode_end = opcode_index[op + 1]; in print_insn_alpha()
117 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode) in print_insn_alpha()
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.c491 const struct powerpc_opcode *opcode_end; in lookup_powerpc() local
498 opcode_end = powerpc_opcodes + powerpc_opcd_indices[op + 1]; in lookup_powerpc()
500 opcode < opcode_end; in lookup_powerpc()
536 const struct powerpc_opcode *opcode_end; in lookup_vle() local
548 opcode_end = vle_opcodes + vle_opcd_indices[seg + 1]; in lookup_vle()
550 opcode < opcode_end; in lookup_vle()