HomeSort by relevance Sort by last modified time
    Searched defs:LDM (Results 1 - 7 of 7) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 154 LDM(AL, FD, SP, 1, touched | LLR);
331 void ARMAssembler::LDM(int cc, int dir,
ARMAssemblerProxy.cpp 236 void ARMAssemblerProxy::LDM(int cc, int dir, int Rn, int W, uint32_t reg_list) {
237 mTarget->LDM(cc, dir, Rn, W, reg_list);
MIPS64Assembler.cpp 965 void ArmToMips64Assembler::LDM(int cc, int dir,
    [all...]
Arm64Assembler.cpp 105 ** (ii) data transfer tests and (iii) LDM/STM tests.
681 void ArmToArm64Assembler::LDM(int cc, int dir,
    [all...]
MIPSAssembler.cpp 973 void ArmToMipsAssembler::LDM(int cc, int dir,
    [all...]
  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 72 LDM(0), // Load from memory, e.g. "ldm R0,5"
760 instruction.setUnsignedImm(ExtendedOpcodes.LDM.value + slot);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 689 milliseconds