Home
last modified time | relevance | path

Searched refs:SLJIT_MOVU_UB (Results 1 – 10 of 10) sorted by relevance

/external/pcre/dist/sljit/
DsljitLir.h738 #define SLJIT_MOVU_UB (SLJIT_OP1_BASE + 9) macro
739 #define SLJIT_IMOVU_UB (SLJIT_MOVU_UB | SLJIT_INT_OP)
DsljitNativeARM_64.c672 case SLJIT_MOVU_UB: in emit_op_imm()
1303 case SLJIT_MOVU_UB: in sljit_emit_op1()
DsljitNativeARM_T2_32.c692 case SLJIT_MOVU_UB: in emit_op_imm()
1349 case SLJIT_MOVU_UB: in sljit_emit_op1()
DsljitNativeSPARC_common.c862 case SLJIT_MOVU_UB: in sljit_emit_op1()
DsljitLir.c95 …(((op) >= SLJIT_MOV_UB && (op) <= SLJIT_MOV_SH) || ((op) >= SLJIT_MOVU_UB && (op) <= SLJIT_MOVU_SH…
DsljitNativeARM_32.c1901 case SLJIT_MOVU_UB: in sljit_emit_op1()
DsljitNativeTILEGX_64.c2273 case SLJIT_MOVU_UB: in sljit_emit_op1()
DsljitNativeMIPS_common.c1166 case SLJIT_MOVU_UB: in sljit_emit_op1()
DsljitNativePPC_common.c1401 case SLJIT_MOVU_UB: in sljit_emit_op1()
/external/pcre/dist/
Dpcre_jit_compile.c509 #define MOVU_UCHAR SLJIT_MOVU_UB