Searched refs:ShiftedImm (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.cpp94 int64_t ShiftedImm = (uint64_t)Imm << (Seq[1].ImmOpnd - 16); local
96 if (!isInt<16>(ShiftedImm))
101 Seq[0].ImmOpnd = (unsigned)(ShiftedImm & 0xffff);
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp241 struct ShiftedImmOp ShiftedImm; member in union:__anon25952::AArch64Operand::__anon25953
271 ShiftedImm = o.ShiftedImm;
328 return ShiftedImm.Val;
333 return ShiftedImm.ShiftAmount;
662 unsigned Shift = ShiftedImm.ShiftAmount;
663 Expr = ShiftedImm.Val;
1633 Op->ShiftedImm .Val = Val;
1634 Op->ShiftedImm.ShiftAmount = ShiftAmount;
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2619 SDValue ShiftedImm = CurDAG->getTargetConstant(C->getZExtValue() >> 8, local
2643 MVT::i32, Subreg, ShiftedImm);

Completed in 255 milliseconds