Searched refs:M_SGE_I (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | mips.h | 1663 M_SGE_I, enumerator
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | micromips-opc.c | 989 {"sge", "d,v,I", 0, (int) M_SGE_I, INSN_MACRO, 0, I1, 0, 0 },
|
D | mips-opc.c | 1900 {"sge", "d,v,I", 0, (int) M_SGE_I, INSN_MACRO, 0, I1, 0, 0 },
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 13037 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/ |
D | ChangeLog-9899 | 2865 * config/tc-mips.c (macro): Correct M_SGE_I/M_SGEUI_I case for a
|