Home
last modified time | relevance | path

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

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