Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h56 InstFormatShift = 0, enumerator
58 ConstraintShift = InstFormatShift + 5,
147 return (TSFlags & InstFormatMask) >> InstFormatShift; in getFormat()