HomeSort by relevance Sort by last modified time
    Searched full:udiv (Results 251 - 275 of 423) sorted by null

<<11121314151617

  /external/llvm/lib/Target/Sparc/
SparcInstr64Bit.td 215 [(set i64:$rd, (udiv i64:$rs1, i64:$rs2))]>;
219 [(set i64:$rd, (udiv i64:$rs1, (i64 simm13:$simm13)))]>;
  /external/llvm/test/MC/Disassembler/AArch64/
arm64-arithmetic.txt 363 # CHECK: udiv w1, w2, w3
364 # CHECK: udiv x1, x2, x3
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 798 return InsertBinop(Instruction::UDiv, LHS, RHS);
    [all...]
ScalarEvolution.cpp 207 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(this);
208 OS << "(" << *UDiv->getLHS() << " /u " << *UDiv->getRHS() << ")";
598 // Lexicographically compare udiv expressions.
    [all...]
InstructionSimplify.cpp     [all...]
CostModel.cpp 397 case Instruction::UDiv:
ObjCARCInstKind.cpp 274 case Instruction::UDiv:
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_bad_reg.l     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/v8/test/cctest/
test-assembler-arm64.cc     [all...]
  /external/llvm/include/llvm/Target/
TargetSelectionDAG.td 113 def SDTIntBinOp : SDTypeProfile<1, 2, [ // add, and, or, xor, udiv, etc.
370 def udiv : SDNode<"ISD::UDIV" , SDTIntBinOp>;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 567 case Instruction::UDiv:
630 case Instruction::UDiv:
730 case Instruction::UDiv:
    [all...]
  /external/pcre/dist/sljit/
sljitNativeARM_64.c 122 #define UDIV 0x9ac00800
    [all...]
sljitNativeSPARC_common.c 173 #define UDIV (OPC1(0x2) | OPC3(0x0e))
794 FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_UDIVI ? UDIV : SDIV) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R0)));
    [all...]
  /external/v8/src/arm64/
disasm-arm64.cc 599 FORMAT(UDIV, "udiv");
    [all...]
macro-assembler-arm64-inl.h 1177 void MacroAssembler::Udiv(const Register& rd,
1182 udiv(rd, rn, rm);
    [all...]
  /external/valgrind/VEX/priv/
host_generic_simd64.c     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 66 /// of the operation. For example, sdiv and udiv. However, because the bit
912 APInt LLVM_ATTRIBUTE_UNUSED_RESULT udiv(const APInt &RHS) const;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 89 case Instruction::UDiv:
  /external/llvm/lib/Target/BPF/
BPFInstrInfo.td 195 defm DIV : ALU<0x3, "div", udiv>;
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 874 case Instruction::UDiv: Out << "getUDiv("; break;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 400 (J->getOpcode() == Instruction::UDiv ||
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 100 case Instruction::UDiv:

Completed in 1773 milliseconds

<<11121314151617