Searched refs:vta (Results 1 – 3 of 3) sorted by relevance
992 const char* vta = vta_v ? "ta" : "tu"; in AppendVType() local996 os_ << vsew << ", " << lmul << ", " << vta << ", " << vma; in AppendVType()
1999 for (Riscv64Assembler::VectorTailAgnostic vta : kVTAs) { in TestVSetI() local2002 uint32_t vtype = Riscv64Assembler::VTypeiValue(vma, vta, sew, lmul); in TestVSetI()2009 ReplaceVTA(vta, &base); in TestVSetI()2199 void ReplaceVTA(Riscv64Assembler::VectorTailAgnostic vta, /*inout*/ std::string* str) { in ReplaceVTA() argument2201 switch (vta) { in ReplaceVTA()
686 VectorTailAgnostic vta, in VTypeiValue() argument689 return static_cast<uint32_t>(vma) << 7 | static_cast<uint32_t>(vta) << 6 | in VTypeiValue()