Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h445 inline static unsigned decodeVSEW(unsigned VSEW) { in decodeVSEW() argument
446 assert(VSEW < 8 && "Unexpected VSEW value"); in decodeVSEW()
447 return 1 << (VSEW + 3); in decodeVSEW()
456 unsigned VSEW = (VType >> 3) & 0x7; in getSEW() local
457 return decodeVSEW(VSEW); in getSEW()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td133 /* VSEW */ LLVMMatchType<0>,
139 /* VSEW */ [LLVMMatchType<0>,
149 /* VSEW */ LLVMMatchType<0>,
155 /* VSEW */ [LLVMMatchType<0>,