Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVBaseInfo.cpp135 unsigned RISCVVType::encodeVTYPE(RISCVII::VLMUL VLMUL, unsigned SEW, in encodeVTYPE()
149 std::pair<unsigned, bool> RISCVVType::decodeVLMUL(RISCVII::VLMUL VLMUL) { in decodeVLMUL()
DRISCVBaseInfo.h115 enum VLMUL : uint8_t { enum
432 unsigned VLMUL = VType & 0x7; in getVLMUL() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp1771 RISCVII::VLMUL VLMUL = RISCVVType::encodeLMUL(Lmul, Fractional); in parseVTypeI() local