HomeSort by relevance Sort by last modified time
    Searched refs:SMUAL (Results 1 - 9 of 9) 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 137 virtual void SMUAL(int cc, int s,
Arm64Assembler.h 111 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...]
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 377 milliseconds