Searched defs:LDM (Results 1 - 3 of 3) 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 DMIPSAssembler.cpp973 void ArmToMipsAssembler::LDM(int cc, int dir, function in class:android::ArmToMipsAssembler

Completed in 334 milliseconds