HomeSort by relevance Sort by last modified time
    Searched full:mul64 (Results 1 - 13 of 13) sorted by null

  /external/llvm/test/CodeGen/MBlaze/
mul64.ll 6 ; RUN: llc < %s -march=mblaze -mattr=+mul,+mul64 | \
  /external/llvm/test/CodeGen/XCore/
mul64.ll 28 define i64 @mul64(i64 %a, i64 %b) {
33 ; CHECK: mul64:
  /external/qemu/
host-utils.c 50 static void mul64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) function
78 mul64(plow, phigh, a, b);
96 mul64(plow, phigh, a, b);
  /external/openssh/
umac.c 120 #define MUL64(a,b) ((UINT64)((UINT64)(UINT32)(a) * (UINT64)(UINT32)(b)))
350 h += MUL64((k0 + d0), (k4 + d4));
351 h += MUL64((k1 + d1), (k5 + d5));
352 h += MUL64((k2 + d2), (k6 + d6));
353 h += MUL64((k3 + d3), (k7 + d7));
387 h1 += MUL64((k0 + d0), (k4 + d4));
388 h2 += MUL64((k4 + d0), (k8 + d4));
390 h1 += MUL64((k1 + d1), (k5 + d5));
391 h2 += MUL64((k5 + d1), (k9 + d5));
393 h1 += MUL64((k2 + d2), (k6 + d6))
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 532 mul64(t1,t2,bl,bh); \
539 mul64(t1,t2,bl,bh); \
850 #ifdef mul64
865 #ifdef mul64
883 #ifdef mul64
899 #ifdef mul64
909 #ifdef mul64
bn_lcl.h 409 #define mul64(l,h,bl,bh) \ macro
450 mul64(l,h,(bl),(bh)); \
466 mul64(l,h,(bl),(bh)); \
bn_div.c 386 mul64(t2l,t2h,ql,qh); /* t2=(BN_ULLONG)d1*q; */
  /external/llvm/lib/Target/MBlaze/
MBlaze.td 44 def FeatureMul64 : SubtargetFeature<"mul64", "HasMul64", "true",
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/
as.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/
as.info     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
as.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
as.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
as.info     [all...]

Completed in 1456 milliseconds