Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_print.c195 [BRANCH_CONST] = "brac", in print_instr_name()
421 [BRANCH_CONST] = {0, true}, in print_instr()
Dinstr-a3xx.h506 BRANCH_CONST = 3, /* brac */ enumerator
Dir3_parser.y825 | T_OP_BRAC '.' integer { new_instr(OPC_B)->cat0.brtype = BRANCH_CONST; instr->cat…
/third_party/mesa3d/src/freedreno/isa/
Dencode.c93 case BRANCH_CONST: in __instruction_case()