Home
last modified time | relevance | path

Searched refs:SLJIT_MOVU (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitLir.c662 case SLJIT_MOVU: \
764 if (GET_OPCODE(op) >= SLJIT_MOVU && GET_OPCODE(op) <= SLJIT_MOVU_P) { \
1075 fprintf(compiler->verbose, " mov%s%s%s ", (GET_OPCODE(op) >= SLJIT_MOVU) ? "u" : "", in check_sljit_emit_op1()
DsljitLir.h773 #define SLJIT_MOVU (SLJIT_OP1_BASE + 8) macro
DsljitNativeARM_64.c664 case SLJIT_MOVU: in emit_op_imm()
1332 case SLJIT_MOVU: in sljit_emit_op1()
DsljitNativeARM_T2_32.c683 case SLJIT_MOVU: in emit_op_imm()
1360 case SLJIT_MOVU: in sljit_emit_op1()
DsljitNativeX86_common.c1329 SLJIT_COMPILE_ASSERT(SLJIT_MOV + 8 == SLJIT_MOVU, movu_offset); in sljit_emit_op1()
1330 if (op >= SLJIT_MOVU) { in sljit_emit_op1()
DsljitNativeSPARC_common.c846 case SLJIT_MOVU: in sljit_emit_op1()
DsljitNativeARM_32.c1897 case SLJIT_MOVU: in sljit_emit_op1()
DsljitNativeMIPS_common.c1136 case SLJIT_MOVU: in sljit_emit_op1()
DsljitNativePPC_common.c1375 case SLJIT_MOVU: in sljit_emit_op1()
DsljitNativeTILEGX_64.c2225 case SLJIT_MOVU: in sljit_emit_op1()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c2409 OP1(SLJIT_MOVU, SLJIT_MEM1(SLJIT_R1), sizeof(sljit_sw), SLJIT_R0, 0); in reset_ovector()
2447 OP1(SLJIT_MOVU, SLJIT_MEM1(TMP2), sizeof(sljit_sw), TMP1, 0); in do_reset_match()
2520 OP1(SLJIT_MOVU, SLJIT_MEM1(SLJIT_R2), sizeof(PCRE2_SIZE), SLJIT_S1, 0); in copy_ovector()
2532 OP1(SLJIT_MOVU, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_R0), -(2 * (sljit_sw)sizeof(sljit_sw))); in copy_ovector()