Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitLir.h905 #define SLJIT_CONVD_FROMW (SLJIT_FOP1_BASE + 4) macro
906 #define SLJIT_CONVS_FROMW (SLJIT_CONVD_FROMW | SLJIT_SINGLE_OP)
H A DsljitLir.c1266 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_CONVD_FROMW && GET_OPCODE(op) <= SLJIT_CONVD_FROMI); in check_sljit_emit_fop1_convd_fromw()
1481 SLJIT_COMPILE_ASSERT(!(SLJIT_CONVW_FROMD & 0x1) && !(SLJIT_CONVD_FROMW & 0x1), \
H A DsljitNativeMIPS_common.c1329 sljit_si flags = (GET_OPCODE(op) == SLJIT_CONVD_FROMW) << 21; in sljit_emit_fop1_convd_fromw()
H A DsljitNativeX86_common.c2342 if (GET_OPCODE(op) == SLJIT_CONVD_FROMW)

Completed in 32 milliseconds