Home
last modified time | relevance | path

Searched refs:SMULW (Results 1 – 8 of 8) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h205 virtual void SMULW(int cc, int y,
298 SMULW(cc, yB, Rd, Rm, Rs); } in SMULWB()
300 SMULW(cc, yT, Rd, Rm, Rs); } in SMULWT()
DARMAssemblerProxy.cpp275 void ARMAssemblerProxy::SMULW(int cc, int y, int Rd, int Rm, int Rs) { in SMULW() function in android::ARMAssemblerProxy
276 mTarget->SMULW(cc, y, Rd, Rm, Rs); in SMULW()
DARMAssemblerProxy.h137 virtual void SMULW(int cc, int y,
DARMAssembler.h150 virtual void SMULW(int cc, int y,
DARMAssembler.cpp408 void ARMAssembler::SMULW(int cc, int y, in SMULW() function in android::ARMAssembler
DMIPSAssembler.h149 virtual void SMULW(int cc, int y,
Dblending.cpp551 if (smulw) SMULW(AL, xy, d.reg, vreg, freg); in mul_factor()
DMIPSAssembler.cpp1120 void ArmToMipsAssembler::SMULW(int cc, int y, in SMULW() function in android::ArmToMipsAssembler