Searched defs:xy (Results 1 – 6 of 6) 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 | 388 void ARMAssembler::SMUL(int cc, int xy, in SMUL() 400 void ARMAssembler::SMLA(int cc, int xy, in SMLA() 406 void ARMAssembler::SMLAL(int cc, int xy, in SMLAL()
|
D | blending.cpp | 491 int xy; in mul_factor() local
|
D | MIPS64Assembler.cpp | 1071 void ArmToMips64Assembler::SMUL(int cc __unused, int xy, in SMUL() 1119 void ArmToMips64Assembler::SMLA(int cc __unused, int xy, in SMLA()
|
D | Arm64Assembler.cpp | 773 void ArmToArm64Assembler::SMUL(int cc, int xy, in SMUL() 809 void ArmToArm64Assembler::SMLA(int cc, int xy, int Rd, int Rm, int Rs, int Rn) in SMLA()
|
D | MIPSAssembler.cpp | 1083 void ArmToMipsAssembler::SMUL(int cc __unused, int xy, in SMUL() 1142 void ArmToMipsAssembler::SMLA(int cc __unused, int xy, in SMLA()
|