Home
last modified time | relevance | path

Searched refs:BRANCH_OR (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_print.c193 [BRANCH_OR] = "brao", in print_instr_name()
419 [BRANCH_OR] = {2, false}, in print_instr()
Dinstr-a3xx.h504 BRANCH_OR = 1, /* brao */ enumerator
Dir3_parser.y823 | T_OP_BRAO { new_instr(OPC_B)->cat0.brtype = BRANCH_OR; } cat0_src1 ',' …
/third_party/mesa3d/src/freedreno/isa/
Dencode.c89 case BRANCH_OR: in __instruction_case()