Searched defs:xy (Results 1 – 6 of 6) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
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 | 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 | blending.cpp | 489 int xy; in mul_factor() local
|
D | MIPS64Assembler.cpp | 1073 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()
|
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()
|
D | Arm64Assembler.cpp | 774 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()
|