Home
last modified time | relevance | path

Searched refs:SLJIT_CONV_SW_FROM_F64 (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1365 #define SLJIT_CONV_SW_FROM_F64 (SLJIT_FOP1_BASE + 2) macro
1366 #define SLJIT_CONV_SW_FROM_F32 (SLJIT_CONV_SW_FROM_F64 | SLJIT_32)
H A DsljitLir.c1860 fop1_conv_types[GET_OPCODE(op) - SLJIT_CONV_SW_FROM_F64], in check_sljit_emit_fop1_conv_sw_from_f64()
1890 fop1_conv_types[GET_OPCODE(op) - SLJIT_CONV_SW_FROM_F64]); in check_sljit_emit_fop1_conv_f64_from_w()
2952 …SLJIT_COMPILE_ASSERT(!(SLJIT_CONV_SW_FROM_F64 & 0x1) && !(SLJIT_CONV_F64_FROM_SW & 0x1) && !(SLJIT…
2954 if (GET_OPCODE(op) >= SLJIT_CONV_SW_FROM_F64 && GET_OPCODE(op) <= SLJIT_CMP_F64) { \
H A DsljitNativePPC_common.c2131 if (op == SLJIT_CONV_SW_FROM_F64) { in sljit_emit_fop1_conv_sw_from_f64()
H A DsljitNativeRISCV_common.c2120 sljit_u32 flags = ((sljit_u32)(GET_OPCODE(op) == SLJIT_CONV_SW_FROM_F64)) << 21; in sljit_emit_fop1_conv_sw_from_f64()
H A DsljitNativeLOONGARCH_64.c2099 case SLJIT_CONV_SW_FROM_F64: in sljit_emit_fop1_conv_sw_from_f64()
H A DsljitNativeS390X.c3279 if (GET_OPCODE(op) == SLJIT_CONV_SW_FROM_F64) in sljit_emit_fop1_conv_sw_from_f64()
H A DsljitNativeX86_common.c2936 if (GET_OPCODE(op) == SLJIT_CONV_SW_FROM_F64)
H A DsljitNativeMIPS_common.c2851 sljit_u32 flags = ((sljit_u32)(GET_OPCODE(op) == SLJIT_CONV_SW_FROM_F64)) << 21; in sljit_emit_fop1_conv_sw_from_f64()

Completed in 92 milliseconds