Searched defs:ir3_instruction (Results 1 – 1 of 1) sorted by relevance
171 struct ir3_instruction { struct172 struct ir3_block *block;173 opc_t opc;174 enum {233 } flags;234 uint8_t repeat;235 uint8_t nop;237 unsigned regs_max;239 unsigned regs_count;240 struct ir3_register **regs;[all …]