Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h208 virtual void SMLA(int cc, int xy,
305 SMLA(cc, xyBB, Rd, Rm, Rs, Rn); } in SMLABB()
308 SMLA(cc, xyTB, Rd, Rm, Rs, Rn); } in SMLATB()
311 SMLA(cc, xyBT, Rd, Rm, Rs, Rn); } in SMLABT()
314 SMLA(cc, xyTT, Rd, Rm, Rs, Rn); } in SMLATT()
DARMAssemblerProxy.cpp278 void ARMAssemblerProxy::SMLA(int cc, int xy, int Rd, int Rm, int Rs, int Rn) { in SMLA() function in android::ARMAssemblerProxy
279 mTarget->SMLA(cc, xy, Rd, Rm, Rs, Rn); in SMLA()
DARMAssembler.h152 virtual void SMLA(int cc, int xy,
DARMAssemblerProxy.h139 virtual void SMLA(int cc, int xy,
DArm64Assembler.h169 virtual void SMLA(int cc, int xy,
DMIPS64Assembler.h156 virtual void SMLA(int cc, int xy,
DMIPSAssembler.h151 virtual void SMLA(int cc, int xy,
DARMAssembler.cpp400 void ARMAssembler::SMLA(int cc, int xy, in SMLA() function in android::ARMAssembler
DArm64Assembler.cpp809 void ArmToArm64Assembler::SMLA(int cc, int xy, int Rd, int Rm, int Rs, int Rn) in SMLA() function in android::ArmToArm64Assembler
DMIPS64Assembler.cpp1119 void ArmToMips64Assembler::SMLA(int cc __unused, int xy, in SMLA() function in android::ArmToMips64Assembler
DMIPSAssembler.cpp1142 void ArmToMipsAssembler::SMLA(int cc __unused, int xy, in SMLA() function in android::ArmToMipsAssembler