Lines Matching refs:i1_reg
85 const struct ir3_register *i1_reg = i1->srcs[i], *i2_reg = i2->srcs[i];
87 if (i1_reg->flags != i2_reg->flags)
90 if (i1_reg->flags & IR3_REG_CONST) {
91 if (i1_reg->flags & IR3_REG_RELATIV) {
92 if (i1_reg->array.offset != i2_reg->array.offset)
95 if (i1_reg->num != i2_reg->num)
98 } else if (i1_reg->flags & IR3_REG_IMMED) {
99 if (i1_reg->uim_val != i2_reg->uim_val)
102 if (i1_reg->flags & IR3_REG_ARRAY) {
103 if (i1_reg->array.offset != i2_reg->array.offset)
106 if (i1_reg->def != i2_reg->def)