Home
last modified time | relevance | path

Searched refs:fpsr (Results 1 - 22 of 22) sorted by relevance

/third_party/musl/src/fenv/aarch64/
H A Dfenv.s23 mrs x1, fpsr
31 mrs x1, fpsr
33 msr fpsr, x1
41 mrs x1, fpsr
43 msr fpsr, x1
51 mrs x2, fpsr
66 msr fpsr, x2
/third_party/musl/src/math/i386/
H A Dfmodf.c5 unsigned short fpsr; in fmodf() local
7 do __asm__ ("fprem; fnstsw %%ax" : "+t"(x), "=a"(fpsr) : "u"(y)); in fmodf()
8 while (fpsr & 0x400); in fmodf()
H A Dfmod.c5 unsigned short fpsr; in fmod() local
7 do __asm__ ("fprem; fnstsw %%ax" : "+t"(x), "=a"(fpsr) : "u"(y)); in fmod()
8 while (fpsr & 0x400); in fmod()
H A Dfmodl.c5 unsigned short fpsr; in fmodl() local
6 do __asm__ ("fprem; fnstsw %%ax" : "+t"(x), "=a"(fpsr) : "u"(y)); in fmodl()
7 while (fpsr & 0x400); in fmodl()
H A Dremainderf.c5 unsigned short fpsr; in remainderf() local
7 do __asm__ ("fprem1; fnstsw %%ax" : "+t"(x), "=a"(fpsr) : "u"(y)); in remainderf()
8 while (fpsr & 0x400); in remainderf()
H A Dremainder.c5 unsigned short fpsr; in remainder() local
7 do __asm__ ("fprem1; fnstsw %%ax" : "+t"(x), "=a"(fpsr) : "u"(y)); in remainder()
8 while (fpsr & 0x400); in remainder()
H A Dremainderl.c5 unsigned short fpsr; in remainderl() local
6 do __asm__ ("fprem1; fnstsw %%ax" : "+t"(x), "=a"(fpsr) : "u"(y)); in remainderl()
7 while (fpsr & 0x400); in remainderl()
H A Dsqrt.c6 unsigned fpsr; in sqrt() local
7 __asm__ ("fsqrt; fnstsw %%ax": "=t"(ux.f), "=a"(fpsr) : "0"(x)); in sqrt()
13 ux.i.m ^= (fpsr & 0x200) + 0x300; in sqrt()
/third_party/musl/arch/aarch64/bits/
H A Dsignal.h15 unsigned int fpsr; member
35 unsigned int fpsr; member
H A Duser.h10 unsigned int fpsr; member
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
H A Dint128.rs4 pub fpsr: u32,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
H A Dint128.rs4 pub fpsr: u32,
H A Dalign.rs33 pub fpsr: ::c_uint,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dint128.rs4 pub fpsr: u32,
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Duser.h11 unsigned fpsr:32; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Duser.h11 unsigned fpsr:32; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Duser.h11 unsigned fpsr:32; member
/third_party/musl/arch/arm/bits/
H A Duser.h11 unsigned fpsr:32; member
/third_party/rust/crates/libc/src/unix/nto/
H A Daarch64.rs15 pub fpsr: u32,
/third_party/libunwind/libunwind/include/
H A Dlibunwind-aarch64.h222 uint32_t fpsr; member
/third_party/libunwind/libunwind/src/ia64/
H A Dgetcontext.S65 mov.m rFPSR = ar.fpsr // M2, 12 cyc.
H A DGinstall_cursor.S272 (pRet) mov.m ar.fpsr = r27 // fpsr restored (don't touch no more)

Completed in 5 milliseconds