Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h1666 M_SGT, enumerator
/toolchain/binutils/binutils-2.25/opcodes/
Dmicromips-opc.c992 {"sgt", "d,v,t", 0, (int) M_SGT, INSN_MACRO, 0, I1, 0, 0 },
Dmips-opc.c1903 {"sgt", "d,v,t", 0, (int) M_SGT, INSN_MACRO, 0, I1, 0, 0 },
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c13053 case M_SGT: /* X > Y <==> Y < X */ in macro()