Searched refs:SMULW (Results 1 - 6 of 6) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.h197 virtual void SMULW(int cc, int y,
284 SMULW(cc, yB, Rd, Rm, Rs); }
286 SMULW(cc, yT, Rd, Rm, Rs); }
H A DARMAssemblerProxy.h108 virtual void SMULW(int cc, int y,
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.h118 virtual void SMULW(int cc, int y,
H A DARMAssembler.cpp403 void ARMAssembler::SMULW(int cc, int y, function in class:android::ARMAssembler
H A Dblending.cpp551 if (smulw) SMULW(AL, xy, d.reg, vreg, freg);

Completed in 95 milliseconds