HomeSort by relevance Sort by last modified time
    Searched full:udiv (Results 376 - 400 of 952) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /external/llvm/test/MC/ARM/
thumbv8m.s 55 // CHECK: udiv r1, r2, r3 @ encoding: [0xb2,0xfb,0xf3,0xf1]
56 udiv r1, r2, r3 label
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 65 /// of the operation. For example, sdiv and udiv. However, because the bit
762 APInt udiv(const APInt &RHS) const;
769 return (-(*this)).udiv(-RHS);
771 return -((-(*this)).udiv(RHS));
773 return -(this->udiv(-RHS));
774 return this->udiv(RHS);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APSInt.h 110 *this = udiv(RHS);
121 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 92 case Instruction::UDiv:
  /external/llvm/test/CodeGen/AMDGPU/
r600cfg.ll 75 %49 = udiv i32 %48, 2
  /external/llvm/test/CodeGen/ARM/
divmod-eabi.ll 66 %div = udiv i32 %a, %b
  /external/llvm/test/CodeGen/Hexagon/
expand-condsets-rm-segment.ll 75 %div = udiv i32 -1, %1
  /external/llvm/test/CodeGen/Mips/
mips64instrs.ll 149 %div = udiv i64 %0, %1
  /external/llvm/test/CodeGen/X86/
early-ifcvt.ll 169 %3 = udiv i32 %a, %b
  /external/llvm/test/Other/
lint.ll 39 %ud = udiv i32 2, 0
  /external/llvm/test/Transforms/InstCombine/
sext.ll 37 %t = udiv i32 %x, 3

Completed in 586 milliseconds

<<11121314151617181920>>