Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h212 virtual void SMLAW(int cc, int y,
331 SMLAW(cc, yB, Rd, Rm, Rs, Rn); } in SMLAWB()
334 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,
DMIPS64Assembler.h160 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.cpp412 void ARMAssembler::SMLAW(int cc, int y, in SMLAW() function in android::ARMAssembler
DArm64Assembler.cpp826 void ArmToArm64Assembler::SMLAW(int /*cc*/, int /*y*/, in SMLAW() function in android::ArmToArm64Assembler
DMIPS64Assembler.cpp1159 void ArmToMips64Assembler::SMLAW(int cc __unused, int y __unused, in SMLAW() function in android::ArmToMips64Assembler
DMIPSAssembler.cpp1192 void ArmToMipsAssembler::SMLAW(int cc __unused, int y __unused, in SMLAW() function in android::ArmToMipsAssembler