Home
last modified time | relevance | path

Searched refs:SMUL (Results 1 – 10 of 10) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h203 virtual void SMUL(int cc, int xy,
289 SMUL(cc, xyBB, Rd, Rm, Rs); } in SMULBB()
291 SMUL(cc, xyTB, Rd, Rm, Rs); } in SMULTB()
293 SMUL(cc, xyBT, Rd, Rm, Rs); } in SMULBT()
295 SMUL(cc, xyTT, Rd, Rm, Rs); } in SMULTT()
DARMAssemblerProxy.cpp272 void ARMAssemblerProxy::SMUL(int cc, int xy, int Rd, int Rm, int Rs) { in SMUL() function in android::ARMAssemblerProxy
273 mTarget->SMUL(cc, xy, Rd, Rm, Rs); in SMUL()
DARMAssembler.h148 virtual void SMUL(int cc, int xy,
DARMAssemblerProxy.h135 virtual void SMUL(int cc, int xy,
DArm64Assembler.h165 virtual void SMUL(int cc, int xy,
DMIPSAssembler.h147 virtual void SMUL(int cc, int xy,
DARMAssembler.cpp402 void ARMAssembler::SMUL(int cc, int xy, in SMUL() function in android::ARMAssembler
Dblending.cpp552 else SMUL(AL, xy, d.reg, vreg, freg); in mul_factor()
DArm64Assembler.cpp774 void ArmToArm64Assembler::SMUL(int cc, int xy, in SMUL() function in android::ArmToArm64Assembler
DMIPSAssembler.cpp1081 void ArmToMipsAssembler::SMUL(int cc, int xy, in SMUL() function in android::ArmToMipsAssembler