Searched defs:SMULW (Results 1 - 3 of 3) sorted by path

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp408 void ARMAssembler::SMULW(int cc, int y, function in class:android::ARMAssembler
H A DARMAssemblerProxy.cpp275 void ARMAssemblerProxy::SMULW(int cc, int y, int Rd, int Rm, int Rs) { function in class:android::ARMAssemblerProxy
276 mTarget->SMULW(cc, y, Rd, Rm, Rs);
H A DMIPSAssembler.cpp1120 void ArmToMipsAssembler::SMULW(int cc, int y, function in class:android::ArmToMipsAssembler

Completed in 251 milliseconds