Searched defs:ir2_instruction (Results 1 – 1 of 1) sorted by relevance
60 struct ir2_instruction { struct61 struct ir2_shader *shader;62 enum {65 } instr_type;66 enum ir2_pred pred;67 int sync;68 unsigned regs_count;69 struct ir2_register *regs[5];70 union {