Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitLir.h755 #define SLJIT_MOVU_SI (SLJIT_OP1_BASE + 14) macro
756 #define SLJIT_IMOVU (SLJIT_MOVU_SI | SLJIT_INT_OP)
DsljitNativeSPARC_common.c667 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()
673 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()
723 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()
734 if ((op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) && (dst & SLJIT_MEM)) in emit_op()
859 case SLJIT_MOVU_SI: in sljit_emit_op1()
DsljitNativePPC_common.c1154 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()
1161 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()
1196 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()
1338 if (op == SLJIT_MOVU_SI && (src & SLJIT_MEM)) in sljit_emit_op1()
1343 op = SLJIT_MOVU_SI; in sljit_emit_op1()
1389 case SLJIT_MOVU_SI: in sljit_emit_op1()
1397 case SLJIT_MOVU_SI: in sljit_emit_op1()
DsljitNativeTILEGX_64.c2011 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()
2018 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()
2071 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()
2080 if ((op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) && (dst & SLJIT_MEM)) in emit_op()
2270 case SLJIT_MOVU_SI: in sljit_emit_op1()
DsljitNativeMIPS_common.c932 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()
940 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()
994 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()
1005 if ((op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) && (dst & SLJIT_MEM)) in emit_op()
1159 case SLJIT_MOVU_SI: in sljit_emit_op1()
DsljitNativeARM_32.c1637 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI && !(src2 & SLJIT_MEM)) in emit_op()
1644 if (op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()
1711 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_SI) in emit_op()
1897 case SLJIT_MOVU_SI: in sljit_emit_op1()
DsljitNativeARM_64.c698 case SLJIT_MOVU_SI: in emit_op_imm()
1328 case SLJIT_MOVU_SI: in sljit_emit_op1()
DsljitNativeARM_T2_32.c685 case SLJIT_MOVU_SI: in emit_op_imm()
1345 case SLJIT_MOVU_SI: in sljit_emit_op1()
DsljitNativeX86_common.c1285 if (op == SLJIT_MOVU_SI && (src & SLJIT_MEM)) in sljit_emit_op1()
1290 op = SLJIT_MOVU_SI; in sljit_emit_op1()
/external/pcre/dist/
Dpcre_jit_compile.c2229 OP1(SLJIT_MOVU_SI, SLJIT_MEM1(SLJIT_R2), sizeof(int), SLJIT_S1, 0); in copy_ovector()