HomeSort by relevance Sort by last modified time
    Searched defs:SMULL (Results 1 - 3 of 3) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 180 void ARMAssemblerProxy::SMULL(int cc, int s,
182 mTarget->SMULL(cc, s, RdLo, RdHi, Rm, Rs);
ARMAssembler.cpp 255 void ARMAssembler::SMULL(int cc, int s,
258 "SMULL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
MIPSAssembler.cpp 665 void ArmToMipsAssembler::SMULL(int cc, int s,
668 "SMULL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
677 LOG_ALWAYS_FATAL("Condition on SMULL must be on 64-bit result\n");
    [all...]

Completed in 41 milliseconds