Home
last modified time | relevance | path

Searched refs:M_SGT_I (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h1667 M_SGT_I, enumerator
/toolchain/binutils/binutils-2.25/opcodes/
Dmicromips-opc.c993 {"sgt", "d,v,I", 0, (int) M_SGT_I, INSN_MACRO, 0, I1, 0, 0 },
Dmips-opc.c1904 {"sgt", "d,v,I", 0, (int) M_SGT_I, INSN_MACRO, 0, I1, 0, 0 },
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c13062 case M_SGT_I: /* X > I <==> I < X */ in macro()