Searched defs:SWPB (Results 1 - 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ | ||
H A D | ARMAssemblerProxy.cpp | 155 void ARMAssemblerProxy::SWPB(int cc, int Rn, int Rd, int Rm) { function in class:android::ARMAssemblerProxy 156 mTarget->SWPB(cc, Rn, Rd, Rm); |
H A D | ARMAssembler.cpp | 353 void ARMAssembler::SWPB(int cc, int Rn, int Rd, int Rm) { function in class:android::ARMAssembler |
Completed in 47 milliseconds