Searched refs:lmul (Results 1 – 3 of 3) sorted by relevance
994 const char* lmul = lmuls[lmul_v]; in AppendVType() local996 os_ << vsew << ", " << lmul << ", " << vta << ", " << vma; in AppendVType()
2001 for (Riscv64Assembler::LengthMultiplier lmul : kLMULs) { in TestVSetI() local2002 uint32_t vtype = Riscv64Assembler::VTypeiValue(vma, vta, sew, lmul); in TestVSetI()2011 ReplaceLMUL(lmul, &base); in TestVSetI()2242 void ReplaceLMUL(Riscv64Assembler::LengthMultiplier lmul, /*inout*/ std::string* str) { in ReplaceLMUL() argument2244 switch (lmul) { in ReplaceLMUL()2267 LOG(FATAL) << "Unexpected value for `LengthMultiplier`: " << enum_cast<uint32_t>(lmul); in ReplaceLMUL()
688 LengthMultiplier lmul) { in VTypeiValue() argument690 static_cast<uint32_t>(sew) << 3 | static_cast<uint32_t>(lmul); in VTypeiValue()