HomeSort by relevance Sort by last modified time
    Searched refs:_REG_R13 (Results 1 - 19 of 19) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
mcontext.h 62 #define _REG_R13 13
68 #define _REG_SP _REG_R13
  /prebuilts/go/darwin-x86/src/runtime/
defs_netbsd_amd64.go 31 REG_R13 = C._REG_R13
defs_netbsd_arm.go 35 REG_R13 = C._REG_R13
signal_netbsd_arm.go 31 func (c *sigctxt) sp() uint32 { return c.regs().__gregs[_REG_R13] }
48 func (c *sigctxt) set_sp(x uint32) { c.regs().__gregs[_REG_R13] = x }
os_netbsd_arm.go 14 mc.__gregs[_REG_R13] = uint32(uintptr(stk))
defs1_netbsd_arm.go 179 _REG_R13 = 0xd
signal_netbsd_amd64.go 33 func (c *sigctxt) r13() uint64 { return c.regs().__gregs[_REG_R13] }
signal_solaris_amd64.go 33 func (c *sigctxt) r13() uint64 { return uint64(c.regs().gregs[_REG_R13]) }
defs1_netbsd_amd64.go 172 _REG_R13 = 0x9
defs1_solaris_amd64.go 222 _REG_R13 = 0x2
  /prebuilts/go/linux-x86/src/runtime/
defs_netbsd_amd64.go 31 REG_R13 = C._REG_R13
defs_netbsd_arm.go 35 REG_R13 = C._REG_R13
signal_netbsd_arm.go 31 func (c *sigctxt) sp() uint32 { return c.regs().__gregs[_REG_R13] }
48 func (c *sigctxt) set_sp(x uint32) { c.regs().__gregs[_REG_R13] = x }
os_netbsd_arm.go 14 mc.__gregs[_REG_R13] = uint32(uintptr(stk))
defs1_netbsd_arm.go 179 _REG_R13 = 0xd
signal_netbsd_amd64.go 33 func (c *sigctxt) r13() uint64 { return c.regs().__gregs[_REG_R13] }
signal_solaris_amd64.go 33 func (c *sigctxt) r13() uint64 { return uint64(c.regs().gregs[_REG_R13]) }
defs1_netbsd_amd64.go 172 _REG_R13 = 0x9
defs1_solaris_amd64.go 222 _REG_R13 = 0x2

Completed in 53 milliseconds