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

  /external/libunwind/tests/
ia64-test-nat-asm.S 183 .save ar.unat, loc2
184 mov loc2 = ar.unat
205 mov ar.unat = loc2 // restore ar.unat
209 /* Spill r6 into memory and save primary ar.unat in a register. */
220 .save ar.unat, loc2
221 mov loc2 = ar.unat
227 mov loc3 = ar.unat
228 mov ar.unat = 0 // trash ar.unat
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
SetJmp.s 32 mov r14 = ar.unat
77 mov r18 = ar.unat
80 st8.nta [r10] = r14, 8 // UNAT
83 st8.nta [r10] = r18, 8 // UNAT after spill
106 mov ar.unat = r14
LongJmp.s 30 ld8.nt1 r17 = [r10], -8 // UNAT after spill
34 ld8.nt1 r18 = [r10], -8 // UNAT
47 mov ar.unat = r17
113 mov ar.unat = r18
ReadAr.s 92 (p37) mov ret0=ar.unat // ar36
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
setjmp.s 33 mov r14 = ar.unat
78 mov r18 = ar.unat
81 st8.nta [r10] = r14, 8 // UNAT
84 st8.nta [r10] = r18, 8 // UNAT after spill
107 mov ar.unat = r14
longjmp.s 31 ld8.nt1 r17 = [r10], -8 // UNAT after spill
35 ld8.nt1 r18 = [r10], -8 // UNAT
48 mov ar.unat = r17
114 mov ar.unat = r18
  /external/libunwind/src/ia64/
getcontext.S 48 .save ar.unat, rUNAT
49 mov.m rUNAT = ar.unat // M2, 5 cycles
95 mov.m rNAT = ar.unat // M2, 5 cycles
167 mov.m ar.unat = rUNAT // restore caller's UNaT // M2
Ginstall_cursor.S 128 mov.m ar.unat = in1
292 mov.m ar.unat = r25 // unat restored (don't touch no more)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
SetJmp.s 63 // save user Unat register
66 mov r14 = ar.unat // save user Unat register
72 st8 [r32] = r14, J_NATS // Note: Unat at the
90 // save spilled Unat and pfs registers
92 mov r2 = ar.unat // save Unat register after spill
94 st8 [r32] = r2, J_PFS-J_NATS // save unat for spilled regs
155 mov ar.unat = r14 // restore unat
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
unwind-ok.s 59 .spillreg ar.unat, r22
198 .save ar.unat, r23
227 .savesp ar.unat, 0x38
256 .savepsp ar.unat, 0x38
invalid-ar.s 127 mov.i r1 = ar.unat
dv-raw-err.s 107 // AR[UNAT]
108 mov ar.unat = r12
dv-waw-err.s 117 // AR[UNAT]
118 mov ar.unat = r12
unwind-ok.d 31 [[:space:]]*X2:spill_reg\(t=14,reg=ar\.unat,treg=r22\)
regs.d     [all...]
regs.s     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
_regset.h 58 unsigned long unat; /* NaT before spilling */ member in struct:_special
182 unsigned long unat; /* NaT after spilling. */ member in struct:_callee_saved
223 unsigned long unat; /* NaT after spilling. */ member in struct:_caller_saved
ia64_cpu.h 328 IA64_AR(unat)
  /external/libffi/src/ia64/
unix.S 289 .save ar.unat, loc2
290 mov loc2 = ar.unat
359 mov ar.unat = loc2
  /external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
unix.S 289 .save ar.unat, loc2
290 mov loc2 = ar.unat
359 mov ar.unat = loc2
  /external/python/cpython3/Modules/_ctypes/libffi/src/ia64/
unix.S 289 .save ar.unat, loc2
290 mov loc2 = ar.unat
359 mov ar.unat = loc2
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
AsmFuncs.s 725 // loc2 - temporary application unat storage
726 // loc3 - temporary exception handler unat storage
732 mov loc2=ar.unat;; // save application context unat (spilled later)
733 mov ar.unat=r0;; // set UNAT=0
766 mov loc3=ar.unat;; // save debugger context unat (spilled later)
837 st8.spill [in0]=loc2,8;; // save ar.unat (saved to loc2 earlier)
    [all...]

Completed in 691 milliseconds