Home
last modified time | relevance | path

Searched refs:fnstsw (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dcmovcmov.ll21 ; 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/
Dintel-syntax.s492 fnstsw label
493 fnstsw AX label
494 fnstsw EAX label
495 fnstsw AL label
Dx86-64.s325 fnstsw label
326 fnstsw %ax label
327 fnstsw %eax label
328 fnstsw %al label
Dx86-16.s746 fnstsw 0x7eed
Dx86-32.s822 fnstsw 0x7eed
Dx86-32-coverage.s2709 fnstsw 0xdeadbeef(%ebx,%ecx,8)
2713 fnstsw 0xbabecafe
2717 fnstsw 0x12345678
/external/llvm/test/MC/Disassembler/X86/
Dx86-16.txt660 # CHECK: fnstsw 32493
663 # CHECK: fnstsw 32493
669 # CHECK: fnstsw 32493
675 # CHECK: fnstsw 32493
Dfp-stack.txt988 # CHECK: fnstsw %ax
/external/valgrind/docs/internals/
D3_1_BUGSTATUS.txt87 vx1591 vx1592 117366 amd64: 0xDD 0x7C fnstsw
/external/llvm/lib/Target/X86/
DX86InstrFPStack.td309 def FNSTSWm : FPI<0xDD, MRM7m, (outs f32mem:$dst), (ins), "fnstsw\t$dst">;
586 (outs), (ins), "fnstsw\t{%ax|ax}",
DX86InstrInfo.td2578 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/
Dtinycc.c3437 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/
Dassyntax.h778 #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/
Di386254 11011111,11100000:fnstsw %ax
349 11011101,{mod}111{r_m}:fnstsw {mod}{r_m}
/external/elfutils/src/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/external/valgrind/
DNEWS.old666 117366 amd64: 0xDD 0x7C fnstsw