Lines Matching defs:branch
713 midgard_branch_extended branch = {
720 return branch;
730 /* Parse some basic branch info */
732 bool is_conditional = ins->branch.conditional;
733 bool is_inverted = ins->branch.invert_conditional;
734 bool is_discard = ins->branch.target_type == TARGET_DISCARD;
735 bool is_tilebuf_wait = ins->branch.target_type == TARGET_TILEBUF_WAIT;
740 int target_number = ins->branch.target_block;
780 * branch, setting the condition to always for
802 midgard_branch_cond branch = {
808 memcpy(util_dynarray_grow_bytes(emission, size, 1), &branch, size);
811 midgard_branch_uncond branch = {
817 assert(branch.offset == quadword_offset);
818 memcpy(util_dynarray_grow_bytes(emission, size, 1), &branch, size);
823 midgard_branch_extended branch =
829 memcpy(util_dynarray_grow_bytes(emission, size, 1), &branch, size);