Searched refs:fnstsw (Results 1 – 25 of 28) sorted by relevance
12
/external/quake/quake/src/QW/client/ |
D | r_drawa.s | 220 fnstsw %ax 236 fnstsw %ax 768 fnstsw %ax 793 fnstsw %ax 800 fnstsw %ax 822 fnstsw %ax 829 fnstsw %ax
|
D | r_edgea.s | 509 fnstsw %ax 517 fnstsw %ax 526 fnstsw %ax 698 fnstsw %ax 706 fnstsw %ax 715 fnstsw %ax
|
D | r_drawa.asm | 326 fnstsw ax 338 fnstsw ax 626 fnstsw ax 639 fnstsw ax 646 fnstsw ax 658 fnstsw ax 665 fnstsw ax
|
D | math.s | 395 fnstsw %ax 401 fnstsw %ax
|
D | r_edgea.asm | 552 fnstsw ax 556 fnstsw ax 561 fnstsw ax 668 fnstsw ax 672 fnstsw ax 677 fnstsw ax
|
D | math.asm | 480 fnstsw ax 485 fnstsw ax
|
D | d_draw.s | 830 fnstsw %ax 945 fnstsw %ax
|
D | d_parta.s | 94 fnstsw %ax
|
D | d_draw.asm | 792 fnstsw ax 879 fnstsw ax
|
D | d_parta.asm | 266 fnstsw ax
|
/external/quake/quake/src/WinQuake/ |
D | r_drawa.s | 220 fnstsw %ax 236 fnstsw %ax 768 fnstsw %ax 793 fnstsw %ax 800 fnstsw %ax 822 fnstsw %ax 829 fnstsw %ax
|
D | r_edgea.s | 509 fnstsw %ax 517 fnstsw %ax 526 fnstsw %ax 698 fnstsw %ax 706 fnstsw %ax 715 fnstsw %ax
|
D | math.s | 396 fnstsw %ax 402 fnstsw %ax
|
D | d_draw.s | 830 fnstsw %ax 945 fnstsw %ax
|
D | d_parta.s | 94 fnstsw %ax
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 325 fnstsw label 326 fnstsw %ax label 327 fnstsw %eax label 328 fnstsw %al label
|
D | x86-32.s | 802 fnstsw 0x7eed
|
D | x86-32-coverage.s | 4337 fnstsw 0xdeadbeef(%ebx,%ecx,8) 4341 fnstsw 0xbabecafe 4345 fnstsw 0x12345678 14056 fnstsw 0xdeadbeef(%ebx,%ecx,8) 14059 fnstsw 0xbabecafe 14062 fnstsw 0x12345678
|
/external/quake/quake/src/QW/server/ |
D | math.s | 309 fnstsw %ax 315 fnstsw %ax
|
/external/qemu/target-i386/ |
D | helper.h | 165 DEF_HELPER_0(fnstsw, i32)
|
/external/valgrind/main/docs/internals/ |
D | 3_1_BUGSTATUS.txt | 87 vx1591 vx1592 117366 amd64: 0xDD 0x7C fnstsw
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 295 def FNSTSWm : FPI<0xDD, MRM7m, (outs f32mem:$dst), (ins), "fnstsw\t$dst">; 573 (outs), (ins), "fnstsw %ax",
|
D | X86InstrInfo.td | 1773 def : MnemonicAlias<"fnstsww", "fnstsw">; 1905 // We accept "fnstsw %eax" even though it only writes %ax. 1906 def : InstAlias<"fnstsw %eax", (FNSTSW16r)>; 1907 def : InstAlias<"fnstsw %al" , (FNSTSW16r)>; 1908 def : InstAlias<"fnstsw" , (FNSTSW16r)>;
|
/external/valgrind/main/perf/ |
D | tinycc.c | 3437 DEF_ASM_OP0(fnstsw, 0xdfe0) 3438 ALT(DEF_ASM_OP1(fnstsw, 0xdfe0, 0, 0, OPT_EAX )) 3439 ALT(DEF_ASM_OP1(fnstsw, 0xdd, 7, OPC_MODRM, OPT_EA )) 3894 DEF_ASM_OP0(fnstsw, 0xdfe0) 3895 ALT(DEF_ASM_OP1(fnstsw, 0xdfe0, 0, 0, OPT_EAX )) 3896 ALT(DEF_ASM_OP1(fnstsw, 0xdd, 7, OPC_MODRM, OPT_EA )) 4769 DEF_ASM_OP0(fnstsw, 0xdfe0) 4770 ALT(DEF_ASM_OP1(fnstsw, 0xdfe0, 0, 0, OPT_EAX )) 4771 ALT(DEF_ASM_OP1(fnstsw, 0xdd, 7, OPC_MODRM, OPT_EA )) 5226 DEF_ASM_OP0(fnstsw, 0xdfe0) [all …]
|
/external/elfutils/libcpu/defs/ |
D | i386 | 254 11011111,11100000:fnstsw %ax 349 11011101,{mod}111{r_m}:fnstsw {mod}{r_m}
|
12