/external/llvm/test/CodeGen/X86/ |
avx-bitcast.ll | 4 ; CHECK-NEXT: vmovd %xmm
|
mcinst-avx-lowering.ll | 7 ; CHECK: vmovd 16 ; CHECK: vmovd
|
pr15267.ll | 13 ; CHECK: vmovd 33 ; CHECK: vmovd 54 ; CHECK: vmovd
|
avx-basic.ll | 96 ; CHECK: vmovd (% 119 ; CHECK: vmovd 125 ;;; Check that VMOVPQIto64rr generates the assembly string "vmovd". Previously 128 ; CHECK: vmovd
|
avx-splat.ll | 23 ; CHECK: vmovd
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-06-14-NEONCoalescer.ll | 8 ; 140 %reg1038:dsub_0<def> = VMOVD %reg1047:dsub_0, pred:14, pred:%reg0 9 ; 148 %reg1038:dsub_1<def> = VMOVD %reg1047:dsub_0, pred:14, pred:%reg0
|
/external/llvm/test/CodeGen/ARM/ |
widen-vmovs.ll | 8 ; The vmovs is first widened to a vmovd, and then converted to a vorr because of the v2f32 vadd.f32.
|
/external/valgrind/main/none/tests/amd64/ |
avx-1.c | 344 "vmovd %%xmm7, %%r14d") 496 "vmovd %%xmm7, (%%rax)") 595 "vmovd %%r14d, %%xmm7", 596 "vmovd (%%rax), %%xmm9") [all...] |
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.cpp | 50 cl::desc("Widen ARM vmovs to vmovd when possible")); 667 Opc = ARM::VMOVD; 690 // Fall back to VMOVD. 692 Opc = ARM::VMOVD, BeginIdx = ARM::dsub_0, SubRegs = 2; 694 Opc = ARM::VMOVD, BeginIdx = ARM::dsub_0, SubRegs = 3; 696 Opc = ARM::VMOVD, BeginIdx = ARM::dsub_0, SubRegs = 4; 701 Opc = ARM::VMOVD, BeginIdx = ARM::dsub_0, SubRegs = 2, Spacing = 2; 703 Opc = ARM::VMOVD, BeginIdx = ARM::dsub_0, SubRegs = 3, Spacing = 2; 705 Opc = ARM::VMOVD, BeginIdx = ARM::dsub_0, SubRegs = 4, Spacing = 2; [all...] |
ARMInstrVFP.td | 710 def VMOVD : ADuI<0b11101, 0b11, 0b0000, 0b01, 0, [all...] |
ARMExpandPseudoInsts.cpp | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
avx.asm | 778 vmovd xmm1, eax label 779 vmovd xmm1, [rax] label 780 vmovd xmm1, dword [rax] label 784 vmovd eax, xmm2 label 785 vmovd [rax], xmm2 label 786 vmovd dword [rax], xmm2 label [all...] |
/art/compiler/utils/arm/ |
assembler_arm.h | 312 void vmovd(DRegister dd, DRegister dm, Condition cond = AL); 316 bool vmovd(DRegister dd, double d_imm, Condition cond = AL);
|
assembler_arm.cc | 785 void ArmAssembler::vmovd(DRegister dd, DRegister dm, Condition cond) { function in class:art::arm::ArmAssembler 805 bool ArmAssembler::vmovd(DRegister dd, double d_imm, Condition cond) { function in class:art::arm::ArmAssembler [all...] |
/external/llvm/test/MC/X86/ |
x86_64-avx-encoding.s | [all...] |
x86-32-avx.s | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
gen_x86_insn.py | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_nasm.gperf | [all...] |
x86insn_gas.gperf | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-as | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/ |
as | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/ |
i686-linux-as | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/ |
as | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/ |
i686-linux-android-as | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/bin/ |
as | |