Searched refs:max_location (Results 1 – 5 of 5) sorted by relevance
35 max_location = max(self.locations)38 max_location = 039 if max_location < 0x20000 and all(l % 2 == 0 for l in self.locations):
601 int max_location = 500; in TEST() local606 max_location); in TEST()631 int max_location = 500; in TEST() local636 max_location); in TEST()663 int32_t max_location = pc + branch_range; in AddNBranches() local668 max_location); in AddNBranches()
644 max_location = max(self.locations)647 max_location = 0652 if max_location >= 0x20000:
664 unsigned max_location) in assign_remap_locations() argument669 for (; tmp_cursor < max_location; tmp_cursor++) { in assign_remap_locations()
564 int max_location = -1; in handle_graphics_pipeline() local572 if ((int)location > max_location) in handle_graphics_pipeline()573 max_location = location; in handle_graphics_pipeline()575 state->num_ve = max_location + 1; in handle_graphics_pipeline()