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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 250 void ARMAssembler::SMULL(int cc, int s,
253 "SMULL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
ARMAssemblerProxy.cpp 89 void ARMAssemblerProxy::SMULL(int cc, int s,
91 mTarget->SMULL(cc, s, RdLo, RdHi, Rm, Rs);

Completed in 70 milliseconds