Lines Matching refs:tied
87 if (reg->tied) {
88 validate_assert(ctx, reg->tied->tied == reg);
91 if (dst == reg->tied) {
97 found && "tied register not in the same instruction");
133 if (reg->tied) {
134 validate_assert(ctx, reg->tied->tied == reg);
135 validate_assert(ctx, reg_class_flags(reg->tied) == reg_class_flags(reg));
136 validate_assert(ctx, reg->tied->wrmask == reg->wrmask);
138 validate_assert(ctx, reg->tied->array.base == reg->array.base);
139 validate_assert(ctx, reg->tied->size == reg->size);
143 if (src == reg->tied) {
149 found && "tied register not in the same instruction");
181 if (reg->tied) {
253 if (!src->tied && src != instr->address)