Searched refs:opcode_end (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | s390-dis.c | 38 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()
|
| H A D | alpha-dis.c | 64 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)
|
| H A D | ppc-dis.c | 192 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()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ARMWinEHPrinter.h | 118 bool opcode_end(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
|
| H A D | ARMWinEHPrinter.cpp | 170 { 0xff, 0xe4, 1, &Decoder::opcode_end }, 767 bool Decoder::opcode_end(const uint8_t *OC, unsigned &Offset, unsigned Length, in opcode_end() function in llvm::ARM::WinEH::Decoder
|