Lines Matching refs:pred
3503 dot_restorereg (int pred) in dot_restorereg() argument
3508 const char * const po = pred ? "restorereg.p" : "restorereg"; in dot_restorereg()
3513 if (pred) in dot_restorereg()
3520 convert_expr_to_ab_reg (&e, &ab, ®, po, 1 + pred); in dot_restorereg()
4039 dot_spillreg (int pred) in dot_spillreg() argument
4044 const char * const po = pred ? "spillreg.p" : "spillreg"; in dot_spillreg()
4049 if (pred) in dot_spillreg()
4056 convert_expr_to_ab_reg (&e, &ab, ®, po, 1 + pred); in dot_spillreg()
4062 convert_expr_to_xy_reg (&e, &xy, &treg, po, 2 + pred); in dot_spillreg()
4071 int pred = (psprel < 0), sep; in dot_spillmem() local
4075 if (pred) in dot_spillmem()
4086 if (pred) in dot_spillmem()
4093 convert_expr_to_ab_reg (&e, &ab, ®, po, 1 + pred); in dot_spillmem()
4101 as_bad (_("Operand %d to .%s must be a constant"), 2 + pred, po); in dot_spillmem()