Searched defs:ir3_instruction (Results 1 – 2 of 2) sorted by relevance
348 struct ir3_instruction { struct351 BITMASK_ENUM(ir3_instruction_flags) flags; argument352 uint8_t repeat;353 uint8_t nop;355 unsigned srcs_max, dsts_max;357 unsigned srcs_count, dsts_count;358 struct ir3_register **dsts;359 struct ir3_register **srcs;360 union {465 uint32_t ip;[all …]
189 bool (*cond)(struct ir3_instruction *, in sched_check_src_cond()