Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DARMAssemblerProxy.cpp65 void ARMAssemblerProxy::epilog(uint32_t touched) { in epilog() function in android::ARMAssemblerProxy
66 mTarget->epilog(touched); in epilog()
DARMAssemblerProxy.h48 virtual void epilog(uint32_t touched);
DARMAssembler.h57 virtual void epilog(uint32_t touched);
DGGLAssembler.cpp48 void GGLAssembler::epilog(uint32_t touched) in epilog() function in android::GGLAssembler
50 ARMAssemblerProxy::epilog(touched); in epilog()
327 epilog(registerFile().touched()); in scanline_core()
343 epilog(registerFile().touched()); in scanline_core()
DMIPSAssembler.h55 virtual void epilog(uint32_t touched);
254 void epilog(uint32_t touched);
DArm64Assembler.h70 virtual void epilog(uint32_t touched);
DARMAssemblerInterface.h112 virtual void epilog(uint32_t touched) = 0;
DGGLAssembler.h189 virtual void epilog(uint32_t touched);
DARMAssembler.cpp144 void ARMAssembler::epilog(uint32_t touched) in epilog() function in android::ARMAssembler
DMIPSAssembler.cpp175 void ArmToMipsAssembler::epilog(uint32_t touched) in epilog() function in android::ArmToMipsAssembler
1383 void MIPSAssembler::epilog(uint32_t touched) in epilog() function in android::MIPSAssembler
DArm64Assembler.cpp292 void ArmToArm64Assembler::epilog(uint32_t /*touched*/) in epilog() function in android::ArmToArm64Assembler
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp480 a64asm->epilog(0); in dataOpTest()
596 a64asm->epilog(0); in dataTransferTest()
688 a64asm->epilog(0); in dataTransferLDMSTM()