Home
last modified time | relevance | path

Searched refs:SMUL (Results 1 – 8 of 8) 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()
DARMAssemblerProxy.h135 virtual void SMUL(int cc, int xy,
DARMAssembler.h148 virtual void SMUL(int cc, int xy,
DARMAssembler.cpp402 void ARMAssembler::SMUL(int cc, int xy, in SMUL() function in android::ARMAssembler
DMIPSAssembler.h147 virtual void SMUL(int cc, int xy,
Dblending.cpp552 else SMUL(AL, xy, d.reg, vreg, freg); in mul_factor()
DMIPSAssembler.cpp1081 void ArmToMipsAssembler::SMUL(int cc, int xy, in SMUL() function in android::ArmToMipsAssembler