Home
last modified time | relevance | path

Searched refs:vta (Results 1 – 3 of 3) sorted by relevance

/art/disassembler/
Ddisassembler_riscv64.cc992 const char* vta = vta_v ? "ta" : "tu"; in AppendVType() local
996 os_ << vsew << ", " << lmul << ", " << vta << ", " << vma; in AppendVType()
/art/compiler/utils/riscv64/
Dassembler_riscv64_test.cc1999 for (Riscv64Assembler::VectorTailAgnostic vta : kVTAs) { in TestVSetI() local
2002 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() argument
2201 switch (vta) { in ReplaceVTA()
Dassembler_riscv64.h686 VectorTailAgnostic vta, in VTypeiValue() argument
689 return static_cast<uint32_t>(vma) << 7 | static_cast<uint32_t>(vta) << 6 | in VTypeiValue()