Home
last modified time | relevance | path

Searched defs:VSEW (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h445 inline static unsigned decodeVSEW(unsigned VSEW) { in decodeVSEW()
456 unsigned VSEW = (VType >> 3) & 0x7; in getSEW() local