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

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.h98 virtual void SWI(int cc, uint32_t comment);
H A DARMAssemblerProxy.cpp158 void ARMAssemblerProxy::SWI(int cc, uint32_t comment) { function in class:android::ARMAssemblerProxy
159 mTarget->SWI(cc, comment);
H A DARMAssembler.h108 virtual void SWI(int cc, uint32_t comment);
H A DARMAssembler.cpp356 void ARMAssembler::SWI(int cc, uint32_t comment) { function in class:android::ARMAssembler
H A DARMAssemblerInterface.h172 virtual void SWI(int cc, uint32_t comment) = 0;

Completed in 61 milliseconds