/third_party/musl/src/fenv/aarch64/ |
D | fenv.s | 23 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/ |
D | remainderl.c | 5 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()
|
D | fmod.c | 5 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()
|
D | fmodf.c | 5 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()
|
D | fmodl.c | 5 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()
|
D | remainder.c | 5 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()
|
D | remainderf.c | 5 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()
|
D | sqrt.c | 6 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/ |
D | signal.h | 15 unsigned int fpsr; member 35 unsigned int fpsr; member
|
D | user.h | 10 unsigned int fpsr; member
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | int128.rs | 4 pub fpsr: u32,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/ |
D | int128.rs | 4 pub fpsr: u32,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
D | int128.rs | 4 pub fpsr: u32,
|
D | align.rs | 33 pub fpsr: ::c_uint,
|
/third_party/musl/arch/arm/bits/ |
D | user.h | 11 unsigned fpsr:32; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | user.h | 11 unsigned fpsr:32; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | user.h | 11 unsigned fpsr:32; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | user.h | 11 unsigned fpsr:32; member
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | aarch64.rs | 15 pub fpsr: u32,
|
/third_party/libunwind/libunwind/include/ |
D | libunwind-aarch64.h | 222 uint32_t fpsr; member
|
/third_party/libunwind/libunwind/src/ia64/ |
D | getcontext.S | 65 mov.m rFPSR = ar.fpsr // M2, 12 cyc.
|
D | Ginstall_cursor.S | 272 (pRet) mov.m ar.fpsr = r27 // fpsr restored (don't touch no more)
|
/third_party/elfutils/tests/ |
D | run-readelf-mixed-corenote.sh | 356 fpsr: 0x00000000, fpcr: 0x00000000
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.td | 292 def FPSW : X86Reg<"fpsr", 0>;
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | PR25007-sdhci.ko.abi | 7715 …<var-decl name='fpsr' type-id='type-id-2' visibility='default' filepath='/ws/android/kernel/aosp/c…
|