Home
last modified time | relevance | path

Searched defs:set_r12 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsignal_openbsd_ppc64.go74 func (c *sigctxt) set_r12(x uint64) { c.regs().sc_reg[12] = x } func
Dsignal_linux_ppc64x.go73 func (c *sigctxt) set_r12(x uint64) { c.regs().gpr[12] = x } func
Dsignal_aix_ppc64.go76 func (c *sigctxt) set_r12(x uint64) { c.regs().gpr[12] = x } func