Home
last modified time | relevance | path

Searched refs:STM (Results 1 – 8 of 8) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp141 STM(AL, FD, SP, 1, LSAVED); in prolog()
151 STM(AL, FD, SP, 1, touched | LLR); in epilog()
340 void ARMAssembler::STM(int cc, int dir, in STM() function in android::ARMAssembler
DARMAssemblerProxy.cpp239 void ARMAssemblerProxy::STM(int cc, int dir, int Rn, int W, uint32_t reg_list) { in STM() function in android::ARMAssemblerProxy
240 mTarget->STM(cc, dir, Rn, W, reg_list); in STM()
DARMAssemblerProxy.h122 virtual void STM(int cc, int dir,
DARMAssembler.h136 virtual void STM(int cc, int dir,
DARMAssemblerInterface.h174 virtual void STM(int cc, int dir,
DGGLAssembler.h140 mGen.STM(mGen.AL, mGen.DB, mGen.SP, 1, mRegList); in Spill()
DMIPSAssembler.h134 virtual void STM(int cc, int dir,
DMIPSAssembler.cpp985 void ArmToMipsAssembler::STM(int cc, int dir, in STM() function in android::ArmToMipsAssembler