Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h206 virtual void SMULW(int cc, int y,
299 SMULW(cc, yB, Rd, Rm, Rs); } in SMULWB()
301 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,
DMIPS64Assembler.h154 virtual void SMULW(int cc, int y,
DArm64Assembler.h167 virtual void SMULW(int cc, int y,
DMIPSAssembler.h149 virtual void SMULW(int cc, int y,
DARMAssembler.cpp408 void ARMAssembler::SMULW(int cc, int y, in SMULW() function in android::ARMAssembler
Dblending.cpp551 if (smulw) SMULW(AL, xy, d.reg, vreg, freg); in mul_factor()
DArm64Assembler.cpp794 void ArmToArm64Assembler::SMULW(int cc, int y, int Rd, int Rm, int Rs) in SMULW() function in android::ArmToArm64Assembler
DMIPS64Assembler.cpp1102 void ArmToMips64Assembler::SMULW(int cc, int y, in SMULW() function in android::ArmToMips64Assembler
DMIPSAssembler.cpp1120 void ArmToMipsAssembler::SMULW(int cc, int y, in SMULW() function in android::ArmToMipsAssembler