Home
last modified time | relevance | path

Searched refs:SLJIT_CONV_F64_FROM_S32 (Results 1 – 7 of 7) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitLir.h1017 #define SLJIT_CONV_F64_FROM_S32 (SLJIT_FOP1_BASE + 5) macro
1018 #define SLJIT_CONV_F32_FROM_S32 (SLJIT_CONV_F64_FROM_S32 | SLJIT_F32_OP)
H A DsljitNativeARM_64.c1669 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
1673 …emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) ? INT_SIZE : WORD_SIZE), TMP_RE… in sljit_emit_fop1_conv_f64_from_sw()
1677 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
H A DsljitLir.c1344 …CK_ARGUMENT(GET_OPCODE(op) >= SLJIT_CONV_F64_FROM_SW && GET_OPCODE(op) <= SLJIT_CONV_F64_FROM_S32); in check_sljit_emit_fop1_conv_f64_from_sw()
1353 (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) ? ".s32" : ".sw"); in check_sljit_emit_fop1_conv_f64_from_sw()
H A DsljitNativePPC_common.c1844 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
1849 else if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) { in sljit_emit_fop1_conv_f64_from_sw()
H A DsljitNativeSPARC_common.c1015 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
H A DsljitNativeMIPS_common.c1369 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
H A DsljitNativeX86_common.c2319 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32)

Completed in 48 milliseconds