Searched defs:ir3_instruction (Results 1 – 1 of 1) sorted by relevance
152 struct ir3_instruction { struct153 struct ir3_block *block;154 opc_t opc;155 enum {209 } flags;210 int repeat;212 unsigned regs_max;214 unsigned regs_count;215 struct ir3_register **regs;216 union {[all …]