/external/llvm/test/CodeGen/X86/ |
D | cmovcmov.ll | 21 ; NOCMOV-NEXT: fnstsw %ax 48 ; NOCMOV-NEXT: fnstsw %ax 77 ; NOCMOV-NEXT: fnstsw %ax 108 ; NOCMOV-NEXT: fnstsw %ax 139 ; NOCMOV-NEXT: fnstsw %ax
|
/external/llvm/test/MC/X86/ |
D | intel-syntax.s | 492 fnstsw label 493 fnstsw AX label 494 fnstsw EAX label 495 fnstsw AL label
|
D | x86-64.s | 325 fnstsw label 326 fnstsw %ax label 327 fnstsw %eax label 328 fnstsw %al label
|
D | x86-16.s | 746 fnstsw 0x7eed
|
D | x86-32.s | 822 fnstsw 0x7eed
|
D | x86-32-coverage.s | 2709 fnstsw 0xdeadbeef(%ebx,%ecx,8) 2713 fnstsw 0xbabecafe 2717 fnstsw 0x12345678
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-16.txt | 660 # CHECK: fnstsw 32493 663 # CHECK: fnstsw 32493 669 # CHECK: fnstsw 32493 675 # CHECK: fnstsw 32493
|
D | fp-stack.txt | 988 # CHECK: fnstsw %ax
|
/external/valgrind/docs/internals/ |
D | 3_1_BUGSTATUS.txt | 87 vx1591 vx1592 117366 amd64: 0xDD 0x7C fnstsw
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 309 def FNSTSWm : FPI<0xDD, MRM7m, (outs f32mem:$dst), (ins), "fnstsw\t$dst">; 586 (outs), (ins), "fnstsw\t{%ax|ax}",
|
D | X86InstrInfo.td | 2578 def : MnemonicAlias<"fnstsww", "fnstsw", "att">; 2766 // We accept "fnstsw %eax" even though it only writes %ax. 2767 def : InstAlias<"fnstsw\t{%eax|eax}", (FNSTSW16r)>; 2768 def : InstAlias<"fnstsw\t{%al|al}" , (FNSTSW16r)>; 2769 def : InstAlias<"fnstsw" , (FNSTSW16r)>;
|
/external/valgrind/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/mesa3d/src/mesa/x86/ |
D | assyntax.h | 778 #define FSTSW(a) CHOICE(fstsw a, wait; fnstsw a, wait; fstsw a) 779 #define FNSTSW(a) CHOICE(fnstsw a, fnstsw a, fstsw a) 1500 #define FNSTSW(a) fnstsw a
|
/external/elfutils/src/libcpu/defs/ |
D | i386 | 254 11011111,11100000:fnstsw %ax 349 11011101,{mod}111{r_m}:fnstsw {mod}{r_m}
|
/external/elfutils/src/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/valgrind/ |
D | NEWS.old | 666 117366 amd64: 0xDD 0x7C fnstsw
|