Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1080 #define SLJIT_CONV_S32_FROM_F64 (SLJIT_FOP1_BASE + 3) macro
1081 #define SLJIT_CONV_S32_FROM_F32 (SLJIT_CONV_S32_FROM_F64 | SLJIT_F32_OP)
H A DsljitLir.c1481 …CK_ARGUMENT(GET_OPCODE(op) >= SLJIT_CONV_SW_FROM_F64 && GET_OPCODE(op) <= SLJIT_CONV_S32_FROM_F64); in check_sljit_emit_fop1_conv_sw_from_f64()
1489 (GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64) ? ".s32" : ".sw", in check_sljit_emit_fop1_conv_sw_from_f64()
1997 if ((GET_OPCODE(op) | 0x1) == SLJIT_CONV_S32_FROM_F64) { \
H A DsljitNativeARM_64.c1438 if (GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64) in sljit_emit_fop1_conv_sw_from_f64()
1449 …return emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64) ? INT_SIZE : WORD_SIZE) … in sljit_emit_fop1_conv_sw_from_f64()
H A DsljitNativePPC_common.c1622 …FAIL_IF(push_inst(compiler, (op == SLJIT_CONV_S32_FROM_F64 ? FCTIWZ : FCTIDZ) | FD(TMP_FREG1) | FB… in sljit_emit_fop1_conv_sw_from_f64()

Completed in 27 milliseconds