/external/llvm/test/CodeGen/X86/ |
D | scalar-fp-to-i64.ll | 11 ; and a truncating conversion (cvtts[ds]2si, fisttp, or fnstcw+fist). When 12 ; both a subtract and fnstcw are needed, they can occur in either order. 15 ; SSE2 (cvtts[ds]2si) and vanilla X87 (fnstcw+fist, 32-bit only). 34 ; X87-DAG: fnstcw 37 ; SSE2_32-DAG: fnstcw 55 ; X87: fnstcw 57 ; SSE2_32: fnstcw 72 ; X87-DAG: fnstcw 75 ; SSE2_32-DAG: fnstcw 93 ; X87: fnstcw [all …]
|
/external/mesa3d/src/mesa/main/ |
D | compiler.h | 471 __asm fnstcw word ptr [x]\ 477 __asm fnstcw word ptr [x]\
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-16.txt | 642 # CHECK: fnstcw 32493 645 # CHECK: fnstcw 32493 651 # CHECK: fnstcw 32493 657 # CHECK: fnstcw 32493
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 730 fnstcw 0x7eed
|
D | x86-32.s | 855 fnstcw 0x7eed
|
D | x86-32-coverage.s | 2697 fnstcw 0xdeadbeef(%ebx,%ecx,8) 2701 fnstcw 0xbabecafe 2705 fnstcw 0x12345678
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-32.s | 758 fnstcw 0x7eed
|
D | x86-32-coverage.s | 492 fnstcw 0xdeadbeef(%ebx,%ecx,8) 4322 fnstcw 0xdeadbeef(%ebx,%ecx,8) 4326 fnstcw 0xbabecafe 4330 fnstcw 0x12345678 14040 fnstcw 0xdeadbeef(%ebx,%ecx,8) 14043 fnstcw 0xbabecafe 14046 fnstcw 0x12345678
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 774 #define FSTCW(a) CHOICE(fstcw a, wait; fnstcw a, wait; fstcw a) 775 #define FNSTCW(a) CHOICE(fnstcw a, fnstcw a, fstcw a) 1496 #define FNSTCW(a) fnstcw a
|
/external/v8/src/x87/ |
D | assembler-x87.h | 940 void fnstcw(const Operand& adr);
|
D | assembler-x87.cc | 1639 void Assembler::fnstcw(const Operand& adr) { in fnstcw() function in v8::internal::Assembler
|
D | macro-assembler-x87.cc | 866 fnstcw(MemOperand(esp, 0)); in X87SetRC()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFPStack.td | 549 (outs), (ins i16mem:$dst), "fnstcw\t$dst",
|
D | X86InstrInfo.td | 1521 def : MnemonicAlias<"fnstcww", "fnstcw">;
|
D | X86GenAsmMatcher.inc | 1371 Mnemonic = "fnstcw"; // "fnstcww" 3506 { X86::FNSTCW16m, "fnstcw", Convert__Mem5_0, { MCK_Mem }, 0},
|
D | X86GenAsmWriter.inc | 3884 "fnstcw\t\000fnstsw %ax\000fnstsw\t\000fpatan\000fprem\000fprem1\000fpta"
|
D | X86GenAsmWriter1.inc | 3869 "ln2\000fldpi\000fnclex\000fninit\000fnop\000fnstcw\t\000fnstsw %ax\000f"
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 620 (outs), (ins i16mem:$dst), "fnstcw\t$dst",
|
D | X86InstrInfo.td | 2674 def : MnemonicAlias<"fnstcww", "fnstcw", "att">;
|
/external/elfutils/libcpu/defs/ |
D | i386 | 229 11011001,{mod}111{r_m}:fnstcw {mod}{r_m}
|
/external/valgrind/perf/ |
D | tinycc.c | 3435 DEF_ASM_OP1(fnstcw, 0xd9, 7, OPC_MODRM, OPT_EA ) 3892 DEF_ASM_OP1(fnstcw, 0xd9, 7, OPC_MODRM, OPT_EA ) 4767 DEF_ASM_OP1(fnstcw, 0xd9, 7, OPC_MODRM, OPT_EA ) 5224 DEF_ASM_OP1(fnstcw, 0xd9, 7, OPC_MODRM, OPT_EA ) 15474 DEF_ASM_OP1(fnstcw, 0xd9, 7, OPC_MODRM, OPT_EA ) 15936 DEF_ASM_OP1(fnstcw, 0xd9, 7, OPC_MODRM, OPT_EA )
|
/external/elfutils/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 ... |