Searched refs:SLJIT_R2 (Results 1 – 12 of 12) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeX86_32.c | 132 inst[1] = MOD_REG | (reg_map[SLJIT_S0] << 3) | reg_map[SLJIT_R2]; in sljit_emit_enter() 560 PUSH_REG(reg_map[SLJIT_R2]); in c_fast_call_with_args() 588 EMIT_MOV(compiler, SLJIT_MEM1(SLJIT_SP), stack_size, SLJIT_R2, 0); in c_fast_call_with_args() 608 *inst++ = XCHG_EAX_r | reg_map[SLJIT_R2]; in c_fast_call_with_args() 616 *inst++ = MOD_REG | (reg_map[SLJIT_R2] << 3) | reg_map[SLJIT_R0]; in c_fast_call_with_args() 785 SLJIT_ASSERT(reg_map[SLJIT_R0] == 0 && reg_map[SLJIT_R2] == 1 && SLJIT_R0 == 1 && SLJIT_R2 == 3); in sljit_emit_icall() 792 if ((src & REG_MASK) == SLJIT_R2 || OFFS_REG(src) == SLJIT_R2) { in sljit_emit_icall() 794 if (((src & REG_MASK) | 0x2) == SLJIT_R2) in sljit_emit_icall() 796 if ((OFFS_REG(src) | 0x2) == SLJIT_R2) in sljit_emit_icall()
|
D | sljitNativeX86_64.c | 638 else if (src == SLJIT_R2 && word_arg_count >= SLJIT_R2) in call_with_args() 642 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R2, 0); in call_with_args() 643 return emit_mov(compiler, SLJIT_R2, 0, SLJIT_R0, 0); in call_with_args() 656 static sljit_u8 word_arg_regs[5] = { 0, SLJIT_R3, SLJIT_R1, SLJIT_R2, TMP_REG1 }; in call_with_args() 658 …SLJIT_ASSERT(reg_map[SLJIT_R3] == 1 && reg_map[SLJIT_R1] == 2 && reg_map[SLJIT_R2] == 8 && reg_map… in call_with_args()
|
D | sljitConfigInternal.h | 647 #define SLJIT_PREF_SHIFT_REG SLJIT_R2
|
D | sljitLir.h | 176 #define SLJIT_R2 3 macro
|
D | sljitNativeX86_common.c | 80 w = compiler->saveds_offset - ((p) - SLJIT_R2) * (sljit_sw)sizeof(sljit_sw); \ 1184 work_r = SLJIT_R2; in emit_mov_byte() 1192 work_r = SLJIT_R2; in emit_mov_byte()
|
D | sljitNativePPC_common.c | 741 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R2) | A(SLJIT_S2) | B(SLJIT_R2))); in sljit_emit_enter()
|
D | sljitNativeARM_64.c | 972 FAIL_IF(push_inst(compiler, ORR | RD(SLJIT_S2) | RN(TMP_ZERO) | RM(SLJIT_R2))); in sljit_emit_enter()
|
D | sljitNativeS390X.c | 1408 FAIL_IF(push_inst(compiler, lgr(gpr(SLJIT_S2), gpr(SLJIT_R2)))); in sljit_emit_enter()
|
D | sljitNativeARM_32.c | 1054 FAIL_IF(push_inst(compiler, MOV | RD(SLJIT_S2) | RM(SLJIT_R2))); in sljit_emit_enter()
|
D | sljitNativeARM_T2_32.c | 1115 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_S2, SLJIT_R2))); in sljit_emit_enter()
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 545 #if SLJIT_PREF_SHIFT_REG == SLJIT_R2 557 #define TMP3 SLJIT_R2 559 #define TMP2 SLJIT_R2 3133 OP1(SLJIT_MOV, SLJIT_R2, 0, SLJIT_IMM, length - 1); in reset_ovector() 3136 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector() 3142 OP1(SLJIT_MOV, SLJIT_R2, 0, SLJIT_IMM, length - 1); in reset_ovector() 3146 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector() 3295 OP1(SLJIT_MOV, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_SP), common->mark_ptr); in copy_ovector() 3299 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, mark_ptr), SLJIT_R2, 0); in copy_ovector() 3300 OP2(SLJIT_ADD, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, match_data), in copy_ovector() [all …]
|
D | pcre2_jit_simd_inc.h | 872 OP1(SLJIT_MOV, SLJIT_R2, 0, SLJIT_IMM, offset); in fast_forward_char_simd() 1071 OP1(SLJIT_MOV_S32, SLJIT_R2, 0, SLJIT_IMM, offs1); in fast_forward_char_pair_simd()
|