Lines Matching refs:r2_offset
261 sljit_s32 r2_offset = -1; in sljit_emit_enter() local
413 r2_offset = local_size + args_size; in sljit_emit_enter()
450 SLJIT_ASSERT(r2_offset == -1 || local_size > 4 * 4096); in sljit_emit_enter()
482 if (r2_offset != -1) in sljit_emit_enter()
483 EMIT_MOV(compiler, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_SP), r2_offset); in sljit_emit_enter()
847 sljit_u8 r2_offset = 0; in tail_call_with_args() local
909 r2_offset = sizeof(sljit_sw); in tail_call_with_args()
962 EMIT_MOV(compiler, SLJIT_R2, 0, r2_offset != 0 ? SLJIT_MEM1(SLJIT_SP) : SLJIT_R0, 0); in tail_call_with_args()
967 if (r2_offset != 0) { in tail_call_with_args()
1010 r2_offset = SSIZE_OF(sw); in tail_call_with_args()
1038 EMIT_MOV(compiler, SLJIT_MEM1(SLJIT_SP), r2_offset, SLJIT_R2, 0); in tail_call_with_args()
1046 SLJIT_ASSERT(r2_offset == sizeof(sljit_sw)); in tail_call_with_args()
1140 EMIT_MOV(compiler, SLJIT_R2, 0, r2_offset != 0 ? SLJIT_MEM1(SLJIT_SP) : SLJIT_R0, 0); in tail_call_with_args()
1145 if (r2_offset != 0) { in tail_call_with_args()
1161 EMIT_MOV(compiler, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_SP), r2_offset); in tail_call_with_args()