Lines Matching refs:restore_sp4
2784 sljit_s32 restore_sp4 = 0; local
2836 restore_sp4 = (src3 == SLJIT_R0) ? SLJIT_R1 : SLJIT_R0;
2837 EMIT_MOV(compiler, SLJIT_MEM1(SLJIT_SP), sizeof(sljit_s32), restore_sp4, 0);
2838 EMIT_MOV(compiler, restore_sp4, 0, src1_reg, src1w);
2839 src1_reg = restore_sp4;
2843 restore_sp4 = src1_reg;
2879 restore_sp4 = (src3 == SLJIT_R0) ? SLJIT_R1 : SLJIT_R0;
2880 EMIT_MOV(compiler, SLJIT_MEM1(SLJIT_SP), sizeof(sljit_s32), restore_sp4, 0);
2881 EMIT_MOV(compiler, restore_sp4, 0, src1_reg, src1w);
2882 src1_reg = restore_sp4;
2886 restore_sp4 = src1_reg;
2954 if (restore_sp4)
2955 return emit_mov(compiler, restore_sp4, 0, SLJIT_MEM1(SLJIT_SP), sizeof(sljit_s32));