Home
last modified time | relevance | path

Searched refs:vldm (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/test/MC/ARM/
Dvldm-vstm-diags.s5 vldm s0, {s1, s2}
15 vldm r0, {r1, r2}
21 vldm r0, #42
27 vldm r0, {s1, d2}
/external/llvm/test/CodeGen/ARM/
D2012-09-25-InlineAsmScalarToVectorConv.ll7 …%1 = call { <2 x i64>, <2 x i64>, <2 x i64>, <2 x i64> } asm "vldm $4, { ${0:q}, ${1:q}, ${2:q}, $…
Dswift-vldm.ll4 ; Check that we avoid producing vldm instructions using d registers that
/external/llvm-project/llvm/test/CodeGen/ARM/
D2012-09-25-InlineAsmScalarToVectorConv.ll7 …%1 = call { <2 x i64>, <2 x i64>, <2 x i64>, <2 x i64> } asm "vldm $4, { ${0:q}, ${1:q}, ${2:q}, $…
Dvldm-liveness.ll5 ; See vldm-liveness.mir for the bug this file originally testing.
Dswift-vldm.ll4 ; Check that we avoid producing vldm instructions using d registers that
Dvldm-sched-a9.ll11 ; I think more vldm should be generated, initial ones are used to load some
/external/libvpx/libvpx/vpx_dsp/arm/
Dsave_reg_neon.asm28 vldm r0!, {d8-d15}
/external/libvpx/config/arm-neon/vpx_dsp/arm/
Dsave_reg_neon.asm.S36 vldm r0!, {d8-d15}
/external/vixl/src/aarch32/
Dassembler-aarch32.h4589 void vldm(Condition cond,
4594 void vldm(DataType dt, in vldm() function
4598 vldm(al, dt, rn, write_back, dreglist); in vldm()
4600 void vldm(Register rn, WriteBack write_back, DRegisterList dreglist) { in vldm() function
4601 vldm(al, kDataTypeValueNone, rn, write_back, dreglist); in vldm()
4603 void vldm(Condition cond, in vldm() function
4607 vldm(cond, kDataTypeValueNone, rn, write_back, dreglist); in vldm()
4610 void vldm(Condition cond,
4615 void vldm(DataType dt, in vldm() function
4619 vldm(al, dt, rn, write_back, sreglist); in vldm()
[all …]
Ddisasm-aarch32.h1871 void vldm(Condition cond,
1877 void vldm(Condition cond,
Ddisasm-aarch32.cc4944 void Disassembler::vldm(Condition cond, in vldm() function in vixl::aarch32::Disassembler
4954 void Disassembler::vldm(Condition cond, in vldm() function in vixl::aarch32::Disassembler
22807 vldm(CurrentCond(), in DecodeT32()
22847 vldm(CurrentCond(), in DecodeT32()
64987 vldm(condition, in DecodeA32()
65034 vldm(condition, in DecodeA32()
Dassembler-aarch32.cc19364 void Assembler::vldm(Condition cond, in vldm() function in vixl::aarch32::Assembler
19397 Delegate(kVldm, &Assembler::vldm, cond, dt, rn, write_back, dreglist); in vldm()
19400 void Assembler::vldm(Condition cond, in vldm() function in vixl::aarch32::Assembler
19431 Delegate(kVldm, &Assembler::vldm, cond, dt, rn, write_back, sreglist); in vldm()
Dmacro-assembler-aarch32.h7168 vldm(cond, dt, rn, write_back, dreglist); in Vldm()
7197 vldm(cond, dt, rn, write_back, sreglist); in Vldm()
/external/vixl/test/aarch32/
Dtest-disasm-a32.cc2020 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/llvm/lib/Target/ARM/
DARMInstrVFP.td215 defm VLDM : vfp_ldst_mult<"vldm", 1, IIC_fpLoad_m, IIC_fpLoad_mu>;
222 def : MnemonicAlias<"vldm", "vldmia">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrVFP.td266 defm VLDM : vfp_ldst_mult<"vldm", 1, IIC_fpLoad_m, IIC_fpLoad_mu>;
273 def : MnemonicAlias<"vldm", "vldmia">;
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrVFP.td302 defm VLDM : vfp_ldst_mult<"vldm", 1, IIC_fpLoad_m, IIC_fpLoad_mu>;
309 def : MnemonicAlias<"vldm", "vldmia">;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenAsmMatcher.inc787 Mnemonic = "vldmia"; // "vldm"