Home
last modified time | relevance | path

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

12

/external/llvm/test/CodeGen/X86/
Dscalar-fp-to-i64.ll11 ; 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/tnl/
Dt_pipeline.c173 __asm fnstcw word ptr [x]\
179 __asm fnstcw word ptr [x]\
/external/llvm/test/MC/Disassembler/X86/
Dx86-16.txt642 # CHECK: fnstcw 32493
645 # CHECK: fnstcw 32493
651 # CHECK: fnstcw 32493
657 # CHECK: fnstcw 32493
/external/llvm/test/MC/X86/
Dx86-16.s730 fnstcw 0x7eed
Dx86-32.s855 fnstcw 0x7eed
Dx86-32-coverage.s2697 fnstcw 0xdeadbeef(%ebx,%ecx,8)
2701 fnstcw 0xbabecafe
2705 fnstcw 0x12345678
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-32.s758 fnstcw 0x7eed
Dx86-32-coverage.s492 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/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DX87.cpp64 __ fnstcw( in TEST_F() local
/external/mesa3d/src/mesa/x86/
Dassyntax.h774 #define FSTCW(a) CHOICE(fstcw a, wait; fnstcw a, wait; fstcw a)
775 #define FNSTCW(a) CHOICE(fnstcw a, fnstcw a, fstcw a)
1488 #define FNSTCW(a) fnstcw a
/external/v8/src/x87/
Dassembler-x87.h935 void fnstcw(const Operand& adr);
Dassembler-x87.cc1644 void Assembler::fnstcw(const Operand& adr) { in fnstcw() function in v8::internal::Assembler
Dmacro-assembler-x87.cc807 fnstcw(MemOperand(esp, 0)); in X87SetRC()
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86Base.h541 void fnstcw(const typename T::Address &dst);
DIceAssemblerX86BaseImpl.h2497 void AssemblerX86Base<TraitsType>::fnstcw(const typename T::Address &dst) { in fnstcw() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrFPStack.td549 (outs), (ins i16mem:$dst), "fnstcw\t$dst",
DX86InstrInfo.td1521 def : MnemonicAlias<"fnstcww", "fnstcw">;
DX86GenAsmMatcher.inc1371 Mnemonic = "fnstcw"; // "fnstcww"
3506 { X86::FNSTCW16m, "fnstcw", Convert__Mem5_0, { MCK_Mem }, 0},
DX86GenAsmWriter.inc3884 "fnstcw\t\000fnstsw %ax\000fnstsw\t\000fpatan\000fprem\000fprem1\000fpta"
/external/llvm/lib/Target/X86/
DX86InstrFPStack.td620 (outs), (ins i16mem:$dst), "fnstcw\t$dst",
DX86InstrInfo.td2674 def : MnemonicAlias<"fnstcww", "fnstcw", "att">;
/external/elfutils/libcpu/defs/
Di386229 11011001,{mod}111{r_m}:fnstcw {mod}{r_m}
/external/valgrind/perf/
Dtinycc.c3435 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/
Dtestfile44.expect.bz2
/external/python/cpython2/
Dconfigure.ac3902 __asm__ __volatile__ ("fnstcw %0" : "=m" (cw));

12