Searched refs:fnstsw (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/lib/msun/i387/ |
| HD | s_sin.S | 40 fnstsw %ax 48 fnstsw %ax
|
| HD | s_cos.S | 40 fnstsw %ax 48 fnstsw %ax
|
| HD | s_tan.S | 40 fnstsw %ax 49 fnstsw %ax
|
| /freebsd-14-stable/sys/i386/i386/ |
| HD | npx.c | 85 #define fnstsw(addr) __asm __volatile("fnstsw %0" : "=am" (*(addr))) macro 248 fnstsw(&status); in npx_probe() 779 fnstsw(&status); in npxtrap_x87() 1291 fnstsw(&status); in fpu_clean_state()
|
| /freebsd-14-stable/sys/amd64/amd64/ |
| HD | fpu.c | 75 #define fnstsw(addr) __asm __volatile("fnstsw %0" : "=am" (*(addr))) macro 713 fnstsw(&status); in fputrap_x87() 1023 fnstsw(&status); in fpu_clean_state()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86InstrFPStack.td | 321 def FNSTSWm : FPI<0xDD, MRM7m, (outs), (ins i16mem:$dst), "fnstsw\t$dst">; 616 (outs), (ins), "fnstsw\t{%ax|ax}", []>;
|
| HD | X86InstrAsmAlias.td | 356 def : MnemonicAlias<"fnstsww", "fnstsw", "att">; 581 def : InstAlias<"fnstsw" , (FNSTSW16r), 0>;
|