Lines Matching refs:A64_POP
428 emit(A64_POP(A64_R(27), A64_R(28), A64_SP), ctx); in pop_callee_regs()
429 emit(A64_POP(A64_R(25), A64_R(26), A64_SP), ctx); in pop_callee_regs()
430 emit(A64_POP(A64_R(23), A64_R(24), A64_SP), ctx); in pop_callee_regs()
431 emit(A64_POP(A64_R(21), A64_R(22), A64_SP), ctx); in pop_callee_regs()
432 emit(A64_POP(A64_R(19), A64_R(20), A64_SP), ctx); in pop_callee_regs()
437 emit(A64_POP(reg1, A64_ZR, A64_SP), ctx); in pop_callee_regs()
443 emit(A64_POP(reg1, reg2, A64_SP), ctx); in pop_callee_regs()
871 emit(A64_POP(A64_ZR, ptr, A64_SP), ctx); in build_epilogue()
874 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue()
2293 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline()
2294 emit(A64_POP(A64_FP, A64_R(9), A64_SP), ctx); in prepare_trampoline()