Searched refs:SWPB (Results 1 - 7 of 7) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp246 void ARMAssemblerProxy::SWPB(int cc, int Rn, int Rd, int Rm) { function in class:android::ARMAssemblerProxy
247 mTarget->SWPB(cc, Rn, Rd, Rm);
H A DARMAssembler.h140 virtual void SWPB(int cc, int Rn, int Rd, int Rm);
H A DARMAssemblerProxy.h126 virtual void SWPB(int cc, int Rn, int Rd, int Rm);
H A DARMAssembler.cpp358 void ARMAssembler::SWPB(int cc, int Rn, int Rd, int Rm) { function in class:android::ARMAssembler
H A DARMAssemblerInterface.h179 virtual void SWPB(int cc, int Rn, int Rd, int Rm) = 0;
H A DMIPSAssembler.h138 virtual void SWPB(int cc, int Rn, int Rd, int Rm);
H A DMIPSAssembler.cpp1012 void ArmToMipsAssembler::SWPB(int cc, int Rn, int Rd, int Rm) { function in class:android::ArmToMipsAssembler

Completed in 10 milliseconds