Home
last modified time | relevance | path

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

/art/disassembler/
Ddisassembler_riscv64.cc991 const char* vma = vma_v ? "ma" : "mu"; in AppendVType() local
996 os_ << vsew << ", " << lmul << ", " << vta << ", " << vma; in AppendVType()
/art/compiler/utils/riscv64/
Dassembler_riscv64_test.cc1998 for (Riscv64Assembler::VectorMaskAgnostic vma : kVMAs) { in TestVSetI() local
2002 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() argument
2184 switch (vma) { in ReplaceVMA()
Dassembler_riscv64.h685 static uint32_t VTypeiValue(VectorMaskAgnostic vma, in VTypeiValue() argument
689 return static_cast<uint32_t>(vma) << 7 | static_cast<uint32_t>(vta) << 6 | in VTypeiValue()