Searched refs:SLJIT_S2 (Results 1 – 4 of 4) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeX86_32.c | 350 PUSH_REG(reg_map[SLJIT_S2]); in sljit_emit_enter() 588 POP_REG(reg_map[SLJIT_S2]); in emit_stack_frame_release() 1058 EMIT_MOV(compiler, SLJIT_S2, 0, SLJIT_MEM1(SLJIT_SP), offset); in tail_call_with_args()
|
D | sljitLir.h | 189 #define SLJIT_S2 (SLJIT_NUMBER_OF_REGISTERS - 2) macro
|
D | sljitNativeX86_common.c | 84 w = compiler->locals_offset + ((p) - SLJIT_S2) * SSIZE_OF(sw); \
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 568 #define STACK_LIMIT SLJIT_S2 3360 OP1(SLJIT_MOV, SLJIT_S2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(1)); in copy_ovector() 3429 CMPTO(SLJIT_EQUAL, SLJIT_R2, 0, SLJIT_S2, 0, loop); in copy_ovector() 3442 CMPTO(SLJIT_EQUAL, SLJIT_R2, 0, SLJIT_S2, 0, loop); in copy_ovector()
|