HomeSort by relevance Sort by last modified time
    Searched defs:lane_count (Results 1 - 4 of 4) sorted by null

  /external/vixl/src/vixl/a64/
simulator-a64.cc 612 // The `lane_count` and `lslane` arguments can be used to limit the lanes that
620 int lane_count,
625 unsigned msb = ((lane_count + rightmost_lane) * lane_size_in_bytes);
628 // For scalar types ((lane_count == 1) && (rightmost_lane == 0)), a register
634 if ((lane_count == 1) && (rightmost_lane == 0)) {
649 int leftmost_lane = rightmost_lane + lane_count - 1;
680 int lane_count = 1 << (reg_size_log2 - lane_size_log2); local
692 PrintVRegisterFPHelper(code, lane_size, lane_count);
785 int lane_count = GetPrintRegLaneCount(format); local
790 PrintVRegisterFPHelper(reg_code, lane_size, lane_count, lane)
    [all...]
logic-a64.cc 1150 int lane_count = LaneCountFromFormat(vform); local
2471 int lane_count = LaneCountFromFormat(vform); local
2485 int lane_count = LaneCountFromFormat(vform); local
4450 int lane_count = LaneCountFromFormat(vform); local
4485 int lane_count = LaneCountFromFormat(vform) \/ 2; local
4516 int lane_count = LaneCountFromFormat(vform) \/ 2; local
    [all...]
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 435 uint8_t lane_count:2; member in struct:gct_dsi_desc_block
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 498 uint8_t lane_count:2; member in struct:gct_dsi_desc_block
    [all...]

Completed in 184 milliseconds