Searched defs:LDM (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp154 LDM(AL, FD, SP, 1, touched | LLR);
331 void ARMAssembler::LDM(int cc, int dir, function in class:android::ARMAssembler
H A DARMAssemblerProxy.cpp236 void ARMAssemblerProxy::LDM(int cc, int dir, int Rn, int W, uint32_t reg_list) { function in class:android::ARMAssemblerProxy
237 mTarget->LDM(cc, dir, Rn, W, reg_list);
H A DMIPS64Assembler.cpp965 void ArmToMips64Assembler::LDM(int cc, int dir, function in class:android::ArmToMips64Assembler
H A DArm64Assembler.cpp105 ** (ii) data transfer tests and (iii) LDM/STM tests.
681 void ArmToArm64Assembler::LDM(int cc, int dir, function in class:android::ArmToArm64Assembler
H A DMIPSAssembler.cpp973 void ArmToMipsAssembler::LDM(int cc, int dir, function in class:android::ArmToMipsAssembler

Completed in 254 milliseconds