Home
last modified time | relevance | path

Searched refs:touched (Results 1 – 12 of 12) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp144 void ARMAssembler::epilog(uint32_t touched) in epilog() argument
146 touched &= LSAVED; in epilog()
147 if (touched) { in epilog()
151 STM(AL, FD, SP, 1, touched | LLR); in epilog()
154 LDM(AL, FD, SP, 1, touched | LLR); in epilog()
DARMAssemblerProxy.cpp65 void ARMAssemblerProxy::epilog(uint32_t touched) { in epilog() argument
66 mTarget->epilog(touched); in epilog()
DGGLAssembler.cpp48 void GGLAssembler::epilog(uint32_t touched) in epilog() argument
50 ARMAssemblerProxy::epilog(touched); in epilog()
327 epilog(registerFile().touched()); in scanline_core()
343 epilog(registerFile().touched()); in scanline_core()
1189 uint32_t RegisterAllocator::RegisterFile::touched() const in touched() function in android::RegisterAllocator::RegisterFile
DGGLAssembler.h85 uint32_t touched() const;
189 virtual void epilog(uint32_t touched);
DARMAssembler.h57 virtual void epilog(uint32_t touched);
DARMAssemblerProxy.h48 virtual void epilog(uint32_t touched);
DMIPSAssembler.h55 virtual void epilog(uint32_t touched);
255 virtual void epilog(uint32_t touched);
DArm64Assembler.h70 virtual void epilog(uint32_t touched);
DMIPS64Assembler.h57 virtual void epilog(uint32_t touched);
DARMAssemblerInterface.h112 virtual void epilog(uint32_t touched) = 0;
DMIPSAssembler.cpp175 void ArmToMipsAssembler::epilog(uint32_t touched) in epilog() argument
1389 void MIPSAssembler::epilog(uint32_t touched) in epilog() argument
DMIPS64Assembler.cpp156 void ArmToMips64Assembler::epilog(uint32_t touched) in epilog() argument