Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h1262 #define SLJIT_CONV_SW_FROM_F64 (SLJIT_FOP1_BASE + 2) macro
1263 #define SLJIT_CONV_SW_FROM_F32 (SLJIT_CONV_SW_FROM_F64 | SLJIT_32)
DsljitLir.c1656 …CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_CONV_SW_FROM_F64 && GET_OPCODE(op) <= SLJIT_CONV_S32_FROM_F… in check_sljit_emit_fop1_conv_sw_from_f64()
2289 SLJIT_COMPILE_ASSERT(!(SLJIT_CONV_SW_FROM_F64 & 0x1) && !(SLJIT_CONV_F64_FROM_SW & 0x1), \
2291 if (GET_OPCODE(op) >= SLJIT_CONV_SW_FROM_F64 && GET_OPCODE(op) <= SLJIT_CMP_F64) { \
DsljitNativeX86_common.c2761 if (GET_OPCODE(op) == SLJIT_CONV_SW_FROM_F64)
DsljitNativePPC_common.c1914 if (op == SLJIT_CONV_SW_FROM_F64) { in sljit_emit_fop1_conv_sw_from_f64()
DsljitNativeRISCV_common.c1985 sljit_u32 flags = ((sljit_u32)(GET_OPCODE(op) == SLJIT_CONV_SW_FROM_F64)) << 21; in sljit_emit_fop1_conv_sw_from_f64()
DsljitNativeS390X.c3167 if (GET_OPCODE(op) == SLJIT_CONV_SW_FROM_F64) in sljit_emit_fop1_conv_sw_from_f64()
DsljitNativeMIPS_common.c2556 sljit_u32 flags = ((sljit_u32)(GET_OPCODE(op) == SLJIT_CONV_SW_FROM_F64)) << 21; in sljit_emit_fop1_conv_sw_from_f64()