/external/llvm/test/CodeGen/ARM/ |
D | 2012-09-25-InlineAsmScalarToVectorConv.ll | 7 …%1 = call { <2 x i64>, <2 x i64>, <2 x i64>, <2 x i64> } asm "vldm $4, { ${0:q}, ${1:q}, ${2:q}, $…
|
D | swift-vldm.ll | 4 ; Check that we avoid producing vldm instructions using d registers that
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | save_reg_neon.asm | 28 vldm r0!, {d8-d15}
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 4554 void vldm(Condition cond, 4559 void vldm(DataType dt, in vldm() function 4563 vldm(al, dt, rn, write_back, dreglist); in vldm() 4565 void vldm(Register rn, WriteBack write_back, DRegisterList dreglist) { in vldm() function 4566 vldm(al, kDataTypeValueNone, rn, write_back, dreglist); in vldm() 4568 void vldm(Condition cond, in vldm() function 4572 vldm(cond, kDataTypeValueNone, rn, write_back, dreglist); in vldm() 4575 void vldm(Condition cond, 4580 void vldm(DataType dt, in vldm() function 4584 vldm(al, dt, rn, write_back, sreglist); in vldm() [all …]
|
D | disasm-aarch32.h | 1870 void vldm(Condition cond, 1876 void vldm(Condition cond,
|
D | disasm-aarch32.cc | 4933 void Disassembler::vldm(Condition cond, in vldm() function in vixl::aarch32::Disassembler 4943 void Disassembler::vldm(Condition cond, in vldm() function in vixl::aarch32::Disassembler 22843 vldm(CurrentCond(), in DecodeT32() 22885 vldm(CurrentCond(), in DecodeT32() 65674 vldm(condition, in DecodeA32() 65721 vldm(condition, in DecodeA32()
|
D | assembler-aarch32.cc | 19349 void Assembler::vldm(Condition cond, in vldm() function in vixl::aarch32::Assembler 19382 Delegate(kVldm, &Assembler::vldm, cond, dt, rn, write_back, dreglist); in vldm() 19385 void Assembler::vldm(Condition cond, in vldm() function in vixl::aarch32::Assembler 19416 Delegate(kVldm, &Assembler::vldm, cond, dt, rn, write_back, sreglist); in vldm()
|
D | macro-assembler-aarch32.h | 7165 vldm(cond, dt, rn, write_back, dreglist); in Vldm() 7194 vldm(cond, dt, rn, write_back, sreglist); in Vldm()
|
/external/v8/src/arm/ |
D | assembler-arm.h | 1126 void vldm(BlockAddrMode am, 1138 void vldm(BlockAddrMode am, 1459 vldm(ia_w, sp, dst, dst, cond);
|
D | macro-assembler-arm.cc | 3138 vldm(ia_w, location, d0, d15); in RestoreFPRegs() 3139 vldm(ia_w, location, d16, d31, ne); in RestoreFPRegs()
|
D | assembler-arm.cc | 2596 void Assembler::vldm(BlockAddrMode am, Register base, DwVfpRegister first, in vldm() function in v8::internal::Assembler 2632 void Assembler::vldm(BlockAddrMode am, Register base, SwVfpRegister first, in vldm() function in v8::internal::Assembler
|
D | code-stubs-arm.cc | 1145 __ vldm(ia_w, sp, kFirstCalleeSavedDoubleReg, kLastCalleeSavedDoubleReg); in Generate() local
|
/external/vixl/test/aarch32/ |
D | test-disasm-a32.cc | 2020 MUST_FAIL_TEST_BOTH(vldm(pc, WRITE_BACK, SRegisterList(s0)), in TEST() 2022 MUST_FAIL_TEST_T32(vldm(pc, NO_WRITE_BACK, SRegisterList(s0)), in TEST() 2031 MUST_FAIL_TEST_BOTH(vldm(pc, WRITE_BACK, DRegisterList(d0)), in TEST() 2033 MUST_FAIL_TEST_T32(vldm(pc, NO_WRITE_BACK, DRegisterList(d0)), in TEST()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrVFP.td | 175 defm VLDM : vfp_ldst_mult<"vldm", 1, IIC_fpLoad_m, IIC_fpLoad_mu>; 182 def : MnemonicAlias<"vldm", "vldmia">;
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 215 defm VLDM : vfp_ldst_mult<"vldm", 1, IIC_fpLoad_m, IIC_fpLoad_mu>; 222 def : MnemonicAlias<"vldm", "vldmia">;
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 2260 __ vldm(ia_w, sp, DwVfpRegister::from_code(first), in AssembleReturn() local
|