Home
last modified time | relevance | path

Searched refs:BRANCH_PLAIN (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_print.c148 [BRANCH_PLAIN] = "br", in print_instr_name()
373 [BRANCH_PLAIN] = {1, false}, in print_instr()
Dinstr-a3xx.h431 BRANCH_PLAIN = 0, /* br */ enumerator
Dir3_legalize.c700 br1->cat0.brtype = br2->cat0.brtype = BRANCH_PLAIN; in block_sched()
Dir3_parser.y774 | T_OP_BR { new_instr(OPC_B)->cat0.brtype = BRANCH_PLAIN; } cat0_src1 ',' …
/third_party/mesa3d/src/freedreno/isa/
Dencode.c84 case BRANCH_PLAIN: in __instruction_case()