Home
last modified time | relevance | path

Searched defs:xy (Results 1 – 6 of 6) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp402 void ARMAssembler::SMUL(int cc, int xy, in SMUL()
414 void ARMAssembler::SMLA(int cc, int xy, in SMLA()
420 void ARMAssembler::SMLAL(int cc, int xy, in SMLAL()
DARMAssemblerProxy.cpp272 void ARMAssemblerProxy::SMUL(int cc, int xy, int Rd, int Rm, int Rs) { in SMUL()
278 void ARMAssemblerProxy::SMLA(int cc, int xy, int Rd, int Rm, int Rs, int Rn) { in SMLA()
281 void ARMAssemblerProxy::SMLAL( int cc, int xy, in SMLAL()
Dblending.cpp489 int xy; in mul_factor() local
DMIPS64Assembler.cpp1073 void ArmToMips64Assembler::SMUL(int cc, int xy, in SMUL()
1121 void ArmToMips64Assembler::SMLA(int cc, int xy, in SMLA()
1151 void ArmToMips64Assembler::SMLAL(int cc, int xy, in SMLAL()
DMIPSAssembler.cpp1081 void ArmToMipsAssembler::SMUL(int cc, int xy, in SMUL()
1140 void ArmToMipsAssembler::SMLA(int cc, int xy, in SMLA()
1180 void ArmToMipsAssembler::SMLAL(int cc, int xy, in SMLAL()
DArm64Assembler.cpp774 void ArmToArm64Assembler::SMUL(int cc, int xy, in SMUL()
810 void ArmToArm64Assembler::SMLA(int cc, int xy, int Rd, int Rm, int Rs, int Rn) in SMLA()