Searched refs:is_alu (Results 1 – 5 of 5) sorted by relevance
256 bool is_alu = ins->type == TAG_ALU_4; in mir_print_instruction() local259 if (ins->src[0] == r_constant && is_alu) in mir_print_instruction()268 else if (ins->src[1] == r_constant && is_alu) in mir_print_instruction()
102 if (!is_alu(src)) in try_conversion_folding()
125 return is_alu(n) || (is_flow(n) && (n->opc != OPC_JUMP) && (n->opc != OPC_B)); in count_instruction()
739 static inline bool is_alu(struct ir3_instruction *instr) in is_alu() function
746 r600_isa_cf_by_opcode(struct r600_isa* isa, unsigned opcode, unsigned is_alu) { in r600_isa_cf_by_opcode() argument751 op = isa->cf_map[is_alu ? opcode + 0x80 : opcode]; in r600_isa_cf_by_opcode()