Home | History | Annotate | Download | only in config

Lines Matching full:treg

1642 		  int treg,
1649 bytes[2] = (((y & 1) << 7) | (treg & 0x7f));
1686 int treg,
1694 bytes[3] = (((y & 1) << 7) | (treg & 0x7f));
4042 unsigned int qp, ab, xy, reg, treg;
4062 convert_expr_to_xy_reg (&e, &xy, &treg, po, 2 + pred);
4064 add_unwind_entry (output_spill_reg (ab, reg, treg, xy, qp), sep);