Searched refs:CF_OP_ALU (Results 1 – 5 of 5) sorted by relevance
642 #define CF_OP_ALU 80 macro
1191 if (bc->cf_last->op == CF_OP_ALU && in r600_bytecode_add_alu_type()1309 return r600_bytecode_add_alu_type(bc, alu, CF_OP_ALU); in r600_bytecode_add_alu()
9621 if (ctx->bc->cf_last->op == CF_OP_ALU) in pops()9854 alu_type = CF_OP_ALU; in emit_if()
961 c->bc.set_op(CF_OP_ALU); in cf_peephole()987 if (a->bc.op == CF_OP_ALU) { in cf_peephole()
91 case NST_ALU_CLAUSE: n->bc.set_op(CF_OP_ALU); break; in create_clause()