Searched refs:unat (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/lib/libc/arch/ia64/gen/
H A D_setjmp.S85 mov r14 = ar.unat // save user Unat register
114 mov r2 = ar.unat // save Unat register after spill
117 st8 [r32] = r2, J_PFS-J_NATS // save unat for spilled regs
182 mov ar.unat = r14 // restore unat
211 ld8 r2 = [r11], J_LC-J_NATS // get unat for spilled regs
215 mov ar.unat = r2
296 ld8 r21 = [r31] // get user unat
299 mov ar.unat = r21
/netbsd-current/sys/arch/ia64/ia64/
H A Dsetjmp.S91 mov r14 = ar.unat // save user Unat register
117 mov r2 = ar.unat // save Unat register after spill
119 st8 [r32] = r2, J_PFS-J_NATS // save unat for spilled regs
180 mov ar.unat = r14 // restore unat
220 ld8 r2 = [r11], J_LC-J_NATS // get unat for spilled regs
222 mov ar.unat = r2
336 ld8 r21 = [r32] // get user unat
339 mov ar.unat = r21
H A Dsyscall_stubs.S256 mov r21=ar.unat
294 st8 [r31]=r21,16 // unat
435 ld8 r17=[r15],16 // unat (before)
513 mov ar.unat=r17
533 mov ar.unat=r17
H A Dcontext.S48 ld8 r16=[r31],16 // unat (before)
71 ld8 r17=[r14],8 // unat (after)
77 mov ar.unat=r17
95 mov ar.unat=r16
174 mov r16=ar.unat
185 st8 [r31]=r16,16 // unat (before)
233 mov r16=ar.unat
238 st8 [r30]=r16 // unat (after)
327 mov r18=ar.unat
364 mov ar.unat
[all...]
H A Dexception.S176 mov r26 = ar.unat
252 mov r20=ar.unat
294 * r18=pr, r19=length, r20=unat, r21=rsc, r22=iip, r23=TOS
313 // r18=pr, r19=length, r20=unat, r21=rsc, r22=iip, r23=TOS
322 st8 [r31]=r20,16 // unat
502 mov r17=ar.unat
615 ld8 r8=[r8] // unat (after)
617 mov ar.unat=r8
701 ld8 r17=[r30],16 // unat
782 mov ar.unat
[all...]
H A Ddb_interface.c238 {"ar.unat", DB_OFFSET(tf_special.unat), db_frame},
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/ia64/
H A Dsetjmp.S23 mov r14 = ar.unat
68 mov r18 = ar.unat
97 mov ar.unat = r14
128 mov ar.unat = r17
194 mov ar.unat = r18
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dunwind-ok.s59 .spillreg ar.unat, r22
198 .save ar.unat, r23
227 .savesp ar.unat, 0x38
256 .savepsp ar.unat, 0x38
H A Dinvalid-ar.s127 mov.i r1 = ar.unat
H A Ddv-raw-err.s108 mov ar.unat = r12
H A Ddv-waw-err.s118 mov ar.unat = r12
H A Dunwind-ok.d31 [[:space:]]*X2:spill_reg\(t=14,reg=ar\.unat,treg=r22\)
H A Dregs.d1982 [ ]*[a-f0-9]+: 10 00 90 44 08 00 mov.m r1=ar.unat
2138 [ ]*[a-f0-9]+: 10 00 90 44 08 00 mov.m r1=ar.unat
H A Dregs.s816 { .mmi; nop.m 0; mov r1 = ar.unat ;; }
/netbsd-current/sys/arch/ia64/include/
H A D_regset.h58 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
H A Dia64_cpu.h426 IA64_AR(unat)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dia64-tdep.c202 "ccv", "", "", "", "unat", "", "", "",
982 ULONGEST unat; local
984 status = regcache->cooked_read (IA64_UNAT_REGNUM, &unat);
987 unatN_val = (unat & (1LL << (regnum - IA64_NAT0_REGNUM))) != 0;
1109 ULONGEST unatN_val, unat, unatN_mask; local
1110 regcache_cooked_read_unsigned (regcache, IA64_UNAT_REGNUM, &unat);
1116 unat &= ~unatN_mask;
1118 unat |= unatN_mask;
1119 regcache_cooked_write_unsigned (regcache, IA64_UNAT_REGNUM, unat);
1585 if (qp == 0 && isScratch (rN) && arM == 36 /* ar.unat */)
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dia64-tdep.c202 "ccv", "", "", "", "unat", "", "", "",
981 ULONGEST unat; local
983 status = regcache->cooked_read (IA64_UNAT_REGNUM, &unat);
986 unatN_val = (unat & (1LL << (regnum - IA64_NAT0_REGNUM))) != 0;
1108 ULONGEST unatN_val, unat, unatN_mask; local
1109 regcache_cooked_read_unsigned (regcache, IA64_UNAT_REGNUM, &unat);
1115 unat &= ~unatN_mask;
1117 unat |= unatN_mask;
1118 regcache_cooked_write_unsigned (regcache, IA64_UNAT_REGNUM, unat);
1586 if (qp == 0 && isScratch (rN) && arM == 36 /* ar.unat */)
[all...]

Completed in 214 milliseconds