Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1086 #define SLJIT_CONV_F64_FROM_S32 (SLJIT_FOP1_BASE + 5) macro
1087 #define SLJIT_CONV_F32_FROM_S32 (SLJIT_CONV_F64_FROM_S32 | SLJIT_F32_OP)
H A DsljitNativeARM_64.c1460 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
1464 …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()
1468 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
H A DsljitLir.c1511 …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()
1520 (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) ? ".s32" : ".sw"); in check_sljit_emit_fop1_conv_f64_from_sw()
H A DsljitNativePPC_common.c1680 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
1685 else if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) { in sljit_emit_fop1_conv_f64_from_sw()
H A DsljitNativeSPARC_common.c1061 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
H A DsljitNativeMIPS_common.c1573 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
H A DsljitNativeX86_common.c2516 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32)

Completed in 51 milliseconds