Searched refs:lane_count (Results 1 – 3 of 3) sorted by relevance
/external/vixl/src/vixl/a64/ |
D | logic-a64.cc | 1146 int lane_count = LaneCountFromFormat(vform); in pmull2() local 1147 for (int i = 0; i < lane_count; i++) { in pmull2() 1148 dst.SetUint(vform, i, PolynomialMult(src1.Uint(vform_src, lane_count + i), in pmull2() 1149 src2.Uint(vform_src, lane_count + i))); in pmull2() 2467 int lane_count = LaneCountFromFormat(vform); in uxtl2() local 2470 for (int i = 0; i < lane_count; i++) { in uxtl2() 2471 dst.SetUint(vform, i, src.Uint(vform_half, lane_count + i)); in uxtl2() 2481 int lane_count = LaneCountFromFormat(vform); in sxtl2() local 2484 for (int i = 0; i < lane_count; i++) { in sxtl2() 2485 dst.SetInt(vform, i, src.Int(vform_half, lane_count + i)); in sxtl2() [all …]
|
D | simulator-a64.cc | 637 int lane_count, in PrintVRegisterFPHelper() argument 642 unsigned msb = ((lane_count + rightmost_lane) * lane_size_in_bytes); in PrintVRegisterFPHelper() 651 if ((lane_count == 1) && (rightmost_lane == 0)) { in PrintVRegisterFPHelper() 666 int leftmost_lane = rightmost_lane + lane_count - 1; in PrintVRegisterFPHelper() 697 int lane_count = 1 << (reg_size_log2 - lane_size_log2); in PrintVRegister() local 709 PrintVRegisterFPHelper(code, lane_size, lane_count); in PrintVRegister() 802 int lane_count = GetPrintRegLaneCount(format); in PrintVWrite() local 807 PrintVRegisterFPHelper(reg_code, lane_size, lane_count, lane); in PrintVWrite()
|
D | simulator-a64.h | 1292 int lane_count = 1, int rightmost_lane = 0);
|