Home
last modified time | relevance | path

Searched refs:SMLAW (Results 1 – 9 of 9) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h211 virtual void SMLAW(int cc, int y,
330 SMLAW(cc, yB, Rd, Rm, Rs, Rn); } in SMLAWB()
333 SMLAW(cc, yT, Rd, Rm, Rs, Rn); } in SMLAWT()
DARMAssemblerProxy.cpp285 void ARMAssemblerProxy::SMLAW(int cc, int y, int Rd, int Rm, int Rs, int Rn) { in SMLAW() function in android::ARMAssemblerProxy
286 mTarget->SMLAW(cc, y, Rd, Rm, Rs, Rn); in SMLAW()
DARMAssembler.h156 virtual void SMLAW(int cc, int y,
DARMAssemblerProxy.h143 virtual void SMLAW(int cc, int y,
DArm64Assembler.h173 virtual void SMLAW(int cc, int y,
DMIPSAssembler.h155 virtual void SMLAW(int cc, int y,
DARMAssembler.cpp426 void ARMAssembler::SMLAW(int cc, int y, in SMLAW() function in android::ARMAssembler
DArm64Assembler.cpp827 void ArmToArm64Assembler::SMLAW(int /*cc*/, int /*y*/, in SMLAW() function in android::ArmToArm64Assembler
DMIPSAssembler.cpp1189 void ArmToMipsAssembler::SMLAW(int cc, int y, in SMLAW() function in android::ArmToMipsAssembler