Searched refs:VectorMaskAgnostic (Results 1 – 2 of 2) sorted by relevance
1998 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()
665 enum class VectorMaskAgnostic : uint32_t { enum685 static uint32_t VTypeiValue(VectorMaskAgnostic vma, in VTypeiValue()