Home
last modified time | relevance | path

Searched refs:rightmost_lane (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
Dsimulator-aarch64.cc754 int rightmost_lane) { in PrintVRegisterFPHelper() argument
758 unsigned msb = ((lane_count + rightmost_lane) * lane_size_in_bytes); in PrintVRegisterFPHelper()
767 if ((lane_count == 1) && (rightmost_lane == 0)) { in PrintVRegisterFPHelper()
782 int leftmost_lane = rightmost_lane + lane_count - 1; in PrintVRegisterFPHelper()
783 for (int lane = leftmost_lane; lane >= rightmost_lane; lane--) { in PrintVRegisterFPHelper()
802 if (rightmost_lane > 0) { in PrintVRegisterFPHelper()
Dsimulator-aarch64.h1598 int rightmost_lane = 0);