Searched defs:ir3_instruction (Results 1 – 2 of 2) sorted by relevance
356 struct ir3_instruction { struct359 BITMASK_ENUM(ir3_instruction_flags) flags; argument360 uint8_t repeat;361 uint8_t nop;363 unsigned srcs_max, dsts_max;365 unsigned srcs_count, dsts_count;366 struct ir3_register **dsts;367 struct ir3_register **srcs;368 union {472 uint32_t ip;[all …]
171 sched_check_src_cond(struct ir3_instruction *instr, in sched_check_src_cond()172 bool (*cond)(struct ir3_instruction *, in sched_check_src_cond()