Searched refs:LDM (Results 1 - 6 of 6) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.h91 virtual void LDM(int cc, int dir,
H A DARMAssemblerProxy.cpp145 void ARMAssemblerProxy::LDM(int cc, int dir, int Rn, int W, uint32_t reg_list) { function in class:android::ARMAssemblerProxy
146 mTarget->LDM(cc, dir, Rn, W, reg_list);
H A DARMAssembler.cpp149 LDM(AL, FD, SP, 1, touched | LLR);
326 void ARMAssembler::LDM(int cc, int dir, function in class:android::ARMAssembler
H A DARMAssembler.h101 virtual void LDM(int cc, int dir,
H A DARMAssemblerInterface.h164 virtual void LDM(int cc, int dir,
H A DGGLAssembler.h148 mGen.LDM(mGen.AL, mGen.IA, mGen.SP, 1, mRegList);

Completed in 422 milliseconds