Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h1095 #define SLJIT_CONV_F64_FROM_SW (SLJIT_FOP1_BASE + 4) macro
1096 #define SLJIT_CONV_F32_FROM_SW (SLJIT_CONV_F64_FROM_SW | SLJIT_F32_OP)
DsljitLir.c1520 …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()
1997 SLJIT_COMPILE_ASSERT(!(SLJIT_CONV_SW_FROM_F64 & 0x1) && !(SLJIT_CONV_F64_FROM_SW & 0x1), \
DsljitNativeMIPS_common.c1561 sljit_s32 flags = (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_SW) << 21; in sljit_emit_fop1_conv_f64_from_sw()
DsljitNativeX86_common.c2509 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_SW)