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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 241 void ARMAssembler::UMULL(int cc, int s,
244 "UMULL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
ARMAssemblerProxy.cpp 172 void ARMAssemblerProxy::UMULL(int cc, int s,
174 mTarget->UMULL(cc, s, RdLo, RdHi, Rm, Rs);
Arm64Assembler.cpp 533 void ArmToArm64Assembler::UMULL(int /*cc*/, int /*s*/,
    [all...]
MIPSAssembler.cpp 636 void ArmToMipsAssembler::UMULL(int cc, int s,
645 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n");
661 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n");
    [all...]
  /external/pcre/dist/sljit/
sljitNativeARM_32.c 101 #define UMULL 0xe0800090
    [all...]
sljitNativeARM_T2_32.c 164 #define UMULL 0xfba00000
    [all...]

Completed in 257 milliseconds