Searched defs:rightmost_lane (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
H A Dsimulator-aarch64.cc754 int rightmost_lane) {
758 unsigned msb = ((lane_count + rightmost_lane) * lane_size_in_bytes);
761 // For scalar types ((lane_count == 1) && (rightmost_lane == 0)), a register
767 if ((lane_count == 1) && (rightmost_lane == 0)) {
782 int leftmost_lane = rightmost_lane + lane_count - 1;
783 for (int lane = leftmost_lane; lane >= rightmost_lane; lane--) {
802 if (rightmost_lane > 0) {
751 PrintVRegisterFPHelper(unsigned code, unsigned lane_size_in_bytes, int lane_count, int rightmost_lane) argument

Completed in 122 milliseconds