Searched defs:STM (Results 1 - 3 of 3) sorted by path

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp141 STM(AL, FD, SP, 1, LSAVED);
151 STM(AL, FD, SP, 1, touched | LLR);
340 void ARMAssembler::STM(int cc, int dir, function in class:android::ARMAssembler
H A DARMAssemblerProxy.cpp239 void ARMAssemblerProxy::STM(int cc, int dir, int Rn, int W, uint32_t reg_list) { function in class:android::ARMAssemblerProxy
240 mTarget->STM(cc, dir, Rn, W, reg_list);
H A DMIPSAssembler.cpp985 void ArmToMipsAssembler::STM(int cc, int dir, function in class:android::ArmToMipsAssembler

Completed in 22 milliseconds