Searched refs:vma (Results 1 – 3 of 3) sorted by relevance
991 const char* vma = vma_v ? "ma" : "mu"; in AppendVType() local996 os_ << vsew << ", " << lmul << ", " << vta << ", " << vma; in AppendVType()
1998 for (Riscv64Assembler::VectorMaskAgnostic vma : kVMAs) { in TestVSetI() local2002 uint32_t vtype = Riscv64Assembler::VTypeiValue(vma, vta, sew, lmul); in TestVSetI()2008 ReplaceVMA(vma, &base); in TestVSetI()2182 void ReplaceVMA(Riscv64Assembler::VectorMaskAgnostic vma, /*inout*/ std::string* str) { in ReplaceVMA() argument2184 switch (vma) { in ReplaceVMA()
685 static uint32_t VTypeiValue(VectorMaskAgnostic vma, in VTypeiValue() argument689 return static_cast<uint32_t>(vma) << 7 | static_cast<uint32_t>(vta) << 6 | in VTypeiValue()