Home
last modified time | relevance | path

Searched refs:M_SGE_I (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h1663 M_SGE_I, enumerator
/toolchain/binutils/binutils-2.25/opcodes/
Dmicromips-opc.c989 {"sge", "d,v,I", 0, (int) M_SGE_I, INSN_MACRO, 0, I1, 0, 0 },
Dmips-opc.c1900 {"sge", "d,v,I", 0, (int) M_SGE_I, INSN_MACRO, 0, I1, 0, 0 },
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c13037 case M_SGE_I: /* X >= I <==> not (X < I) */ in macro()
13041 macro_build (&imm_expr, mask == M_SGE_I ? "slti" : "sltiu", "t,r,j", in macro()
13046 macro_build (NULL, mask == M_SGE_I ? "slt" : "sltu", "d,v,t", in macro()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-98992865 * config/tc-mips.c (macro): Correct M_SGE_I/M_SGEUI_I case for a