Searched refs:SLJIT_R2 (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeX86_32.c | 127 inst[1] = MOD_REG | (reg_map[SLJIT_S0] << 3) | reg_map[SLJIT_R2]; in sljit_emit_enter() 556 PUSH_REG(reg_map[SLJIT_R2]); in c_fast_call_with_args() 584 EMIT_MOV(compiler, SLJIT_MEM1(SLJIT_SP), stack_size, SLJIT_R2, 0); in c_fast_call_with_args() 604 *inst++ = XCHG_EAX_r | reg_map[SLJIT_R2]; in c_fast_call_with_args() 612 *inst++ = MOD_REG | (reg_map[SLJIT_R2] << 3) | reg_map[SLJIT_R0]; in c_fast_call_with_args() 781 SLJIT_ASSERT(reg_map[SLJIT_R0] == 0 && reg_map[SLJIT_R2] == 1 && SLJIT_R0 == 1 && SLJIT_R2 == 3); in sljit_emit_icall() 788 if ((src & REG_MASK) == SLJIT_R2 || OFFS_REG(src) == SLJIT_R2) { in sljit_emit_icall() 790 if (((src & REG_MASK) | 0x2) == SLJIT_R2) in sljit_emit_icall() 792 if ((OFFS_REG(src) | 0x2) == SLJIT_R2) in sljit_emit_icall()
|
D | sljitNativeX86_64.c | 583 else if (src == SLJIT_R2 && word_arg_count >= SLJIT_R2) in call_with_args() 587 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R2, 0); in call_with_args() 588 return emit_mov(compiler, SLJIT_R2, 0, SLJIT_R0, 0); in call_with_args() 601 static sljit_u8 word_arg_regs[5] = { 0, SLJIT_R3, SLJIT_R1, SLJIT_R2, TMP_REG1 }; in call_with_args() 603 …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 | 580 #define SLJIT_PREF_SHIFT_REG SLJIT_R2
|
D | sljitLir.h | 166 #define SLJIT_R2 3 macro
|
D | sljitNativeX86_common.c | 80 w = compiler->saveds_offset - ((p) - SLJIT_R2) * (sljit_sw)sizeof(sljit_sw); \ 980 work_r = SLJIT_R2; in emit_mov_byte() 988 work_r = SLJIT_R2; in emit_mov_byte()
|
D | sljitNativePPC_common.c | 650 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R2) | A(SLJIT_S2) | B(SLJIT_R2))); in sljit_emit_enter()
|
D | sljitNativeARM_64.c | 931 FAIL_IF(push_inst(compiler, ORR | RD(SLJIT_S2) | RN(TMP_ZERO) | RM(SLJIT_R2))); in sljit_emit_enter()
|
D | sljitNativeARM_T2_32.c | 1091 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_S2, SLJIT_R2))); in sljit_emit_enter()
|
D | sljitNativeARM_32.c | 944 FAIL_IF(push_inst(compiler, MOV | RD(SLJIT_S2) | RM(SLJIT_R2))); in sljit_emit_enter()
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 541 #if SLJIT_PREF_SHIFT_REG == SLJIT_R2 553 #define TMP3 SLJIT_R2 555 #define TMP2 SLJIT_R2 2919 OP1(SLJIT_MOV, SLJIT_R2, 0, SLJIT_IMM, length - 1); in reset_ovector() 2922 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector() 2928 OP1(SLJIT_MOV, SLJIT_R2, 0, SLJIT_IMM, length - 1); in reset_ovector() 2932 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector() 3035 OP1(SLJIT_MOV, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_SP), common->mark_ptr); in copy_ovector() 3039 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, mark_ptr), SLJIT_R2, 0); in copy_ovector() 3040 OP2(SLJIT_ADD, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, match_data), in copy_ovector() [all …]
|