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()
DARMAssembler.h150 virtual void SMULW(int cc, int y,
DARMAssemblerProxy.h137 virtual void SMULW(int cc, int y,
DArm64Assembler.h167 virtual void SMULW(int cc, int y,
DMIPS64Assembler.h154 virtual void SMULW(int cc, int y,
DMIPSAssembler.h149 virtual void SMULW(int cc, int y,
DARMAssembler.cpp394 void ARMAssembler::SMULW(int cc, int y, in SMULW() function in android::ARMAssembler
Dblending.cpp553 if (smulw) SMULW(AL, xy, d.reg, vreg, freg); in mul_factor()
DArm64Assembler.cpp793 void ArmToArm64Assembler::SMULW(int cc, int y, int Rd, int Rm, int Rs) in SMULW() function in android::ArmToArm64Assembler
DMIPS64Assembler.cpp1100 void ArmToMips64Assembler::SMULW(int cc __unused, int y, in SMULW() function in android::ArmToMips64Assembler
DMIPSAssembler.cpp1122 void ArmToMipsAssembler::SMULW(int cc __unused, int y, in SMULW() function in android::ArmToMipsAssembler