Searched refs:xword (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | lmath.c | 45 long xword; member in union:__anon2991 54 r.xword = *(long *)&lop + *(long *)&rop; 64 r.xword = (long)(*(ulong_t *)&op >> (-cnt)); 67 r.xword = *(long *)&op << cnt; 83 r.xword = *(long *)&lop - *(long *)&rop; 92 r.xword = *(long *)&lop * *(long *)&rop;
|
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/ |
H A D | kaif_invoke.s | 47 .xword cp0arg 48 .xword cp1arg 49 .xword cp2arg 50 .xword cp3arg 51 .xword cp4arg 52 .xword cp5arg 54 .xword cp6arg
|
H A D | kaif_handlers.s | 249 .count: .xword 0 /* counter goes here */ 250 .daddr: .xword 0 /* miss address goes here */ 251 .ecode: .xword 0 /* sun4v: g1 contains err code */ 299 .count: .xword 0 322 .count: .xword 0 /* counter goes here */
|
/illumos-gate/usr/src/psm/stand/bootlst/sparc/ |
H A D | srt0.s | 59 .xword 0 ! space for prom cookie
|
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | cb_srt0.s | 68 .xword 0 ! space for prom cookie
|
/illumos-gate/usr/src/common/crypto/aes/sun4u/ |
H A D | aes_crypt_asm.s | 2425 ! for v8plus, the addresses are 64-bit long so we should use .xword 2429 .xword (Te0+0x0) 2430 .xword (Te1+0x0) 2431 .xword (Te2+0x0) 2432 .xword (Te3+0x0) 2433 .xword (Te4+0x0) 2434 .xword (Td0+0x0) 2435 .xword (Td1+0x0) 2436 .xword (Td2+0x0) 2437 .xword (Td [all...] |
/illumos-gate/usr/src/common/crypto/des/sun4u/ |
H A D | des_crypt_asm.s | 2170 ! For v9, the addresses ar 64-bit long, so we should use .xword 2173 .xword (des_ip_table+0x0) ! initial permutation table 2174 .xword (des_ip_table+0x800) 2176 .xword (des_fp_table+0x0) ! final permutation table 2178 .xword (des_sbox_table+0x0) ! sboxes table 2179 .xword (des_sbox_table+0x200) 2180 .xword (des_sbox_table+0x400) 2181 .xword (des_sbox_table+0x600) 2182 .xword (des_sbox_table+0x800) 2183 .xword (des_sbox_tabl [all...] |
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | mach_cpu_states.c | 1267 uint64_t volatile xword[NCPU / 8]; member in union:__anon10310 1314 while (cpu_sync.xword[i] != 0) { 1329 "at cpu_sync.xword[%d]: 0x%lx " 1333 i, cpu_sync.xword[i],
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | strlcpy.s | 51 ! This is either by xword, word, halfword, or byte. As this occurs, we 54 ! larger xword/word/half-word quantity.
|
H A D | strcpy.s | 58 ! (methods for xword, word, half-word, and byte copies are present)
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.s | 1284 .xword 0
|
Completed in 212 milliseconds