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

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp134 STM(AL, FD, SP, 1, LSAVED);
144 STM(AL, FD, SP, 1, touched | LLR);
326 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 DMIPS64Assembler.cpp969 void ArmToMips64Assembler::STM(int cc __unused, int dir __unused, function in class:android::ArmToMips64Assembler
H A DArm64Assembler.cpp104 ** (ii) data transfer tests and (iii) LDM/STM tests.
701 void ArmToArm64Assembler::STM(int cc, int dir, function in class:android::ArmToArm64Assembler
H A DMIPSAssembler.cpp981 void ArmToMipsAssembler::STM(int cc __unused, int dir __unused, function in class:android::ArmToMipsAssembler

Completed in 71 milliseconds