Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1374 #define SLJIT_CONV_F64_FROM_S32 (SLJIT_FOP1_BASE + 5) macro
1375 #define SLJIT_CONV_F32_FROM_S32 (SLJIT_CONV_F64_FROM_S32 | SLJIT_32)
H A DsljitNativePPC_64.c578 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
583 } else if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) { in sljit_emit_fop1_conv_f64_from_sw()
H A DsljitNativeRISCV_common.c2186 if (op != SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
2208 if (op != SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_uw()
H A DsljitNativeLOONGARCH_64.c2138 case SLJIT_CONV_F64_FROM_S32: in sljit_emit_fop1_conv_f64_from_w()
2150 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_w()
H A DsljitLir.c2967 if ((GET_OPCODE(op) | 0x1) == SLJIT_CONV_F64_FROM_S32) { \
H A DsljitNativeARM_64.c1838 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) { in sljit_emit_fop1_conv_f64_from_sw()
H A DsljitNativeS390X.c3321 if (src == SLJIT_IMM && GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
H A DsljitNativeX86_common.c2962 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32)
H A DsljitNativeMIPS_common.c2888 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()

Completed in 96 milliseconds