Home
last modified time | relevance | path

Searched refs:SMLAL (Results 1 – 11 of 11) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h210 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()
DARMAssemblerProxy.cpp281 void ARMAssemblerProxy::SMLAL( int cc, int xy, in SMLAL() function in android::ARMAssemblerProxy
283 mTarget->SMLAL(cc, xy, RdHi, RdLo, Rs, Rm); in SMLAL()
DARMAssembler.h154 virtual void SMLAL(int cc, int xy,
DARMAssemblerProxy.h141 virtual void SMLAL(int cc, int xy,
DArm64Assembler.h171 virtual void SMLAL(int cc, int xy,
DMIPS64Assembler.h158 virtual void SMLAL(int cc, int xy,
DMIPSAssembler.h153 virtual void SMLAL(int cc, int xy,
DARMAssembler.cpp406 void ARMAssembler::SMLAL(int cc, int xy, in SMLAL() function in android::ARMAssembler
DArm64Assembler.cpp819 void ArmToArm64Assembler::SMLAL(int /*cc*/, int /*xy*/, in SMLAL() function in android::ArmToArm64Assembler
DMIPS64Assembler.cpp1149 void ArmToMips64Assembler::SMLAL(int cc __unused, int xy __unused, in SMLAL() function in android::ArmToMips64Assembler
DMIPSAssembler.cpp1182 void ArmToMipsAssembler::SMLAL(int cc __unused, int xy __unused, in SMLAL() function in android::ArmToMipsAssembler