HomeSort by relevance Sort by last modified time
    Searched refs:SMUAL (Results 1 - 11 of 11) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 184 void ARMAssemblerProxy::SMUAL(int cc, int s,
186 mTarget->SMUAL(cc, s, RdLo, RdHi, Rm, Rs);
ARMAssembler.h 103 virtual void SMUAL(int cc, int s,
ARMAssemblerProxy.h 92 virtual void SMUAL(int cc, int s,
ARMAssemblerInterface.h 138 virtual void SMUAL(int cc, int s,
Arm64Assembler.h 111 virtual void SMUAL(int cc, int s,
MIPS64Assembler.h 108 virtual void SMUAL(int cc, int s,
ARMAssembler.cpp 262 void ARMAssembler::SMUAL(int cc, int s,
265 "SMUAL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
MIPSAssembler.h 103 virtual void SMUAL(int cc, int s,
Arm64Assembler.cpp 548 void ArmToArm64Assembler::SMUAL(int /*cc*/, int /*s*/,
    [all...]
MIPS64Assembler.cpp 672 void ArmToMips64Assembler::SMUAL(int cc, int s,
675 "SMUAL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
684 LOG_ALWAYS_FATAL("Condition on SMUAL must be on 64-bit result\n");
    [all...]
MIPSAssembler.cpp 680 void ArmToMipsAssembler::SMUAL(int cc, int s,
683 "SMUAL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
692 LOG_ALWAYS_FATAL("Condition on SMUAL must be on 64-bit result\n");
    [all...]

Completed in 4422 milliseconds