Home
last modified time | relevance | path

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

/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/main/
Dcompiler.h471 __asm fnstcw word ptr [x]\
477 __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.s806 fnstcw 0x7eed
Dx86-32-coverage.s2697 fnstcw 0xdeadbeef(%ebx,%ecx,8)
2701 fnstcw 0xbabecafe
2705 fnstcw 0x12345678
/external/v8/test/cctest/
Dtest-disasm-x87.cc389 __ fnstcw(Operand(ebx, ecx, times_4, 10000)); in TEST() 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)
1496 #define FNSTCW(a) fnstcw a
/external/v8/src/x87/
Dassembler-x87.h906 void fnstcw(const Operand& adr);
Dassembler-x87.cc1525 void Assembler::fnstcw(const Operand& adr) { in fnstcw() function in v8::internal::Assembler
Dmacro-assembler-x87.cc721 fnstcw(MemOperand(esp, 0)); in X87SetRC()
/external/llvm/lib/Target/X86/
DX86InstrFPStack.td620 (outs), (ins i16mem:$dst), "fnstcw\t$dst",
DX86InstrInfo.td2670 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.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz2