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

  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
mcontext.h 64 #define _REG_R15 15
70 #define _REG_PC _REG_R15
  /prebuilts/go/darwin-x86/src/runtime/
defs_netbsd_amd64.go 33 REG_R15 = C._REG_R15
defs_netbsd_arm.go 37 REG_R15 = C._REG_R15
signal_netbsd_arm.go 36 func (c *sigctxt) pc() uint32 { return c.regs().__gregs[_REG_R15] }
47 func (c *sigctxt) set_pc(x uint32) { c.regs().__gregs[_REG_R15] = x }
os_netbsd_arm.go 13 mc.__gregs[_REG_R15] = uint32(funcPC(lwp_tramp))
defs1_netbsd_arm.go 181 _REG_R15 = 0xf
signal_netbsd_amd64.go 35 func (c *sigctxt) r15() uint64 { return c.regs().__gregs[_REG_R15] }
signal_solaris_amd64.go 35 func (c *sigctxt) r15() uint64 { return uint64(c.regs().gregs[_REG_R15]) }
defs1_netbsd_amd64.go 174 _REG_R15 = 0xb
defs1_solaris_amd64.go 224 _REG_R15 = 0x0
  /prebuilts/go/linux-x86/src/runtime/
defs_netbsd_amd64.go 33 REG_R15 = C._REG_R15
defs_netbsd_arm.go 37 REG_R15 = C._REG_R15
signal_netbsd_arm.go 36 func (c *sigctxt) pc() uint32 { return c.regs().__gregs[_REG_R15] }
47 func (c *sigctxt) set_pc(x uint32) { c.regs().__gregs[_REG_R15] = x }
os_netbsd_arm.go 13 mc.__gregs[_REG_R15] = uint32(funcPC(lwp_tramp))
defs1_netbsd_arm.go 181 _REG_R15 = 0xf
signal_netbsd_amd64.go 35 func (c *sigctxt) r15() uint64 { return c.regs().__gregs[_REG_R15] }
signal_solaris_amd64.go 35 func (c *sigctxt) r15() uint64 { return uint64(c.regs().gregs[_REG_R15]) }
defs1_netbsd_amd64.go 174 _REG_R15 = 0xb
defs1_solaris_amd64.go 224 _REG_R15 = 0x0

Completed in 87 milliseconds