Searched refs:opcode_end (Results 1 – 4 of 4) sorted by relevance
61 const struct alpha_opcode *opcode, *opcode_end; in print_insn_alpha() local70 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()
38 const struct i370_opcode *opcode_end; in print_insn_i370() local57 opcode_end = i370_opcodes + i370_num_opcodes; in print_insn_i370()58 for (opcode = i370_opcodes; opcode < opcode_end; opcode++) in print_insn_i370()
264 const struct tic80_opcode *opcode_end; in print_instruction() local272 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()
491 const struct powerpc_opcode *opcode_end; in lookup_powerpc() local498 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() local548 opcode_end = vle_opcodes + vle_opcd_indices[seg + 1]; in lookup_vle()550 opcode < opcode_end; in lookup_vle()