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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 403 void ARMAssembler::SMULW(int cc, int y,
ARMAssemblerProxy.cpp 184 void ARMAssemblerProxy::SMULW(int cc, int y, int Rd, int Rm, int Rs) {
185 mTarget->SMULW(cc, y, Rd, Rm, Rs);

Completed in 13 milliseconds