Searched refs:SMULL (Results 1 - 12 of 12) sorted by path

/system/bt/embdrv/sbc/encoder/srce/
H A Dsbc_packing.c37 SMULL s32OutLow,s32OutHi,s32In1,s32In2 } \
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp241 void ARMAssembler::SMULL(int cc, int s, function in class:android::ARMAssembler
244 "SMULL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
H A DARMAssembler.h101 virtual void SMULL(int cc, int s,
H A DARMAssemblerInterface.h136 virtual void SMULL(int cc, int s,
H A DARMAssemblerProxy.cpp180 void ARMAssemblerProxy::SMULL(int cc, int s, function in class:android::ARMAssemblerProxy
182 mTarget->SMULL(cc, s, RdLo, RdHi, Rm, Rs);
H A DARMAssemblerProxy.h90 virtual void SMULL(int cc, int s,
H A DArm64Assembler.cpp542 void ArmToArm64Assembler::SMULL(int /*cc*/, int /*s*/, function in class:android::ArmToArm64Assembler
H A DArm64Assembler.h109 virtual void SMULL(int cc, int s,
H A DMIPS64Assembler.cpp647 void ArmToMips64Assembler::SMULL(int cc __unused, int s, function in class:android::ArmToMips64Assembler
650 "SMULL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
659 LOG_ALWAYS_FATAL("Condition on SMULL must be on 64-bit result\n");
H A DMIPS64Assembler.h106 virtual void SMULL(int cc, int s,
H A DMIPSAssembler.cpp659 void ArmToMipsAssembler::SMULL(int cc __unused, int s, function in class:android::ArmToMipsAssembler
662 "SMULL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
671 LOG_ALWAYS_FATAL("Condition on SMULL must be on 64-bit result\n");
H A DMIPSAssembler.h101 virtual void SMULL(int cc, int s,

Completed in 114 milliseconds