Searched defs:is_alu (Results 1 – 3 of 3) sorted by relevance
256 bool is_alu = ins->type == TAG_ALU_4; in mir_print_instruction() local
746 r600_isa_cf_by_opcode(struct r600_isa* isa, unsigned opcode, unsigned is_alu) { in r600_isa_cf_by_opcode()
739 static inline bool is_alu(struct ir3_instruction *instr) in is_alu() function