Searched refs:SMULW (Results 1 – 8 of 8) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.h | 205 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()
|
D | ARMAssemblerProxy.cpp | 275 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()
|
D | ARMAssemblerProxy.h | 137 virtual void SMULW(int cc, int y,
|
D | ARMAssembler.h | 150 virtual void SMULW(int cc, int y,
|
D | ARMAssembler.cpp | 408 void ARMAssembler::SMULW(int cc, int y, in SMULW() function in android::ARMAssembler
|
D | MIPSAssembler.h | 149 virtual void SMULW(int cc, int y,
|
D | blending.cpp | 551 if (smulw) SMULW(AL, xy, d.reg, vreg, freg); in mul_factor()
|
D | MIPSAssembler.cpp | 1120 void ArmToMipsAssembler::SMULW(int cc, int y, in SMULW() function in android::ArmToMipsAssembler
|