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

  /external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.cpp 94 int64_t ShiftedImm = (uint64_t)Imm << (Seq[1].ImmOpnd - 16);
96 if (!isInt<16>(ShiftedImm))
101 Seq[0].ImmOpnd = (unsigned)(ShiftedImm & 0xffff);
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 241 struct ShiftedImmOp ShiftedImm;
271 ShiftedImm = o.ShiftedImm;
328 return ShiftedImm.Val;
333 return ShiftedImm.ShiftAmount;
662 unsigned Shift = ShiftedImm.ShiftAmount;
663 Expr = ShiftedImm.Val;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 195 milliseconds