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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 257 void ARMAssembler::SMUAL(int cc, int s,
260 "SMUAL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
ARMAssemblerProxy.cpp 93 void ARMAssemblerProxy::SMUAL(int cc, int s,
95 mTarget->SMUAL(cc, s, RdLo, RdHi, Rm, Rs);

Completed in 7825 milliseconds