Home
last modified time | relevance | path

Searched refs:VectorMaskAgnostic (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/riscv64/
Dassembler_riscv64_test.cc1998 for (Riscv64Assembler::VectorMaskAgnostic vma : kVMAs) { in TestVSetI()
2081 static constexpr Riscv64Assembler::VectorMaskAgnostic kVMAs[] = {
2082 Riscv64Assembler::VectorMaskAgnostic::kAgnostic,
2083 Riscv64Assembler::VectorMaskAgnostic::kUndisturbed};
2182 void ReplaceVMA(Riscv64Assembler::VectorMaskAgnostic vma, /*inout*/ std::string* str) { in ReplaceVMA()
2185 case Riscv64Assembler::VectorMaskAgnostic::kAgnostic: in ReplaceVMA()
2188 case Riscv64Assembler::VectorMaskAgnostic::kUndisturbed: in ReplaceVMA()
Dassembler_riscv64.h665 enum class VectorMaskAgnostic : uint32_t { enum
685 static uint32_t VTypeiValue(VectorMaskAgnostic vma, in VTypeiValue()