Searched refs:MIPS16OP_SH_RZ (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/opcode/
H A Dmips.h912 #define MIPS16OP_SH_RZ 2
911 #define MIPS16OP_SH_RZ macro
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dmips-dis.c1452 mips16_reg_names(((l >> MIPS16OP_SH_RZ)
1524 immed = (l >> MIPS16OP_SH_RZ) & MIPS16OP_MASK_RZ;
1536 immed = (l >> MIPS16OP_SH_RZ) & MIPS16OP_MASK_RZ;
2045 && (((insn >> MIPS16OP_SH_RZ) & MIPS16OP_MASK_RZ)
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-mips.c10751 { '<', 3, 5, 0, MIPS16OP_SH_RZ, 1, 1, 0 },
10753 { '[', 3, 6, 0, MIPS16OP_SH_RZ, 1, 1, 0 },

Completed in 65 milliseconds