Searched defs:SMULW (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp184 void ARMAssemblerProxy::SMULW(int cc, int y, int Rd, int Rm, int Rs) { function in class:android::ARMAssemblerProxy
185 mTarget->SMULW(cc, y, Rd, Rm, Rs);
H A DARMAssembler.cpp403 void ARMAssembler::SMULW(int cc, int y, function in class:android::ARMAssembler

Completed in 53 milliseconds