Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitLir.h779 #define SLJIT_MOVU_UB (SLJIT_OP1_BASE + 9) macro
780 #define SLJIT_IMOVU_UB (SLJIT_MOVU_UB | SLJIT_INT_OP)
DsljitNativeARM_64.c671 case SLJIT_MOVU_UB: in emit_op_imm()
1336 case SLJIT_MOVU_UB: in sljit_emit_op1()
DsljitNativeARM_T2_32.c692 case SLJIT_MOVU_UB: in emit_op_imm()
1366 case SLJIT_MOVU_UB: in sljit_emit_op1()
DsljitNativeSPARC_common.c852 case SLJIT_MOVU_UB: in sljit_emit_op1()
DsljitLir.c89 …(((op) >= SLJIT_MOV_UB && (op) <= SLJIT_MOV_SH) || ((op) >= SLJIT_MOVU_UB && (op) <= SLJIT_MOVU_SH…
DsljitNativeTILEGX_64.c2233 case SLJIT_MOVU_UB: in sljit_emit_op1()
DsljitNativePPC_common.c1387 case SLJIT_MOVU_UB: in sljit_emit_op1()
DsljitNativeMIPS_common.c1154 case SLJIT_MOVU_UB: in sljit_emit_op1()
DsljitNativeARM_32.c1903 case SLJIT_MOVU_UB: in sljit_emit_op1()
/external/pcre/dist/
Dpcre_jit_compile.c505 #define MOVU_UCHAR SLJIT_MOVU_UB