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

  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
mcontext.h 63 #define _REG_R14 14
69 #define _REG_LR _REG_R14
  /prebuilts/go/darwin-x86/src/runtime/
defs_netbsd_amd64.go 32 REG_R14 = C._REG_R14
defs_netbsd_arm.go 36 REG_R14 = C._REG_R14
signal_netbsd_arm.go 32 func (c *sigctxt) lr() uint32 { return c.regs().__gregs[_REG_R14] }
49 func (c *sigctxt) set_lr(x uint32) { c.regs().__gregs[_REG_R14] = x }
defs1_netbsd_arm.go 180 _REG_R14 = 0xe
signal_netbsd_amd64.go 34 func (c *sigctxt) r14() uint64 { return c.regs().__gregs[_REG_R14] }
signal_solaris_amd64.go 34 func (c *sigctxt) r14() uint64 { return uint64(c.regs().gregs[_REG_R14]) }
defs1_netbsd_amd64.go 173 _REG_R14 = 0xa
defs1_solaris_amd64.go 223 _REG_R14 = 0x1
  /prebuilts/go/linux-x86/src/runtime/
defs_netbsd_amd64.go 32 REG_R14 = C._REG_R14
defs_netbsd_arm.go 36 REG_R14 = C._REG_R14
signal_netbsd_arm.go 32 func (c *sigctxt) lr() uint32 { return c.regs().__gregs[_REG_R14] }
49 func (c *sigctxt) set_lr(x uint32) { c.regs().__gregs[_REG_R14] = x }
defs1_netbsd_arm.go 180 _REG_R14 = 0xe
signal_netbsd_amd64.go 34 func (c *sigctxt) r14() uint64 { return c.regs().__gregs[_REG_R14] }
signal_solaris_amd64.go 34 func (c *sigctxt) r14() uint64 { return uint64(c.regs().gregs[_REG_R14]) }
defs1_netbsd_amd64.go 173 _REG_R14 = 0xa
defs1_solaris_amd64.go 223 _REG_R14 = 0x1

Completed in 63 milliseconds