Home
last modified time | relevance | path

Searched refs:br2 (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c732 struct ir3_instruction *br1, *br2; in block_sched() local
747 br2 = ir3_JUMP(block); in block_sched()
748 br2->cat0.target = block->successors[0]; in block_sched()
762 br2 = ir3_instr_create(block, OPC_B, 0, 1); in block_sched()
763 ir3_src_create(br2, regid(REG_P0, 0), 0)->def = in block_sched()
765 br2->cat0.target = block->successors[0]; in block_sched()
769 br1->cat0.brtype = br2->cat0.brtype = BRANCH_PLAIN; in block_sched()
773 br2->cat0.brtype = BRANCH_ALL; in block_sched()
777 br2->cat0.brtype = BRANCH_ANY; in block_sched()

Completed in 2 milliseconds