Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dmips.h1619 M_DROL_I, enumerator
DChangeLog-9103385 * mips.h: Add M_DROL, M_DROL_I, M_DROR, M_DROR_I macro cases.
/toolchain/binutils/binutils-2.27/opcodes/
Dmicromips-opc.c648 {"drol", "d,v,I", 0, (int) M_DROL_I, INSN_MACRO, 0, I3, 0, 0 },
655 {"drotl", "d,v,I", 0, (int) M_DROL_I, INSN_MACRO, 0, I3, 0, 0 },
Dmips-opc.c1108 {"drol", "d,v,I", 0, (int) M_DROL_I, INSN_MACRO, 0, I3, 0, 0 },
1115 {"drotl", "d,v,I", 0, (int) M_DROL_I, INSN_MACRO, 0, I65, 0, 0 },
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c12732 case M_DROL_I: in macro()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-02033072 use hardware rotate ops as appropriate. In M_DROL_I, M_DROR_I,