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.c151 [BRANCH_CONST] = "brac", in print_instr_name()
376 [BRANCH_CONST] = {0, true}, in print_instr()
Dinstr-a3xx.h434 BRANCH_CONST = 3, /* brac */ enumerator
Dir3_parser.y777 | T_OP_BRAC '.' integer { new_instr(OPC_B)->cat0.brtype = BRANCH_CONST; instr->cat…
/third_party/mesa3d/src/freedreno/isa/
Dencode.c90 case BRANCH_CONST: in __instruction_case()