Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc140 return (GetRd() != GetSVEMulZmAndIndex().first) && in CanTakeSVEMovprfx()
556 std::pair<int, int> Instruction::GetSVEMulZmAndIndex() const { in GetSVEMulZmAndIndex() function in vixl::aarch64::Instruction
Dinstructions-aarch64.h371 std::pair<int, int> GetSVEMulZmAndIndex() const;
Dsimulator-aarch64.cc2097 dup_elements_to_segments(vform, temp, instr->GetSVEMulZmAndIndex()); in SimulateSVEMulIndex()
2117 dup_elements_to_segments(vform, temp, instr->GetSVEMulZmAndIndex()); in SimulateSVEMlaMlsIndex()
2138 dup_elements_to_segments(vform, temp, instr->GetSVEMulZmAndIndex()); in SimulateSVESaturatingMulHighIndex()
10311 dup_elements_to_segments(vform, temp, instr->GetSVEMulZmAndIndex()); in VisitSVEFPMulIndex()
10411 dup_elements_to_segments(vform, temp, instr->GetSVEMulZmAndIndex()); in VisitSVEFPMulAddIndex()
12790 std::pair<int, int> zm_and_index = instr->GetSVEMulZmAndIndex(); in VisitSVEMulIndex()