HomeSort by relevance Sort by last modified time
    Searched defs:LDM (Results 1 - 4 of 4) 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);
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...]

Completed in 85 milliseconds