Searched refs:dup_elements_to_segments (Results 1 – 3 of 3) sorted by relevance
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 2348 dup_elements_to_segments(vform, temp, instr->GetSVEMulZmAndIndex()); in SimulateSVEMulIndex() 2368 dup_elements_to_segments(vform, temp, instr->GetSVEMulZmAndIndex()); in SimulateSVEMlaMlsIndex() 2389 dup_elements_to_segments(vform, temp, instr->GetSVEMulZmAndIndex()); in SimulateSVESaturatingMulHighIndex() 2417 dup_elements_to_segments(vform_half, temp, instr->GetSVEMulLongZmAndIndex()); in SimulateSVESaturatingIntMulLongIdx() 3119 dup_elements_to_segments(vform, zm_idx, zm, index); in SimulateSVESaturatingMulAddHigh() 3136 dup_elements_to_segments(kFormatVnS, temp, zm, index); in Simulate_ZdaD_ZnS_ZmS_imm() 3195 dup_elements_to_segments(kFormatVnH, temp, zm, index); in Simulate_ZdaS_ZnH_ZmH_imm() 3452 if (index >= 0) dup_elements_to_segments(vform, temp, zm, index); in SimulateSVEComplexDotProduct() 8456 dup_elements_to_segments(indexform, temp, rm_and_index); in SimulateNEONMulByElementLong() 8587 dup_elements_to_segments(VectorFormatFillQ(vform), temp, rm, index); in SimulateNEONDotProdByElement() [all …]
|
D | logic-aarch64.cc | 2843 dup_elements_to_segments(VectorFormatDoubleWidth(vform), temp, src2, index); in cmla() 2955 LogicVRegister Simulator::dup_elements_to_segments(VectorFormat vform, in dup_elements_to_segments() function in vixl::aarch64::Simulator 2979 LogicVRegister Simulator::dup_elements_to_segments( in dup_elements_to_segments() function in vixl::aarch64::Simulator 2983 return dup_elements_to_segments(vform, in dup_elements_to_segments() 4144 dup_elements_to_segments(VectorFormatDoubleWidth(vform), temp, src2, index); in sqrdcmlah() 7686 dup_elements_to_segments(vform, ztemp, needles, i); in match()
|
D | simulator-aarch64.h | 3895 LogicVRegister dup_elements_to_segments(VectorFormat vform, 3899 LogicVRegister dup_elements_to_segments(
|