Searched refs:SP (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h138 mGen.STR(mGen.AL, reg, mGen.SP, mGen.immed12_pre(-4, 1));
140 mGen.STM(mGen.AL, mGen.DB, mGen.SP, 1, mRegList);
150 mGen.LDR(mGen.AL, reg, mGen.SP, mGen.immed12_post(4));
152 mGen.LDM(mGen.AL, mGen.IA, mGen.SP, 1, mRegList);
H A DARMAssembler.cpp141 STM(AL, FD, SP, 1, LSAVED);
151 STM(AL, FD, SP, 1, touched | LLR);
154 LDM(AL, FD, SP, 1, touched | LLR);
H A DARMAssemblerInterface.h51 SP = R13, enumerator in enum:android::ARMAssemblerInterface::__anon412
60 LIST(SP), LIST(LR), LIST(PC),
H A DGGLAssembler.cpp1059 reserve(ARMAssemblerInterface::SP);
1083 reserve(ARMAssemblerInterface::SP);
1133 // we return SP so we can more easily debug things
1135 return ARMAssemblerInterface::SP;
H A DMIPSAssembler.cpp779 if (Rn == ARMAssemblerInterface::SP) {
780 Rn = R_sp; // convert LDR via Arm SP to LW via Mips SP
788 if (Rn == ARMAssemblerInterface::SP) {
789 Rn = R_sp; // convert STR thru Arm SP to STR thru Mips SP
842 if (Rn == ARMAssemblerInterface::SP) {
843 Rn = R_sp; // convert STR thru Arm SP to SW thru Mips SP

Completed in 11 milliseconds