Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h49 InstFormatShift = 0, enumerator
51 ConstraintShift = InstFormatShift + 5,
135 return (TSFlags & InstFormatMask) >> InstFormatShift; in getFormat()