Searched defs:xy (Results 1 – 4 of 4) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerProxy.cpp | 272 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()
|
D | ARMAssembler.cpp | 402 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()
|
D | blending.cpp | 489 int xy; in mul_factor() local
|
D | MIPSAssembler.cpp | 1081 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()
|