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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.h 92 virtual void SMUAL(int cc, int s,
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,
ARMAssemblerInterface.h 137 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,
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 52 milliseconds