Searched refs:SMLAL (Results 1 – 7 of 7) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.h | 209 virtual void SMLAL(int cc, int xy, 317 SMLAL(cc, xyBB, RdHi, RdLo, Rs, Rm); } in SMLALBB() 320 SMLAL(cc, xyTB, RdHi, RdLo, Rs, Rm); } in SMLALTB() 323 SMLAL(cc, xyBT, RdHi, RdLo, Rs, Rm); } in SMLALBT() 326 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 | ARMAssemblerProxy.h | 141 virtual void SMLAL(int cc, int xy,
|
D | ARMAssembler.h | 154 virtual void SMLAL(int cc, int xy,
|
D | ARMAssembler.cpp | 420 void ARMAssembler::SMLAL(int cc, int xy, in SMLAL() function in android::ARMAssembler
|
D | MIPSAssembler.h | 153 virtual void SMLAL(int cc, int xy,
|
D | MIPSAssembler.cpp | 1180 void ArmToMipsAssembler::SMLAL(int cc, int xy, in SMLAL() function in android::ArmToMipsAssembler
|