Home
last modified time | relevance | path

Searched refs:SLJIT_R3 (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeX86_64.c617 SLJIT_ASSERT(reg_map[SLJIT_R1] == 6 && reg_map[SLJIT_R3] == 1 && reg_map[TMP_REG1] == 2); 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()
DsljitConfigInternal.h659 #define SLJIT_PREF_SHIFT_REG SLJIT_R3
DsljitLir.h182 #define SLJIT_R3 4 macro
DsljitNativeARM_T2_32.c1142 FAIL_IF(load_immediate(compiler, SLJIT_R3, (local_size >> 12) - 1)); in sljit_emit_enter()
1145 SLJIT_ASSERT(reg_map[SLJIT_R3] < 7); in sljit_emit_enter()
1146 FAIL_IF(push_inst16(compiler, SUBSI8 | RDN3(SLJIT_R3) | 1)); in sljit_emit_enter()
DsljitNativeX86_common.c78 if (p >= SLJIT_R3 && p <= SLJIT_S3) { \
2389 if (reg >= SLJIT_R3 && reg <= SLJIT_R8)
2971 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV) || (dst_reg >= SLJIT_R3 && dst_reg <= SLJIT_S3))
/external/pcre/dist2/src/
Dpcre2_jit_simd_inc.h1072 OP1(SLJIT_MOV_S32, SLJIT_R3, 0, SLJIT_IMM, offs2); in fast_forward_char_pair_simd()
Dpcre2_jit_compile.c547 #elif SLJIT_PREF_SHIFT_REG == SLJIT_R3
556 #define TMP2 SLJIT_R3
560 #define TMP3 SLJIT_R3