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

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp136 STM(AL, FD, SP, 1, LSAVED);
146 STM(AL, FD, SP, 1, touched | LLR);
335 void ARMAssembler::STM(int cc, int dir, function in class:android::ARMAssembler
H A DARMAssemblerProxy.h93 virtual void STM(int cc, int dir,
H A DARMAssemblerProxy.cpp148 void ARMAssemblerProxy::STM(int cc, int dir, int Rn, int W, uint32_t reg_list) { function in class:android::ARMAssemblerProxy
149 mTarget->STM(cc, dir, Rn, W, reg_list);
H A DARMAssembler.h103 virtual void STM(int cc, int dir,
H A DARMAssemblerInterface.h166 virtual void STM(int cc, int dir,
H A DGGLAssembler.h136 mGen.STM(mGen.AL, mGen.DB, mGen.SP, 1, mRegList);

Completed in 5906 milliseconds