Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h204 virtual void SMUL(int cc, int xy,
290 SMUL(cc, xyBB, Rd, Rm, Rs); } in SMULBB()
292 SMUL(cc, xyTB, Rd, Rm, Rs); } in SMULTB()
294 SMUL(cc, xyBT, Rd, Rm, Rs); } in SMULBT()
296 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,
DMIPS64Assembler.h152 virtual void SMUL(int cc, int xy,
DMIPSAssembler.h147 virtual void SMUL(int cc, int xy,
DARMAssembler.cpp388 void ARMAssembler::SMUL(int cc, int xy, in SMUL() function in android::ARMAssembler
Dblending.cpp554 else SMUL(AL, xy, d.reg, vreg, freg); in mul_factor()
DArm64Assembler.cpp773 void ArmToArm64Assembler::SMUL(int cc, int xy, in SMUL() function in android::ArmToArm64Assembler
DMIPS64Assembler.cpp1071 void ArmToMips64Assembler::SMUL(int cc __unused, int xy, in SMUL() function in android::ArmToMips64Assembler
DMIPSAssembler.cpp1083 void ArmToMipsAssembler::SMUL(int cc __unused, int xy, in SMUL() function in android::ArmToMipsAssembler