Searched refs:LDM (Results 1 – 25 of 27) sorted by relevance
12
/external/llvm/lib/Transforms/Utils/ |
D | AddDiscriminators.cpp | 180 LocationDiscriminatorMap LDM; in addDiscriminators() local 205 NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]); in addDiscriminators() 237 auto *NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]); in addDiscriminators()
|
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/ |
D | invalid-RFEorLDMIA-arm.txt | 10 # A8.6.53 LDM/LDMIA/LDMFD is predicated with Inst{31-28} as cond ==> Not an LDMIA instruction
|
D | thumb1.txt | 134 # LDM
|
D | basic-arm-instructions.txt | 582 # LDM*
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2010-10-25-ifcvt-ldm.ll | 3 ; LDM instruction, was causing an assertion failure because the microop count
|
/external/llvm/test/CodeGen/ARM/ |
D | 2010-10-25-ifcvt-ldm.ll | 3 ; LDM instruction, was causing an assertion failure because the microop count
|
D | 2013-04-16-AAPCS-C4-vs-VFP.ll | 24 ;registers from memory using an LDM instruction. The argument has now been
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | thumb-diagnostics.s | 45 @ Invalid writeback and register lists for LDM
|
D | basic-thumb-instructions.s | 213 @ LDM
|
D | basic-arm-instructions.s | 732 @ LDM*
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleSwift.td | 466 (instregex "LDM(IA|DA|DB|IB)$", "t2LDM(IA|DA|DB|IB)$", 467 "(t|sys)LDM(IA|DA|DB|IB)$")>; 470 "LDM(IA|DA|DB|IB)_UPD", "(t2|sys|t)LDM(IA|DA|DB|IB)_UPD")>;
|
D | ARMScheduleA9.td | 2026 // Define a predicate to select the LDM based on number of memory addresses. 2035 // LDM/VLDM/VLDn address generation latency & resources. 2046 // For unknown LDM/VLDM/VSTM, assume 2 32-bit registers. 2049 // Define LDM Resources. 2069 // LDM: Load multiple into 32-bit integer registers. 2224 // tuple, unlike LDM. So the number of write operands is not variadic. 2230 // Resources for other (non-LDM/VLDM) Variants.
|
D | ARMBaseInstrInfo.cpp | 1238 MachineInstrBuilder LDM, STM; in expandMEMCPY() local 1240 LDM = BuildMI(*BB, MI, dl, TII->get(isThumb2 ? ARM::t2LDMIA_UPD in expandMEMCPY() 1245 LDM = BuildMI(*BB, MI, dl, TII->get(isThumb2 ? ARM::t2LDMIA : ARM::LDMIA)); in expandMEMCPY() 1257 AddDefaultPred(LDM.addOperand(MI->getOperand(3))); in expandMEMCPY() 1273 LDM.addReg(Reg, RegState::Define); in expandMEMCPY()
|
D | ARMInstrInfo.td | 3215 defm LDM : arm_ldst_mult<"ldm", "", 1, 0, LdStMulFrm, IIC_iLoad_m, 5629 // PUSH/POP aliases for STM/LDM
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb1.txt | 147 # LDM
|
D | invalid-armv7.txt | 105 # A8.6.53 LDM/LDMIA/LDMFD is predicated with Inst{31-28} as cond ==> Not an LDMIA instruction
|
D | basic-arm-instructions.txt | 663 # LDM*
|
/external/libunwind_llvm/src/ |
D | UnwindRegistersRestore.S | 336 @ . the pc (r15) and lr (r14) cannot both be in the list in an LDM instruction
|
/external/llvm/test/MC/ARM/ |
D | thumb-diagnostics.s | 58 @ Invalid writeback and register lists for LDM
|
D | basic-thumb-instructions.s | 248 @ LDM
|
D | diagnostics.s | 489 @ CHECK-ERRORS: error: writeback register only allowed on system LDM if PC in register-list
|
D | basic-arm-instructions.s | 1156 @ LDM*
|
D | v8_IT_manual.s | 622 @ LDM, encoding T1 629 @ LDM, encoding T2 (32-bit)
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_klex.pkb | 870 …"UIKstrukturpolitiken)4US5K!UY8QOLH"UIK*strukturprobleme)4US5K!UY8QSO"@LDM, studiertstädti…
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrInfo.td | 2829 defm LDM : arm_ldst_mult<"ldm", 1, LdStMulFrm, IIC_iLoad_m, IIC_iLoad_mu>; 4919 // PUSH/POP aliases for STM/LDM
|
12