Searched defs:SWP (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp152 void ARMAssemblerProxy::SWP(int cc, int Rn, int Rd, int Rm) { function in class:android::ARMAssemblerProxy
153 mTarget->SWP(cc, Rn, Rd, Rm);
H A DARMAssembler.cpp350 void ARMAssembler::SWP(int cc, int Rn, int Rd, int Rm) { function in class:android::ARMAssembler

Completed in 17 milliseconds