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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 243 void ARMAssembler::UMUAL(int cc, int s,
246 "UMUAL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
ARMAssemblerProxy.cpp 85 void ARMAssemblerProxy::UMUAL(int cc, int s,
87 mTarget->UMUAL(cc, s, RdLo, RdHi, Rm, Rs);

Completed in 17 milliseconds