Home
last modified time | relevance | path

Searched refs:SLJIT_CONV_F64_FROM_SW (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1268 #define SLJIT_CONV_F64_FROM_SW (SLJIT_FOP1_BASE + 4) macro
1269 #define SLJIT_CONV_F32_FROM_SW (SLJIT_CONV_F64_FROM_SW | SLJIT_32)
H A DsljitLir.c1686 …CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_CONV_F64_FROM_SW && GET_OPCODE(op) <= SLJIT_CONV_F64_FROM_S… in check_sljit_emit_fop1_conv_f64_from_sw()
2289 SLJIT_COMPILE_ASSERT(!(SLJIT_CONV_SW_FROM_F64 & 0x1) && !(SLJIT_CONV_F64_FROM_SW & 0x1), \
H A DsljitNativeX86_common.c2783 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_SW)
H A DsljitNativeRISCV_common.c2017 sljit_u32 flags = ((sljit_u32)(GET_OPCODE(op) == SLJIT_CONV_F64_FROM_SW)) << 21; in sljit_emit_fop1_conv_f64_from_sw()
H A DsljitNativeS390X.c3196 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_SW) in sljit_emit_fop1_conv_f64_from_sw()
H A DsljitNativeMIPS_common.c2589 sljit_u32 flags = ((sljit_u32)(GET_OPCODE(op) == SLJIT_CONV_F64_FROM_SW)) << 21; in sljit_emit_fop1_conv_f64_from_sw()

Completed in 60 milliseconds