Home
last modified time | relevance | path

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

/art/disassembler/
Ddisassembler_riscv64.cc994 const char* lmul = lmuls[lmul_v]; in AppendVType() local
996 os_ << vsew << ", " << lmul << ", " << vta << ", " << vma; in AppendVType()
/art/compiler/utils/riscv64/
Dassembler_riscv64_test.cc2001 for (Riscv64Assembler::LengthMultiplier lmul : kLMULs) { in TestVSetI() local
2002 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() argument
2244 switch (lmul) { in ReplaceLMUL()
2267 LOG(FATAL) << "Unexpected value for `LengthMultiplier`: " << enum_cast<uint32_t>(lmul); in ReplaceLMUL()
Dassembler_riscv64.h688 LengthMultiplier lmul) { in VTypeiValue() argument
690 static_cast<uint32_t>(sew) << 3 | static_cast<uint32_t>(lmul); in VTypeiValue()