Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h1089 #define SLJIT_CONV_SW_FROM_F64 (SLJIT_FOP1_BASE + 2) macro
1090 #define SLJIT_CONV_SW_FROM_F32 (SLJIT_CONV_SW_FROM_F64 | SLJIT_F32_OP)
DsljitLir.c1490 …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()
1997 SLJIT_COMPILE_ASSERT(!(SLJIT_CONV_SW_FROM_F64 & 0x1) && !(SLJIT_CONV_F64_FROM_SW & 0x1), \
1999 if (GET_OPCODE(op) >= SLJIT_CONV_SW_FROM_F64 && GET_OPCODE(op) <= SLJIT_CMP_F64) { \
DsljitNativePPC_common.c1625 if (op == SLJIT_CONV_SW_FROM_F64) { in sljit_emit_fop1_conv_sw_from_f64()
DsljitNativeMIPS_common.c1533 sljit_s32 flags = (GET_OPCODE(op) == SLJIT_CONV_SW_FROM_F64) << 21; in sljit_emit_fop1_conv_sw_from_f64()
DsljitNativeX86_common.c2487 if (GET_OPCODE(op) == SLJIT_CONV_SW_FROM_F64)