Home
last modified time | relevance | path

Searched refs:SLJIT_MOV_U32 (Results 1 – 17 of 17) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativePPC_common.c1230 op = SLJIT_MOV_U32; in sljit_emit_op1()
1233 if (op == SLJIT_MOV_U32) in sljit_emit_op1()
1250 case SLJIT_MOV_U32: in sljit_emit_op1()
1256 case SLJIT_MOV_U32: in sljit_emit_op1()
1257 return EMIT_MOV(SLJIT_MOV_U32, INT_DATA, (sljit_u32)); in sljit_emit_op1()
2245 case SLJIT_MOV_U32: in sljit_emit_mem()
2252 case SLJIT_MOV_U32: in sljit_emit_mem()
DsljitNativeS390X.c1597 case SLJIT_MOV_U32: in sljit_emit_op1()
1634 case SLJIT_MOV_U32: in sljit_emit_op1()
1679 case SLJIT_MOV_U32: in sljit_emit_op1()
1719 case SLJIT_MOV_U32: in sljit_emit_op1()
1756 case SLJIT_MOV_U32: in sljit_emit_op1()
DsljitNativeX86_common.c1474 op = SLJIT_MOV_U32; in sljit_emit_op1()
1477 if (op == SLJIT_MOV_U32) in sljit_emit_op1()
1498 case SLJIT_MOV_U32: in sljit_emit_op1()
1513 …if (SLJIT_UNLIKELY(dst_is_ereg) && (!(op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S3… in sljit_emit_op1()
1523 case SLJIT_MOV_U32: in sljit_emit_op1()
1541 case SLJIT_MOV_U32: in sljit_emit_op1()
DsljitNativePPC_32.c49 case SLJIT_MOV_U32: in emit_single_op()
DsljitNativeSPARC_32.c45 case SLJIT_MOV_U32: in emit_single_op()
DsljitLir.h952 #define SLJIT_MOV_U32 (SLJIT_OP1_BASE + 5) macro
DsljitNativeARM_64.c768 case SLJIT_MOV_U32: in emit_op_imm()
1202 case SLJIT_MOV_U32: in sljit_emit_op1()
1895 case SLJIT_MOV_U32: in sljit_emit_mem()
DsljitNativePPC_64.c156 case SLJIT_MOV_U32: in emit_single_op()
DsljitLir.c1214 case SLJIT_MOV_U32: in check_sljit_emit_op1()
1884 …pe & SLJIT_I32_OP) || ((type & 0xff) != SLJIT_MOV && (type & 0xff) != SLJIT_MOV_U32 && (type & 0xf… in check_sljit_emit_mem()
2032 …if (src == SLJIT_RETURN_REG && (op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S32 || o… in emit_mov_before_return()
DsljitNativeSPARC_common.c904 case SLJIT_MOV_U32: in sljit_emit_op1()
905 return emit_op(compiler, SLJIT_MOV_U32, flags | INT_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
DsljitNativeARM_T2_32.c767 case SLJIT_MOV_U32: in emit_op_imm()
1360 case SLJIT_MOV_U32: in sljit_emit_op1()
2287 case SLJIT_MOV_U32: in sljit_emit_mem()
DsljitNativeMIPS_common.c1350 case SLJIT_MOV_U32: in sljit_emit_op1()
1352 return emit_op(compiler, SLJIT_MOV_U32, INT_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
1354 …return emit_op(compiler, SLJIT_MOV_U32, INT_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ?… in sljit_emit_op1()
DsljitNativeMIPS_32.c76 case SLJIT_MOV_U32: in emit_single_op()
DsljitNativeMIPS_64.c204 case SLJIT_MOV_U32: in emit_single_op()
DsljitNativeARM_32.c1777 case SLJIT_MOV_U32: in sljit_emit_op1()
2672 case SLJIT_MOV_U32: in sljit_emit_mem()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c602 #define MOV_UCHAR SLJIT_MOV_U32
3296 OP1(SLJIT_MOV_U32, SLJIT_R1, 0, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, oveccount)); in copy_ovector()
3309 OP1(SLJIT_MOV_U32, SLJIT_R1, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, oveccount)); in copy_ovector()
3339 OP1(((sizeof(PCRE2_SIZE) == 4) ? SLJIT_MOV_U32 : SLJIT_MOV), SLJIT_MEM1(SLJIT_R2), 0, SLJIT_S1, 0); in copy_ovector()
3398 mov_opcode = (sizeof(PCRE2_SIZE) == 4) ? SLJIT_MOV_U32 : SLJIT_MOV; in return_with_partial_match()
9117 OP1(SLJIT_MOV_U32, TMP1, 0, SLJIT_MEM1(TMP2), 0); in compile_ref_matchingpath()
9540 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(callout_number), SLJIT_IMM, value1); in compile_callout_matchingpath()
9541 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_last), TMP2, 0); in compile_callout_matchingpath()
9542 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_top), SLJIT_IMM, common->re->t… in compile_callout_matchingpath()
9549 mov_opcode = (sizeof(PCRE2_SIZE) == 4) ? SLJIT_MOV_U32 : SLJIT_MOV; in compile_callout_matchingpath()
[all …]
Dpcre2_jit_simd_inc.h1077 OP1(SLJIT_MOV_U32, SLJIT_R4, 0, SLJIT_IMM, ic.x); in fast_forward_char_pair_simd()