Searched refs:C_ULT_S (Results 1 – 2 of 2) sorted by relevance
119 #define C_ULT_S (HI(17) | FMT_S | LO(53)) macro1390 FAIL_IF(push_inst(compiler, C_ULT_S | FMT(op) | FT(src2) | FS(src1), UNMOVABLE_INS)); in sljit_emit_fop1_cmp()1392 FAIL_IF(push_inst(compiler, C_ULT_S | FMT(op) | FT(src1) | FS(src2), UNMOVABLE_INS)); in sljit_emit_fop1_cmp()1900 inst = C_ULT_S; in sljit_emit_fcmp()1904 inst = C_ULT_S; in sljit_emit_fcmp()
682 Opc = IsFloat ? Mips::C_ULT_S : Mips::C_ULT_D32; in emitCmp()