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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 397 void ARMAssembler::SMUL(int cc, int xy,
ARMAssemblerProxy.cpp 181 void ARMAssemblerProxy::SMUL(int cc, int xy, int Rd, int Rm, int Rs) {
182 mTarget->SMUL(cc, xy, Rd, Rm, Rs);

Completed in 224 milliseconds