HomeSort by relevance Sort by last modified time
    Searched defs:SWP (Results 1 - 2 of 2) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 350 void ARMAssembler::SWP(int cc, int Rn, int Rd, int Rm) {
ARMAssemblerProxy.cpp 152 void ARMAssemblerProxy::SWP(int cc, int Rn, int Rd, int Rm) {
153 mTarget->SWP(cc, Rn, Rd, Rm);

Completed in 1382 milliseconds