Searched refs:ax (Results 1 - 25 of 74) sorted by relevance

123

/seL4-refos-master/kernel/src/arch/x86/32/
H A Dmachine_asm.S31 movw $SEL_DS_3, %ax # load register ax with seg selector DS
32 movw %ax, %ds
33 movw %ax, %es
34 movw $SEL_FS, %ax # load register ax with seg selector FS
35 movw %ax, %fs
36 movw $SEL_GS, %ax # load register ax with seg selector GS
37 movw %ax,
[all...]
/seL4-refos-master/libs/libmuslc/src/math/i386/
H A Dfmod.s7 fnstsw %ax
H A Dfmodf.s7 fnstsw %ax
H A Dfmodl.s7 fnstsw %ax
H A Dremainderl.s7 fnstsw %ax
H A Datan.s13 1: fnstsw %ax
14 and $16,%ax
H A Datan2.s13 fnstsw %ax
14 and $16,%ax
H A Datanf.s13 1: fnstsw %ax
14 and $16,%ax
/seL4-refos-master/libs/libmuslc/src/math/i386_sel4/
H A Dfmod.s7 fnstsw %ax
H A Dfmodf.s7 fnstsw %ax
H A Dfmodl.s7 fnstsw %ax
H A Dremainderl.s7 fnstsw %ax
H A Datan.s13 1: fnstsw %ax
14 and $16,%ax
H A Datan2.s13 fnstsw %ax
14 and $16,%ax
H A Datanf.s13 1: fnstsw %ax
14 and $16,%ax
/seL4-refos-master/libs/libmuslc/src/math/
H A Dnextafter.c6 uint64_t ax, ay; local
13 ax = ux.i & -1ULL/2;
15 if (ax == 0) {
19 } else if (ax > ay || ((ux.i ^ uy.i) & 1ULL<<63))
H A Dnextafterf.c6 uint32_t ax, ay, e; local
12 ax = ux.i & 0x7fffffff;
14 if (ax == 0) {
18 } else if (ax > ay || ((ux.i ^ uy.i) & 0x80000000))
/seL4-refos-master/libs/libmuslc/src/math/x32/
H A Dfmodl.s7 fnstsw %ax
H A Dremainderl.s7 fnstsw %ax
/seL4-refos-master/libs/libmuslc/src/math/x86_64/
H A Dfmodl.s7 fnstsw %ax
H A Dremainderl.s7 fnstsw %ax
/seL4-refos-master/libs/libmuslc/src/math/x86_64_sel4/
H A Dfmodl.s7 fnstsw %ax
H A Dremainderl.s7 fnstsw %ax
/seL4-refos-master/kernel/src/arch/x86/64/
H A Dmachine_asm.S31 outw %ax, %dx
52 inw %dx, %ax
77 movw $0x10, %ax # load register ax with seg selector
78 movw %ax, %ds
79 movw %ax, %es
80 movw %ax, %ss
81 movw $0x0, %ax
82 movw %ax, %fs
83 movw %ax,
[all...]
/seL4-refos-master/libs/libsel4platsupport/src/sel4_arch/ia32/
H A Dcrt0.S38 movw $IPCBUF_GDT_SELECTOR, %ax
39 movw %ax, %fs

Completed in 129 milliseconds

123