Home
last modified time | relevance | path

Searched refs:OP_SH_OP (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dmips-dis.c932 op = (l >> OP_SH_OP) & OP_MASK_OP;
1076 if (i == ((op->match >> OP_SH_OP) & OP_MASK_OP))
1096 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP];
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dmips.h61 #define OP_SH_OP 26 macro
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dmips.h62 #define OP_SH_OP 26 macro
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmips-dis.c1063 op = (l >> OP_SH_OP) & OP_MASK_OP; in print_insn_args()
1192 if (i == ((op->match >> OP_SH_OP) & OP_MASK_OP)) in print_insn_mips()
1212 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-mips.c8838 if (((ip->insn_opcode >> OP_SH_OP) & OP_MASK_OP) == OP_OP_COP0) in mips_ip()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mips.c8925 if (((ip->insn_opcode >> OP_SH_OP) & OP_MASK_OP) == OP_OP_COP0) in mips_ip()