HomeSort by relevance Sort by last modified time
    Searched defs:REG_SIZE (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/bl31/aarch64/
crash_reporting.S 18 #define REG_SIZE 0x8
96 ldr x4, [x7], #REG_SIZE
118 stp x10, x11, [x0, #REG_SIZE * 2]
119 stp x12, x13, [x0, #REG_SIZE * 4]
120 stp x14, x15, [x0, #REG_SIZE * 6]
140 str x1, [x0, #REG_SIZE]
218 stp x2, x3, [x0, #REG_SIZE * 2]
219 stp x4, x5, [x0, #REG_SIZE * 4]
220 stp x6, x30, [x0, #REG_SIZE * 6]
231 ldr x4, [x0, #REG_SIZE * 7
    [all...]
  /external/libffi/src/tile/
tile.S 32 #define REG_SIZE FFI_SIZEOF_ARG
38 REG_SIZE bytes beyond that is a slot owned by the caller which
41 #define LINKAGE_SIZE (2 * REG_SIZE)
97 addi TMP, sp, -REG_SIZE
101 REG_SIZE + REG_SIZE + LINKAGE_SIZE + 7
107 addi TMP2, sp, -(REG_SIZE * 2)
112 .cfi_offset r52, -REG_SIZE
121 addi TMP, sp, REG_SIZE
140 addi INCOMING_STACK_ARGS, INCOMING_STACK_ARGS, REG_SIZE
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/tile/
tile.S 32 #define REG_SIZE FFI_SIZEOF_ARG
38 REG_SIZE bytes beyond that is a slot owned by the caller which
41 #define LINKAGE_SIZE (2 * REG_SIZE)
97 addi TMP, sp, -REG_SIZE
101 REG_SIZE + REG_SIZE + LINKAGE_SIZE + 7
107 addi TMP2, sp, -(REG_SIZE * 2)
112 .cfi_offset r52, -REG_SIZE
121 addi TMP, sp, REG_SIZE
140 addi INCOMING_STACK_ARGS, INCOMING_STACK_ARGS, REG_SIZE
    [all...]
  /external/lzma/Asm/x86/
7zAsm.asm 39 REG_SIZE equ 8
42 REG_SIZE equ 4
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStubInternal.h 97 #define REG_SIZE 32
99 #define REG_SIZE 64
101 #define REG_SIZE 32
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.h 95 #define REG_SIZE 32
97 #define REG_SIZE 64
99 #define REG_SIZE 32
  /external/mesa3d/src/intel/compiler/
brw_reg.h 208 #define REG_SIZE (8*4)
528 unsigned newoffset = reg.nr * REG_SIZE + reg.subnr + bytes;
529 reg.nr = newoffset / REG_SIZE;
530 reg.subnr = newoffset % REG_SIZE;
700 return brw_imm_uw(reg.nr * REG_SIZE + reg.subnr);
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/soc/
soc.h 50 #define REG_SIZE 0x04

Completed in 2229 milliseconds