Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/opcodes/
Ds390-dis.c38 const struct s390_opcode *opcode_end; in init_disasm() local
41 opcode_end = s390_opcodes + s390_num_opcodes; in init_disasm()
42 for (opcode = s390_opcodes; opcode < opcode_end; opcode++) in init_disasm()
45 while ((opcode < opcode_end) && in init_disasm()
111 const struct s390_opcode *opcode_end; in print_insn_s390() local
150 opcode_end = s390_opcodes + s390_num_opcodes; in print_insn_s390()
152 (opcode < opcode_end) && (buffer[0] == opcode->opcode[0]); in print_insn_s390()
Dalpha-dis.c64 const struct alpha_opcode *opcode, *opcode_end; local
73 opcode_end = opcode + alpha_num_opcodes;
78 while (opcode < opcode_end && op == AXP_OP (opcode->opcode))
119 opcode_end = opcode_index[op + 1];
120 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode)
Dppc-dis.c192 const struct powerpc_opcode *opcode_end; in print_insn_powerpc() local
215 opcode_end = powerpc_opcodes + powerpc_num_opcodes; in print_insn_powerpc()
217 for (opcode = powerpc_opcodes; opcode < opcode_end; opcode++) in print_insn_powerpc()