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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 275 void ARMAssemblerProxy::SMULW(int cc, int y, int Rd, int Rm, int Rs) {
276 mTarget->SMULW(cc, y, Rd, Rm, Rs);
ARMAssembler.cpp 408 void ARMAssembler::SMULW(int cc, int y,
MIPSAssembler.cpp     [all...]

Completed in 24 milliseconds