HomeSort by relevance Sort by last modified time
    Searched full:mul64 (Results 1 - 12 of 12) 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);