/external/valgrind/exp-bbv/tests/x86/ |
D | fldcw_check.S | 5 # This code tests for the fldcw "load floating point command word" 10 # fldcw is most often used to set the rouding mode when doing 20 # these are instructions with similar encodings to fldcw
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
D | fldcw_check.S | 5 # This code tests for the fldcw "load floating point command word" 10 # fldcw is most often used to set the rouding mode when doing 18 # these are instructions with similar encodings to fldcw
|
/external/mesa3d/src/mesa/main/ |
D | compiler.h | 472 __asm fldcw word ptr [mask]\ 478 __asm fldcw word ptr [mask]\ 483 __asm fldcw word ptr [x]\
|
/external/libvpx/libvpx/vpx_ports/ |
D | emms.asm | 26 fldcw [rsp]
|
D | x86.h | 286 __asm { fldcw mode } in x87_set_control_word()
|
/external/valgrind/coregrind/m_dispatch/ |
D | dispatch-x86-linux.S | 89 fldcw (%esp)
|
D | dispatch-x86-darwin.S | 88 fldcw (%esp)
|
D | dispatch-x86-solaris.S | 89 fldcw (%esp)
|
D | dispatch-amd64-darwin.S | 92 fldcw (%rsp)
|
D | dispatch-amd64-solaris.S | 93 fldcw (%rsp)
|
D | dispatch-amd64-linux.S | 93 fldcw (%rsp)
|
/external/llvm/test/CodeGen/X86/ |
D | inline-asm-fpstack.ll | 350 ; INLINEASM <es:fldcw $0> [sideeffect] [mayload] [attdialect], $0:[mem], %EAX<undef>, 1, %noreg, 0,… 358 ; CHECK: fldcw 376 call void asm sideeffect "fldcw $0", "*m,~{dirflag},~{fpsr},~{flags}"(i32* undef)
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-16.txt | 636 # CHECK: fldcw 32493 639 # CHECK: fldcw 32493
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 722 fldcw 0x7eed
|
D | x86-32.s | 798 fldcw 0x7eed
|
D | x86-32-coverage.s | 2685 fldcw 0xdeadbeef(%ebx,%ecx,8) 2689 fldcw 0xbabecafe 2693 fldcw 0x12345678
|
/external/v8/test/cctest/ |
D | test-disasm-x87.cc | 388 __ fldcw(Operand(ebx, ecx, times_4, 10000)); in TEST() local
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 747 #define FLDCW(a) CHOICE(fldcw a, fldcw a, fldcw a) 1468 #define FLDCW(a) fldcw a
|
/external/v8/src/x87/ |
D | assembler-x87.h | 905 void fldcw(const Operand& adr);
|
D | macro-assembler-x87.cc | 724 fldcw(MemOperand(esp, 0)); in X87SetRC() 732 fldcw(MemOperand(esp, 0)); in X87SetFPUCW()
|
D | assembler-x87.cc | 1518 void Assembler::fldcw(const Operand& adr) { in fldcw() function in v8::internal::Assembler
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 625 (outs), (ins i16mem:$dst), "fldcw\t$dst", [], IIC_FLDCW>,
|
/external/elfutils/libcpu/defs/ |
D | i386 | 227 11011001,{mod}101{r_m}:fldcw {mod}{r_m}
|
/external/valgrind/perf/ |
D | tinycc.c | 3434 DEF_ASM_OP1(fldcw, 0xd9, 5, OPC_MODRM, OPT_EA ) 3891 DEF_ASM_OP1(fldcw, 0xd9, 5, OPC_MODRM, OPT_EA ) 4766 DEF_ASM_OP1(fldcw, 0xd9, 5, OPC_MODRM, OPT_EA ) 5223 DEF_ASM_OP1(fldcw, 0xd9, 5, OPC_MODRM, OPT_EA ) 15473 DEF_ASM_OP1(fldcw, 0xd9, 5, OPC_MODRM, OPT_EA ) 15935 DEF_ASM_OP1(fldcw, 0xd9, 5, OPC_MODRM, OPT_EA )
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |