Lines Matching full:restore
50 # restore all registers
77 # to share restore code below. Since this routine restores and
94 # restore all registers
99 # restore rdi later
102 # restore rsp later
154 // restore integral registers
190 // restore VS registers
212 // restore the first 32 VS regs (and also all floating point regs)
258 // use VRSAVE to conditionally restore the remaining VS regs, that are
323 // restore float registers
367 // restore vector registers if any are in use. In the AIX ABI, VRSAVE is
468 // restore integral registers
503 // restore float registers
552 // restore vector registers if any are in use. In the AIX ABI, VRSAVE
644 // skip restore of x0,x1 for now
660 ldr x30, [x0, #0x100] // restore pc into lr
680 // Finally, restore sp. This must be done after the last read from the
685 ldp x0, x1, [x0, #0x000] // restore x0,x1
686 mov sp,x16 // restore sp
729 mov lr, r3 @ restore pc into lr
739 ldr lr, [lr, #60] @ restore pc into lr
858 # restore integral registers
895 # at last, restore r3
1011 // restore hi and lo
1074 // restore hi and lo
1181 ILOAD x1, (RISCV_ISIZE * 0)(a0) // restore pc into ra
1189 ILOAD x10, (RISCV_ISIZE * 10)(a0) // restore a0
1206 // Restore FPRs
1211 // Restore GPRs - skipping %r0 and %r1
1243 ld.d $a0, $a0, (8 * 4) // restore $a0 last