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

/system/core/libpixelflinger/codeflinger/
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

Completed in 28 milliseconds