/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 | 806 fnstcw 0x7eed
|
D | x86-32-coverage.s | 2697 fnstcw 0xdeadbeef(%ebx,%ecx,8) 2701 fnstcw 0xbabecafe 2705 fnstcw 0x12345678
|
/external/v8/test/cctest/ |
D | test-disasm-x87.cc | 389 __ fnstcw(Operand(ebx, ecx, times_4, 10000)); in TEST() local
|
/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 | 906 void fnstcw(const Operand& adr);
|
D | assembler-x87.cc | 1525 void Assembler::fnstcw(const Operand& adr) { in fnstcw() function in v8::internal::Assembler
|
D | macro-assembler-x87.cc | 721 fnstcw(MemOperand(esp, 0)); in X87SetRC()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 620 (outs), (ins i16mem:$dst), "fnstcw\t$dst",
|
D | X86InstrInfo.td | 2670 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 |
|