Searched refs:OPC_B (Results 1 – 7 of 7) sorted by relevance
125 return is_alu(n) || (is_flow(n) && (n->opc != OPC_JUMP) && (n->opc != OPC_B)); in count_instruction()
292 if (instr->opc == OPC_B) { in print_instr()
602 case OPC_B: in sched_block()
670 struct ir3_instruction *br = ir3_instr_create(block, OPC_B); in kill_sched()
58 OPC_B = _OPC(0, 1), enumerator
411 case OPC_B: in print_instr_cat0()1309 OPC(0, OPC_B, b),
593 | T_OP_BR { new_instr(OPC_B); } cat0_src ',' cat0_immed