Searched defs:ir3_instruction (Results 1 – 2 of 2) sorted by relevance
232 struct ir3_instruction { struct233 struct ir3_block *block;234 opc_t opc;235 enum {296 } flags;297 uint8_t repeat;298 uint8_t nop;300 unsigned srcs_max, dsts_max;302 unsigned srcs_count, dsts_count;303 struct ir3_register **dsts;[all …]
182 bool (*cond)(struct ir3_instruction *, in sched_check_src_cond()