Home
last modified time | relevance | path

Searched refs:vform_half (Results 1 - 3 of 3) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc2315 VectorFormat vform_half = VectorFormatHalfWidth(vform); in Simulator() local
2316 dup_elements_to_segments(vform_half, temp, instr->GetSVEMulLongZmAndIndex()); in Simulator()
2317 pack_even_elements(vform_half, zm_idx, temp); in Simulator()
2319 pack_even_elements(vform_half, zn_b, zn); in Simulator()
2320 pack_odd_elements(vform_half, zn_t, zn); in Simulator()
2577 VectorFormat vform_half = VectorFormatHalfWidth(vform); in Simulator() local
2578 pack_even_elements(vform_half, zm_b, zm); in Simulator()
2579 pack_odd_elements(vform_half, zm_t, zm); in Simulator()
2744 VectorFormat vform_half = VectorFormatHalfWidth(vform); in Simulator() local
2745 pack_even_elements(vform_half, zn_ in Simulator()
2819 VectorFormat vform_half = VectorFormatHalfWidth(vform); Simulator() local
2933 VectorFormat vform_half = VectorFormatHalfWidth(vform); Simulator() local
3254 VectorFormat vform_half = VectorFormatHalfWidth(vform); Simulator() local
[all...]
H A Dlogic-aarch64.cc3123 VectorFormat vform_half = VectorFormatHalfWidth(vform);
3129 dst.SetUint(vform, i, src.Uint(vform_half, src_offset + i));
3139 VectorFormat vform_half = VectorFormatHalfWidth(vform);
3145 dst.SetInt(vform, i, src.Int(vform_half, src_offset + i));
6967 VectorFormat vform_half = VectorFormatHalfWidth(vform);
6975 result[i] = src.Int(vform_half, i + src_start_lane);
6985 result[i] = src.Uint(vform_half, i + src_start_lane);
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc2064 VectorFormat vform_half = VectorFormatHalfWidth(vform); in uxtl() local
2068 dst.SetUint(vform, i, src.Uint(vform_half, i)); in uxtl()
2075 VectorFormat vform_half = VectorFormatHalfWidth(vform); in sxtl() local
2079 dst.SetInt(vform, i, src.Int(vform_half, i)); in sxtl()
2086 VectorFormat vform_half = VectorFormatHalfWidth(vform); in uxtl2() local
2091 dst.SetUint(vform, i, src.Uint(vform_half, lane_count + i)); in uxtl2()
2098 VectorFormat vform_half = VectorFormatHalfWidth(vform); in sxtl2() local
2103 dst.SetInt(vform, i, src.Int(vform_half, lane_count + i)); in sxtl2()

Completed in 28 milliseconds