Searched defs:ir3_instruction (Results 1 – 2 of 2) sorted by relevance
258 struct ir3_instruction { struct259 struct ir3_block *block;260 opc_t opc;261 enum {321 } flags;322 uint8_t repeat;323 uint8_t nop;325 unsigned srcs_max, dsts_max;327 unsigned srcs_count, dsts_count;328 struct ir3_register **dsts;[all …]
189 bool (*cond)(struct ir3_instruction *, in sched_check_src_cond()