Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h57 InstFormatShift = 0, enumerator
59 ConstraintShift = InstFormatShift + 5,
131 return (TSFlags & InstFormatMask) >> InstFormatShift; in getFormat()