HomeSort by relevance Sort by last modified time
    Searched refs:RegSize (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /prebuilts/go/darwin-x86/src/cmd/internal/sys/
arch.go 37 // RegSize is the size in bytes of general purpose registers.
38 RegSize int
60 RegSize: 4,
69 RegSize: 8,
78 RegSize: 8,
87 RegSize: 4,
96 RegSize: 8,
105 RegSize: 4,
114 RegSize: 4,
123 RegSize: 8
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/sys/
arch.go 37 // RegSize is the size in bytes of general purpose registers.
38 RegSize int
60 RegSize: 4,
69 RegSize: 8,
78 RegSize: 8,
87 RegSize: 4,
96 RegSize: 8,
105 RegSize: 4,
114 RegSize: 4,
123 RegSize: 8
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/HighMemDxe/
HighMemDxe.c 36 UINT32 RegSize;
50 &SizeCells, &RegSize);
54 &SizeCells, &RegSize)) {
58 while (RegSize > 0) {
67 RegSize -= (AddressCells + SizeCells) * sizeof (UINT32);
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/
ArmVirtPL031FdtClientLib.c 35 UINT32 RegSize;
51 (CONST VOID **)&Reg, &RegSize);
59 ASSERT (RegSize == 16);
  /device/linaro/bootloader/edk2/ArmVirtPkg/XenioFdtDxe/
XenioFdtDxe.c 34 UINT32 RegSize;
45 &RegSize);
54 ASSERT (RegSize == 2 * sizeof (UINT64));
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtGicArchLib/
ArmVirtGicArchLib.c 39 UINT32 RegSize;
53 &RegSize);
58 &RegSize);
79 ASSERT (RegSize >= 32);
119 ASSERT (RegSize == 32);
  /device/linaro/bootloader/edk2/ArmVirtPkg/FdtClientDxe/
FdtClientDxe.c 164 OUT UINT32 *RegSize
169 ASSERT (RegSize != NULL);
177 RegSize);
182 if ((*RegSize % 16) != 0) {
185 __FUNCTION__, CompatibleString, *RegSize));
205 OUT UINT32 *RegSize
229 Status = GetNodeProperty (This, Next, "reg", Reg, RegSize);
236 if ((*RegSize % 16) != 0) {
239 __FUNCTION__, *RegSize));
261 OUT UINT32 *RegSize
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
Processor.c 184 UINTN RegSize;
193 RegSize = 0;
194 while (RegSize < 32) {
195 Char = mHexToStr[(UINT8)((*FindPointerToRegister(SystemContext, RegNumber) >> (RegSize+4)) & 0xf)];
201 Char = mHexToStr[(UINT8)((*FindPointerToRegister(SystemContext, RegNumber) >> RegSize) & 0xf)];
207 RegSize = RegSize + 8;
283 UINTN RegSize;
292 RegSize = 0;
293 while (RegSize < 32) {
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Arm/
Processor.c 169 UINTN RegSize;
178 RegSize = 0;
179 while (RegSize < 32) {
180 Char = mHexToStr[(UINT8)((*FindPointerToRegister (SystemContext, RegNumber) >> (RegSize+4)) & 0xf)];
186 Char = mHexToStr[(UINT8)((*FindPointerToRegister (SystemContext, RegNumber) >> RegSize) & 0xf)];
192 RegSize = RegSize + 8;
270 UINTN RegSize;
279 RegSize = 0;
280 while (RegSize < 32) {
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/Include/Protocol/
FdtClient.h 85 OUT UINT32 *RegSize
97 OUT UINT32 *RegSize
108 OUT UINT32 *RegSize
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciPcdProducerLib/
FdtPciPcdProducerLib.c 96 UINT32 RegSize;
125 (CONST VOID **)&Reg, &RegSize);
127 if (!EFI_ERROR (Status) && RegSize == 2 * sizeof (UINT64)) {
  /device/linaro/bootloader/edk2/ArmVirtPkg/VirtioFdtDxe/
VirtioFdtDxe.c 48 UINT32 RegSize;
64 (CONST VOID **)&Reg, &RegSize);
71 ASSERT (RegSize == 16);
  /prebuilts/go/darwin-x86/src/runtime/internal/sys/
stubs.go 10 const RegSize = 4 << (^Uintreg(0) >> 63) // unsafe.Sizeof(uintreg(0)) but an ideal const
  /prebuilts/go/linux-x86/src/runtime/internal/sys/
stubs.go 10 const RegSize = 4 << (^Uintreg(0) >> 63) // unsafe.Sizeof(uintreg(0)) but an ideal const
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
Processor.c 176 UINTN RegSize;
178 RegSize = 0;
179 while (RegSize < REG_SIZE) {
180 *OutBufPtr++ = mHexToStr[((*FindPointerToRegister (SystemContext, RegNumber) >> (RegSize+4)) & 0xf)];
181 *OutBufPtr++ = mHexToStr[((*FindPointerToRegister (SystemContext, RegNumber) >> RegSize) & 0xf)];
182 RegSize = RegSize + 8;
260 UINTN RegSize;
265 RegSize = 0;
266 while (RegSize < REG_SIZE) {
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 147 UINTN RegSize;
149 RegSize = 0;
150 while (RegSize < 64) {
151 *OutBufPtr++ = mHexToStr[((*FindPointerToRegister(SystemContext, RegNumber) >> (RegSize+4)) & 0xf)];
152 *OutBufPtr++ = mHexToStr[((*FindPointerToRegister(SystemContext, RegNumber) >> RegSize) & 0xf)];
153 RegSize = RegSize + 8;
229 UINTN RegSize;
234 RegSize = 0;
235 while (RegSize < 64) {
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
Processor.c 162 UINTN RegSize;
164 RegSize = 0;
165 while (RegSize < REG_SIZE) {
166 *OutBufPtr++ = mHexToStr[((*FindPointerToRegister(SystemContext, RegNumber) >> (RegSize+4)) & 0xf)];
167 *OutBufPtr++ = mHexToStr[((*FindPointerToRegister(SystemContext, RegNumber) >> RegSize) & 0xf)];
168 RegSize = RegSize + 8;
246 UINTN RegSize;
251 RegSize = 0;
252 while (RegSize < REG_SIZE) {
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 147 UINTN RegSize;
149 RegSize = 0;
150 while (RegSize < 64) {
151 *OutBufPtr++ = mHexToStr[((*FindPointerToRegister(SystemContext, RegNumber) >> (RegSize+4)) & 0xf)];
152 *OutBufPtr++ = mHexToStr[((*FindPointerToRegister(SystemContext, RegNumber) >> RegSize) & 0xf)];
153 RegSize = RegSize + 8;
229 UINTN RegSize;
234 RegSize = 0;
235 while (RegSize < 64) {
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/XenAcpiPlatformDxe/
XenAcpiPlatformDxe.c 48 UINT32 RegSize;
64 &RegSize);
73 ASSERT (RegSize == 2 * sizeof (UINT64));
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCRegisterInfo.h 32 const unsigned RegSize, Alignment; // Size & Alignment of register in bytes
43 : ID(id), Name(name), RegSize(RS), Alignment(Al), CopyCost(CC),
91 unsigned getSize() const { return RegSize; }
  /prebuilts/go/darwin-x86/src/runtime/
sys_x86.go 18 if sys.RegSize > sys.PtrSize {
  /prebuilts/go/linux-x86/src/runtime/
sys_x86.go 18 if sys.RegSize > sys.PtrSize {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
config.go 22 RegSize int64 // 4 or 8; copy of cmd/internal/sys.Arch.RegSize
163 c.RegSize = 8
174 c.RegSize = 8
186 c.RegSize = 4
197 c.RegSize = 4
208 c.RegSize = 8
223 c.RegSize = 8
238 c.RegSize = 8
250 c.RegSize =
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
config.go 22 RegSize int64 // 4 or 8; copy of cmd/internal/sys.Arch.RegSize
163 c.RegSize = 8
174 c.RegSize = 8
186 c.RegSize = 4
197 c.RegSize = 4
208 c.RegSize = 8
223 c.RegSize = 8
238 c.RegSize = 8
250 c.RegSize =
    [all...]
  /external/capstone/
MCRegisterInfo.h 39 uint16_t RegSize, Alignment; // Size & Alignment of register in bytes

Completed in 850 milliseconds

1 2 3 4