Searched defs:STM (Results 1 - 4 of 4) sorted by relevance

/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 DArm64Assembler.cpp105 ** (ii) data transfer tests and (iii) LDM/STM tests.
702 void ArmToArm64Assembler::STM(int cc, int dir, function in class:android::ArmToArm64Assembler
H A DMIPSAssembler.cpp985 void ArmToMipsAssembler::STM(int cc, int dir, function in class:android::ArmToMipsAssembler

Completed in 63 milliseconds