/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.h | 210 virtual void SMLAL(int cc, int xy, 318 SMLAL(cc, xyBB, RdHi, RdLo, Rs, Rm); } in SMLALBB() 321 SMLAL(cc, xyTB, RdHi, RdLo, Rs, Rm); } in SMLALTB() 324 SMLAL(cc, xyBT, RdHi, RdLo, Rs, Rm); } in SMLALBT() 327 SMLAL(cc, xyTT, RdHi, RdLo, Rs, Rm); } in SMLALTT()
|
D | ARMAssemblerProxy.cpp | 281 void ARMAssemblerProxy::SMLAL( int cc, int xy, in SMLAL() function in android::ARMAssemblerProxy 283 mTarget->SMLAL(cc, xy, RdHi, RdLo, Rs, Rm); in SMLAL()
|
D | ARMAssembler.h | 154 virtual void SMLAL(int cc, int xy,
|
D | ARMAssemblerProxy.h | 141 virtual void SMLAL(int cc, int xy,
|
D | Arm64Assembler.h | 171 virtual void SMLAL(int cc, int xy,
|
D | MIPS64Assembler.h | 158 virtual void SMLAL(int cc, int xy,
|
D | MIPSAssembler.h | 153 virtual void SMLAL(int cc, int xy,
|
D | ARMAssembler.cpp | 406 void ARMAssembler::SMLAL(int cc, int xy, in SMLAL() function in android::ARMAssembler
|
D | Arm64Assembler.cpp | 819 void ArmToArm64Assembler::SMLAL(int /*cc*/, int /*xy*/, in SMLAL() function in android::ArmToArm64Assembler
|
D | MIPS64Assembler.cpp | 1149 void ArmToMips64Assembler::SMLAL(int cc __unused, int xy __unused, in SMLAL() function in android::ArmToMips64Assembler
|
D | MIPSAssembler.cpp | 1182 void ArmToMipsAssembler::SMLAL(int cc __unused, int xy __unused, in SMLAL() function in android::ArmToMipsAssembler
|