Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeX86_64.c562 SLJIT_ASSERT(reg_map[SLJIT_R1] == 6 && reg_map[SLJIT_R3] == 1 && reg_map[TMP_REG1] == 2); 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()
DsljitConfigInternal.h592 #define SLJIT_PREF_SHIFT_REG SLJIT_R3
DsljitLir.h172 #define SLJIT_R3 4 macro
DsljitNativeARM_T2_32.c1118 FAIL_IF(load_immediate(compiler, SLJIT_R3, (local_size >> 12) - 1)); in sljit_emit_enter()
1121 SLJIT_ASSERT(reg_map[SLJIT_R3] < 7); in sljit_emit_enter()
1122 FAIL_IF(push_inst16(compiler, SUBSI8 | RDN3(SLJIT_R3) | 1)); in sljit_emit_enter()
DsljitNativeX86_common.c78 if (p >= SLJIT_R3 && p <= SLJIT_S3) { \
2160 if (reg >= SLJIT_R3 && reg <= SLJIT_R8)
2742 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV) || (dst_reg >= SLJIT_R3 && dst_reg <= SLJIT_S3))
/external/pcre/dist2/src/
Dpcre2_jit_compile.c533 #elif SLJIT_PREF_SHIFT_REG == SLJIT_R3
542 #define TMP2 SLJIT_R3
546 #define TMP3 SLJIT_R3
7871 OP1(SLJIT_MOV, SLJIT_R3, 0, STR_END, 0); in compile_ref_matchingpath()