Home
last modified time | relevance | path

Searched refs:GET_OP (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dmips-dis.c1710 #define GET_OP(insn, field) \ in print_insn_mips() macro
1730 if (i == GET_OP (op->match, OP)) in print_insn_mips()
1750 op = mips_hash[GET_OP (word, OP)]; in print_insn_mips()
1812 #undef GET_OP in print_insn_mips()
2044 #define GET_OP(insn, field) \ in print_insn_mips16() macro
2161 && GET_OP (insn, RX) == GET_OP (insn, RY)) in print_insn_mips16()
2169 && GET_OP (insn, RZ) == GET_OP (insn, RX)) in print_insn_mips16()
2196 #undef GET_OP in print_insn_mips16()
DChangeLog-2012419 * mips-dis.c (print_insn_args): Add GET_OP and GET_OP_S local
424 (print_insn_mips16): Add GET_OP and GET_OP_S local macros, use
DChangeLog-2013758 structures. Delete GET_OP_S. Move GET_OP definition to...
784 Delete GET_OP_S. Move GET_OP definition to...
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c7246 #define GET_OP(OP) \ macro
7298 GET_OP (op2); in decode_arm_unwind_bytecode()
7354 GET_OP (op2); in decode_arm_unwind_bytecode()
7384 GET_OP (buf[i]); in decode_arm_unwind_bytecode()
7402 GET_OP (op2); in decode_arm_unwind_bytecode()
7434 GET_OP (op2); in decode_arm_unwind_bytecode()
7444 GET_OP (op2); in decode_arm_unwind_bytecode()
7502 GET_OP (op2); in decode_tic6x_unwind_bytecode()
7534 GET_OP (op2); in decode_tic6x_unwind_bytecode()
7584 GET_OP (buf[i]); in decode_tic6x_unwind_bytecode()
DChangeLog-2010189 (GET_OP): Likewise.