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

  /external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.cpp 95 int64_t ShiftedImm = (uint64_t)Imm << (Seq[1].ImmOpnd - 16);
97 if (!isInt<16>(ShiftedImm))
102 Seq[0].ImmOpnd = (unsigned)(ShiftedImm & 0xffff);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.cpp 99 int64_t ShiftedImm = (uint64_t)Imm << (Seq[1].ImmOpnd - 16);
101 if (!isInt<16>(ShiftedImm))
106 Seq[0].ImmOpnd = (unsigned)(ShiftedImm & 0xffff);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 398 struct ShiftedImmOp ShiftedImm;
428 ShiftedImm = o.ShiftedImm;
488 return ShiftedImm.Val;
493 return ShiftedImm.ShiftAmount;
769 unsigned Shift = ShiftedImm.ShiftAmount;
770 Expr = ShiftedImm.Val;
829 if (auto ShiftedImm = getShiftedVal<8>())
830 if (!(IsByte && ShiftedImm->second) &&
831 AArch64_AM::isSVECpyImm<T>(uint64_t(ShiftedImm->first
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 256 struct ShiftedImmOp ShiftedImm;
286 ShiftedImm = o.ShiftedImm;
346 return ShiftedImm.Val;
351 return ShiftedImm.ShiftAmount;
704 unsigned Shift = ShiftedImm.ShiftAmount;
705 Expr = ShiftedImm.Val;
742 unsigned Shift = ShiftedImm.ShiftAmount;
743 Expr = ShiftedImm.Val;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 513 milliseconds