Home
last modified time | relevance | path

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

/external/llvm/test/MC/X86/
Dintel-syntax.s495 fnstsw label
496 fnstsw AX label
497 fnstsw EAX label
498 fnstsw AL label
499 fnstsw WORD PTR [EAX] label
Dx86-64.s346 fnstsw label
347 fnstsw %ax label
348 fnstsw %eax label
349 fnstsw %al label
Dx86-16.s746 fnstsw 0x7eed
Dx86-32.s871 fnstsw 0x7eed
Dx86-32-coverage.s2709 fnstsw 0xdeadbeef(%ebx,%ecx,8)
2713 fnstsw 0xbabecafe
2717 fnstsw 0x12345678
/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/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-64.s322 fnstsw label
323 fnstsw %ax label
324 fnstsw %eax label
325 fnstsw %al label
Dx86-32.s774 fnstsw 0x7eed
Dx86-32-coverage.s4334 fnstsw 0xdeadbeef(%ebx,%ecx,8)
4338 fnstsw 0xbabecafe
4342 fnstsw 0x12345678
14049 fnstsw 0xdeadbeef(%ebx,%ecx,8)
14052 fnstsw 0xbabecafe
14055 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/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.td1522 def : MnemonicAlias<"fnstsww", "fnstsw">;
1654 // We accept "fnstsw %eax" even though it only writes %ax.
1655 def : InstAlias<"fnstsw %eax", (FNSTSW8r)>;
1656 def : InstAlias<"fnstsw %al" , (FNSTSW8r)>;
1657 def : InstAlias<"fnstsw" , (FNSTSW8r)>;
DX86InstrFPStack.td289 def FNSTSWm : FPI<0xDD, MRM7m, (outs f32mem:$dst), (ins), "fnstsw\t$dst">;
546 (outs), (ins), "fnstsw %ax", []>, DF;
DX86GenAsmMatcher.inc1376 Mnemonic = "fnstsw"; // "fnstsww"
3508 { X86::FNSTSW8r, "fnstsw", Convert, { }, 0},
3509 { X86::FNSTSW8r, "fnstsw", Convert, { MCK_AL }, 0},
3510 { X86::FNSTSW8r, "fnstsw", Convert, { MCK_AX }, 0},
3511 { X86::FNSTSW8r, "fnstsw", Convert, { MCK_EAX }, 0},
3512 { X86::FNSTSWm, "fnstsw", Convert__Mem5_0, { MCK_Mem }, 0},
DX86GenAsmWriter.inc3884 "fnstcw\t\000fnstsw %ax\000fnstsw\t\000fpatan\000fprem\000fprem1\000fpta"
7199 AsmString = "fnstsw";
DX86GenAsmWriter1.inc3869 "ln2\000fldpi\000fnclex\000fninit\000fnop\000fnstcw\t\000fnstsw %ax\000f"
7942 AsmString = "fnstsw";
/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/llvm/lib/Target/X86/
DX86InstrFPStack.td339 def FNSTSWm : FPI<0xDD, MRM7m, (outs), (ins i16mem:$dst), "fnstsw\t$dst">;
616 (outs), (ins), "fnstsw\t{%ax|ax}",
DX86InstrInfo.td2675 def : MnemonicAlias<"fnstsww", "fnstsw", "att">;
2895 // We accept "fnstsw %eax" even though it only writes %ax.
2896 def : InstAlias<"fnstsw\t{%eax|eax}", (FNSTSW16r)>;
2897 def : InstAlias<"fnstsw\t{%al|al}" , (FNSTSW16r)>;
2898 def : InstAlias<"fnstsw" , (FNSTSW16r)>;
/external/elfutils/libcpu/defs/
Di386254 11011111,11100000:fnstsw %ax
349 11011101,{mod}111{r_m}:fnstsw {mod}{r_m}
/external/elfutils/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