Searched refs:SLJIT_GREATER_EQUAL_F64 (Results 1 – 9 of 9) sorted by relevance
1098 #define SLJIT_GREATER_EQUAL_F64 19 macro1099 #define SLJIT_GREATER_EQUAL_F32 (SLJIT_GREATER_EQUAL_F64 | SLJIT_F32_OP)1100 #define SLJIT_SET_GREATER_EQUAL_F SLJIT_SET(SLJIT_GREATER_EQUAL_F64)
1368 case SLJIT_GREATER_EQUAL_F64: in sljit_emit_fop1_cmp()1641 case SLJIT_GREATER_EQUAL_F64: in sljit_emit_jump()1945 case SLJIT_GREATER_EQUAL_F64: in sljit_emit_op_flags()
2114 case SLJIT_GREATER_EQUAL_F64: in get_bo_bi_flags()2302 case SLJIT_GREATER_EQUAL_F64: in sljit_emit_op_flags()
1272 case SLJIT_GREATER_EQUAL_F64: /* Unordered. */ in get_cc()
1695 case SLJIT_GREATER_EQUAL_F64: in get_cc()
1835 case SLJIT_GREATER_EQUAL_F64: in get_cc()
2079 case SLJIT_GREATER_EQUAL_F64: in get_cc()
377 case SLJIT_GREATER_EQUAL_F64: in get_jump_code()
2850 cond_set(compiler, SLJIT_MEM1(SLJIT_S0), 5 * sizeof(sljit_sw), SLJIT_GREATER_EQUAL_F64); in test32()4178 …jump = sljit_emit_fcmp(compiler, SLJIT_GREATER_EQUAL_F64, SLJIT_MEM1(SLJIT_S0), 0, SLJIT_MEM2(SLJI… in test43()