Home
last modified time | relevance | path

Searched refs:ShiftBy (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp187 void ARCInstPrinter::printU6ShiftedBy(unsigned ShiftBy, const MCInst *MI, in printU6ShiftedBy() argument
192 unsigned Value2 = Value >> ShiftBy; in printU6ShiftedBy()
193 if (Value2 > 0x3F || (Value2 << ShiftBy != Value)) { in printU6ShiftedBy()
197 if (ShiftBy) in printU6ShiftedBy()
198 errs() << " scaled by " << (1 << ShiftBy) << "\n"; in printU6ShiftedBy()
H A DARCInstPrinter.h49 void printU6ShiftedBy(unsigned ShiftBy, const MCInst *MI, int OpNum,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp89 void DwarfExpression::addShr(unsigned ShiftBy) { in addShr() argument
90 emitConstu(ShiftBy); in addShr()
H A DDwarfExpression.h257 void addShr(unsigned ShiftBy);
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17254 SDValue ShiftBy = SDValue(CN1, 0); in combineSHL() local
17257 if (ShiftBy.getValueType() == MVT::i64) in combineSHL()
17258 ShiftBy = DCI.DAG.getConstant(CN1->getZExtValue(), DL, MVT::i32); in combineSHL()
17261 ShiftBy); in combineSHL()