| /onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| H A D | asm.S | 126 xorw %ax, %ax 127 movw %ax, %ds 128 movw %ax, %ss 129 movw %ax, %es 236 movw %es:8(%bx),%ax /* Transfer contents of undi_call_info_t */ 237 pushw %ax /* structure to the real-mode stack */ 238 movw %es:6(%bx),%ax 239 pushw %ax 240 movw %es:4(%bx),%ax 241 pushw %ax [all …]
|
| H A D | start.S | 104 cmpw %ax, 4(%di) /* compare against total number of sectors */ 110 movw 4(%di), %ax 114 subw %ax, 4(%di) 125 movw %ax, 2(%si) 134 pushw %ax 140 movw %ax, 4(%si) 183 movw %ax, 12(%si) 186 cmpw 8(%si), %ax 190 movw (%si), %ax /* get number of sectors per track/head */ 196 cmpw %ax, 4(%di) /* compare against total number of sectors */ [all …]
|
| H A D | pxeloader.S | 29 movw %ss:4(%bp), %ax 30 pushw %ax 31 movw %ss:6(%bp), %ax 32 pushw %ax 37 popw %ax 38 movw %ax, %cs:(pxeseg-1b)(%bx) 39 popw %ax 40 movw %ax, %cs:(pxeoff-1b)(%bx) 41 movw %ax, %bx
|
| H A D | nbloader.S | 57 movw $NBI_DEST_SEG, %ax 58 movw %ax, %ds 59 movw $RELOCATED_SEG, %ax 60 movw %ax, %es 94 movw %es, %ax 95 addw $0x0800, %ax 96 movw %ax, %es 97 movw %ds, %ax 98 addw $0x800, %ax 99 movw %ax, %ds
|
| H A D | start_eltorito.S | 82 xor %ax, %ax 83 mov %ax, %ss 84 mov %ax, %ds 85 mov %ax, %es 86 mov %ax, %fs 87 mov %ax, %gs 103 mov %ax, %bp /* boot file sectors */ 109 mov %ds, %ax 110 mov %ax, %es 157 sub %ax, %bp /* Sectors left */ [all …]
|
| H A D | apm.S | 35 movw $0x5300, %ax 52 movw $0x5304, %ax 58 movw $0x5303, %ax 70 movw %ax, ABS(EXT_C(apm_bios_info)) + 2 88 movw $0x5300, %ax 102 movw %ax, ABS(EXT_C(apm_bios_info)) 113 movw $0x5304, %ax
|
| /onnv-gate/usr/src/lib/libc/amd64/fp/ |
| H A D | _xtoll.s | 39 movw cw_old(%rsp),%ax 40 movw %ax,%cx 42 orw $0x0c00,%ax 43 movw %ax,cw(%rsp) 48 movw cw(%rsp),%ax 49 andw $0xf3ff,%ax 50 orw %cx,%ax /* restore RC */ 51 movw %ax,cw(%rsp) 63 movw cw_old(%rsp),%ax 64 movw %ax,%cx [all …]
|
| H A D | _xtoull.s | 39 movw cw_old(%rsp),%ax 40 movw %ax,%cx 42 orw $0x0c00,%ax 43 movw %ax,cw(%rsp)
|
| /onnv-gate/usr/src/lib/libc/i386/fp/ |
| H A D | _xtoll.s | 40 movw cw_old(%esp),%ax 41 movw %ax,%cx 43 orw $0x0c00,%ax 44 movw %ax,cw(%esp) 49 movw cw(%esp),%ax 50 andw $0xf3ff,%ax 51 orw %cx,%ax // restore RC 52 movw %ax,cw(%esp) 64 movw cw_old(%esp),%ax 65 movw %ax,%cx [all …]
|
| H A D | _xtoull.s | 41 movw cw_old(%esp),%ax 42 movw %ax,%cx 44 orw $0x0c00,%ax 45 movw %ax,cw(%esp) 50 fstsw %ax // store status in %ax 65 movw cw(%esp),%ax 66 andw $0xf3ff,%ax 67 orw %cx,%ax // restore RC 68 movw %ax,cw(%esp)
|
| /onnv-gate/usr/src/uts/i86pc/ml/ |
| H A D | mpcore.s | 90 movw %cs, %ax 91 movw %ax, %ds /* load cs into ds */ 92 movw %ax, %ss /* and into ss */ 258 movw $KDS_SEL, %ax 259 movw %ax, %ds 260 movw %ax, %es 261 movw %ax, %ss 263 movw $KTSS_SEL, %ax /* setup kernel TSS */ 264 ltr %ax 266 xorw %ax, %ax /* clear LDTR */ [all …]
|
| H A D | bios_call_src.s | 166 movw %ax, enter_real_ljmp 169 movw %ax, enter_protected_ljmp 172 movw %ax, gdt_info_load 259 movw %ax, %ss 260 movw %ax, %ds 261 movw %ax, %es 262 movw %ax, %fs 263 movw %ax, %gs 278 movw %ax, %ss 279 movw %ax, %ds [all …]
|
| /onnv-gate/usr/src/uts/intel/ia32/ml/ |
| H A D | desctbls_asm.s | 188 movw %ax, %ds 189 movw %ax, %es 191 movw %ax, %fs 193 movw %ax, %gs 195 movw %ax, %ss 232 movw 0xc(%ebp), %ax 233 movw %ax, %ds 234 movw 0x10(%ebp), %ax 235 movw %ax, %es 236 movw 0x14(%ebp), %ax [all …]
|
| /onnv-gate/usr/src/lib/libast/common/uwin/ |
| H A D | erf.c | 272 double R,S,P,Q,ax,s,y,z,r,fabs(),exp(); variable 278 if ((ax = x) < 0) 279 ax = - ax; 280 if (ax < .84375) { 281 if (ax < 3.7e-09) { 282 if (ax < 1.0e-308) 291 if (ax < 1.25) { /* 0.84375 <= |x| < 1.25 */ 300 if (ax >= 6.0) { /* inf>|x|>=6 */ 307 z = -ax*ax; 309 if (ax < 2.0) { [all …]
|
| /onnv-gate/usr/src/uts/i86pc/dboot/ |
| H A D | dboot_xen.s | 48 xorw %ax, %ax 49 movw %ax, %fs 50 movw %ax, %gs 96 xorw %ax, %ax 97 movw %ax, %fs 98 movw %ax, %gs
|
| H A D | dboot_grub.s | 104 movw $B32DATA_SEL, %ax 105 movw %ax, %ds 106 movw %ax, %es 107 movw %ax, %fs 108 movw %ax, %gs 109 movw %ax, %ss
|
| /onnv-gate/usr/src/grub/grub-0.97/stage1/ |
| H A D | stage1.S | 133 xorw %ax, %ax 134 movw %ax, %ds 135 movw %ax, %ss 209 movw %ax, 4(%si) 258 incw %ax 268 incw %ax 269 movw %ax, 8(%si) 271 xorw %ax, %ax 298 movw %ax, 12(%si) 301 cmpw 8(%si), %ax [all …]
|
| /onnv-gate/usr/src/psm/stand/bootblks/ufs/i386/ |
| H A D | mboot.S | 134 mov ax, cs /* initialize segment registers */ 135 mov ss, ax 137 mov es, ax 138 mov ds, ax 272 mov word ptr [secPerCyl], ax 275 mov ax, [bx+8] /* ax = loword(relsect) */ 279 mov bx, ax /* bx = cyl */ 282 mov ax, dx /* ax = sect in cyl (0 - cylsize-1) */ 300 mov ax, 0x201 /* 02=read, sector count = 1 */ 352 mov ax, 0x1301
|
| /onnv-gate/usr/src/common/openssl/crypto/x509/ |
| H A D | x509_trs.c | 270 X509_CERT_AUX *ax; in obj_trust() local 271 ax = x->aux; in obj_trust() 272 if(!ax) return X509_TRUST_UNTRUSTED; in obj_trust() 273 if(ax->reject) { in obj_trust() 274 for(i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) { in obj_trust() 275 obj = sk_ASN1_OBJECT_value(ax->reject, i); in obj_trust() 279 if(ax->trust) { in obj_trust() 280 for(i = 0; i < sk_ASN1_OBJECT_num(ax->trust); i++) { in obj_trust() 281 obj = sk_ASN1_OBJECT_value(ax->trust, i); in obj_trust()
|
| /onnv-gate/usr/src/common/atomic/amd64/ |
| H A D | atomic.s | 89 incw %ax / %ax = 1 91 xaddw %ax, (%rdi) / %ax = old value, (%rdi) = new value 92 incw %ax / return new value 165 decw %ax / %ax = -1 167 xaddw %ax, (%rdi) / %ax = old value, (%rdi) = new value 168 decw %ax / return new value 305 movzwl %si, %eax / %ax = delta addend, clean upper bits 308 addw %si, %ax / new value = original value + delta 351 movw (%rdi), %ax / %ax = old value 354 andw %ax, %cx / %cx = new value [all …]
|
| /onnv-gate/usr/src/cmd/sa/ |
| H A D | sar.c | 83 static struct sa64 nx, ox, ax, dx; variable 578 (void) memset(&ax, 0, sizeof (ax)); /* Zero out the accumulators. */ in prpass() 772 (uint64_t *)&dx.csi, (uint64_t *)&ax.csi, 0, sizeof (ax.csi)); in update_counters() 774 (uint64_t *)&dx.si, (uint64_t *)&ax.si, 0, sizeof (ax.si)); in update_counters() 776 (uint64_t *)&dx.cvmi, (uint64_t *)&ax.cvmi, 0, in update_counters() 777 sizeof (ax.cvmi)); in update_counters() 779 ax.vmi.freemem += dx.vmi.freemem = nx.vmi.freemem - ox.vmi.freemem; in update_counters() 780 ax.vmi.swap_avail += dx.vmi.swap_avail = in update_counters() 1109 tdiff = ax.csi.cpu[0] + ax.csi.cpu[1] + ax.csi.cpu[2] + ax.csi.cpu[3]; in prtavg() 1122 prt_u_opt(&ax); in prtavg() [all …]
|
| /onnv-gate/usr/src/uts/i86xpv/ml/ |
| H A D | panic_asm.s | 106 movw %gs, %ax 108 movw %fs, %ax 110 movw %es, %ax 112 movw %ds, %ax 114 movw %ss, %ax 219 movw %gs, %ax 221 movw %fs, %ax 223 movw %es, %ax 225 movw %ds, %ax 227 movw %ss, %ax [all …]
|
| /onnv-gate/usr/src/uts/i86pc/os/ |
| H A D | pci_cfgspace.c | 254 uint16_t ax, dx; in pci_check_bios() local 257 regs.eax.word.ax = (PCI_FUNCTION_ID << 8) | PCI_BIOS_PRESENT; in pci_check_bios() 261 ax = regs.eax.word.ax; in pci_check_bios() 272 if ((ax & 0xff00) != 0) in pci_check_bios() 275 pci_bios_mech = (ax & 0x3); in pci_check_bios()
|
| /onnv-gate/usr/src/lib/libc/amd64/threads/ |
| H A D | asm_subr.s | 142 movw %cs, %ax 145 movw %ss, %ax 147 movw %fs, %ax 149 movw %gs, %ax 151 movw %es, %ax 153 movw %ds, %ax
|
| /onnv-gate/usr/src/common/atomic/i386/ |
| H A D | atomic.s | 89 incw %ax / %ax = 1 91 xaddw %ax, (%edx) / %ax = old value, inc (%edx) 92 incw %ax / return new value 186 decw %ax / %ax = -1 188 xaddw %ax, (%edx) / %ax = old value, dec (%edx) 189 decw %ax / return new value 353 movzwl %cx, %eax / %ax = delta, zero extended 356 addw %cx, %ax / return old value plus delta 424 movw (%edx), %ax / %ax = old value 427 orw %ax, %cx / %cx = new value [all …]
|