Home
last modified time | relevance | path

Searched refs:SP (Results 1 – 14 of 14) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h144 mGen.STR(mGen.AL, reg, mGen.SP, mGen.immed12_pre(-4, 1)); in Spill()
146 mGen.STM(mGen.AL, mGen.DB, mGen.SP, 1, mRegList); in Spill()
156 mGen.LDR(mGen.AL, reg, mGen.SP, mGen.immed12_post(4)); in ~Spill()
158 mGen.LDM(mGen.AL, mGen.IA, mGen.SP, 1, mRegList); in ~Spill()
DARMAssembler.cpp134 STM(AL, FD, SP, 1, LSAVED); in prolog()
144 STM(AL, FD, SP, 1, touched | LLR); in epilog()
147 LDM(AL, FD, SP, 1, touched | LLR); in epilog()
DMIPS64Assembler.cpp761 if (Rn == ARMAssemblerInterface::SP) { in LDR()
770 if (Rn == ARMAssemblerInterface::SP) { in LDR()
824 if (Rn == ARMAssemblerInterface::SP) { in STR()
1224 if (Rn == ARMAssemblerInterface::SP) { in ADDR_LDR()
1233 if (Rn == ARMAssemblerInterface::SP) { in ADDR_LDR()
1258 if (Rn == ARMAssemblerInterface::SP) { in ADDR_STR()
DARMAssemblerInterface.h51 SP = R13, enumerator
60 LIST(SP), LIST(LR), LIST(PC),
DArm64Assembler.cpp580 if(Rn == SP) in dataTransfer()
684 if(cc != AL || dir != IA || W == 0 || Rn != SP) in LDM()
705 if(cc != AL || dir != DB || W == 0 || Rn != SP) in STM()
DGGLAssembler.cpp1063 reserve(ARMAssemblerInterface::SP); in RegisterFile()
1088 reserve(ARMAssemblerInterface::SP); in reset()
1140 return ARMAssemblerInterface::SP; in obtain()
DMIPSAssembler.cpp773 if (Rn == ARMAssemblerInterface::SP) { in LDR()
782 if (Rn == ARMAssemblerInterface::SP) { in LDR()
836 if (Rn == ARMAssemblerInterface::SP) { in STR()
/system/core/libcutils/
DAndroid.bp169 // releases, exclude qtaguid.cpp from the VNDK-SP variant.
/system/apex/tests/testdata/
Dld.config.txt56 # Allow VNDK-SP extensions to use vendor libraries
/system/sepolicy/prebuilts/api/29.0/public/
Dperfprofd.te79 # SP HAL files.
/system/sepolicy/public/
Dperfprofd.te79 # SP HAL files.
/system/core/rootdir/etc/
Dld.config.txt229 # SP-HAL(Sameprocess-HAL)s are the only vendor libraries that are allowed to be
231 # android.hardware.graphics.mapper@2.0-impl.so, etc are SP-HALs.
233 # This namespace is exclusivly for SP-HALs. When the framework tries to dynami-
234 # cally load SP-HALs, android_dlopen_ext() is used to explicitly specifying
374 # Allow VNDK-SP extensions to use vendor libraries
450 # This namespace is where VNDK and VNDK-SP libraries are loaded for
Dld.config.vndk_lite.txt169 # SP-HAL(Sameprocess-HAL)s are the only vendor libraries that are allowed to be
171 # android.hardware.graphics.mapper@2.0-impl.so, etc are SP-HALs.
173 # This namespace is exclusivly for SP-HALs. When the framework tries to dynami-
174 # cally load SP-HALs, android_dlopen_ext() is used to explicitly specifying
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp661 uint32_t Rn = ARMAssemblerInterface::SP; in dataTransferLDMSTM()