Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp83 unsigned ExtendFrom = 64) { in matchingImmOps() argument
88 if (ExtendFrom < 64) in matchingImmOps()
89 Imm = SignExtend64(Imm, ExtendFrom); in matchingImmOps()