Searched defs:SWPB (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp358 void ARMAssembler::SWPB(int cc, int Rn, int Rd, int Rm) { function in class:android::ARMAssembler
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 DMIPSAssembler.cpp1012 void ArmToMipsAssembler::SWPB(int cc, int Rn, int Rd, int Rm) { function in class:android::ArmToMipsAssembler

Completed in 29 milliseconds