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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 255 void ARMAssembler::SMULL(int cc, int s,
258 "SMULL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
ARMAssemblerProxy.cpp 180 void ARMAssemblerProxy::SMULL(int cc, int s,
182 mTarget->SMULL(cc, s, RdLo, RdHi, Rm, Rs);
Arm64Assembler.cpp 543 void ArmToArm64Assembler::SMULL(int /*cc*/, int /*s*/,
    [all...]
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...]
  /external/pcre/dist/sljit/
sljitNativeARM_32.c 99 #define SMULL 0xe0c00090
    [all...]
sljitNativeARM_T2_32.c 150 #define SMULL 0xfb800000
751 FAIL_IF(push_inst32(compiler, SMULL | RT4(dst) | RD4(TMP_REG2) | RN4(arg1) | RM4(arg2)));
    [all...]

Completed in 2047 milliseconds