Searched refs:tocrel_base (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-p8swap.c507 const_rtx tocrel_base;
576 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NULL))
578 split_const (XVECEXP (tocrel_base, 0, 0), &base, &offset);
1362 to set tocrel_base; otherwise it would be unnecessary as we've
1365 const_rtx tocrel_base; local
1370 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NULL))
1372 split_const (XVECEXP (tocrel_base, 0, 0), &base, &offset);
1870 to set tocrel_base; otherwise it would be unnecessary as we've
1874 const_rtx tocrel_base; local
1880 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NUL
[all...]
H A Drs6000.c8079 const_rtx tocrel_base = op;
8084 tocrel_base = XEXP (op, 0);
8089 *tocrel_base_ret = tocrel_base;
8093 return (GET_CODE (tocrel_base) == UNSPEC local
8094 && XINT (tocrel_base, 1) == UNSPEC_TOCREL
8095 && REG_P (XVECEXP (tocrel_base, 0, 1))
8096 && REGNO (XVECEXP (tocrel_base, 0, 1)) == TOC_REGISTER);
8106 const_rtx tocrel_base, tocrel_offset;
8107 return (toc_relative_expr_p (x, strict, &tocrel_base, &tocrel_offset)
8109 || constant_pool_expr_p (XVECEXP (tocrel_base,
8066 const_rtx tocrel_base = op; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-p8swap.cc528 const_rtx tocrel_base;
598 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NULL))
600 split_const (XVECEXP (tocrel_base, 0, 0), &base, &offset);
1382 to set tocrel_base; otherwise it would be unnecessary as we've
1385 const_rtx tocrel_base; local
1390 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NULL))
1392 split_const (XVECEXP (tocrel_base, 0, 0), &base, &offset);
1891 to set tocrel_base; otherwise it would be unnecessary as we've
1895 const_rtx tocrel_base; local
1901 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NUL
[all...]
H A Drs6000.cc8786 const_rtx tocrel_base = op;
8791 tocrel_base = XEXP (op, 0);
8796 *tocrel_base_ret = tocrel_base;
8800 return (GET_CODE (tocrel_base) == UNSPEC local
8801 && XINT (tocrel_base, 1) == UNSPEC_TOCREL
8802 && REG_P (XVECEXP (tocrel_base, 0, 1))
8803 && REGNO (XVECEXP (tocrel_base, 0, 1)) == TOC_REGISTER);
8813 const_rtx tocrel_base, tocrel_offset;
8814 return (toc_relative_expr_p (x, strict, &tocrel_base, &tocrel_offset)
8816 || constant_pool_expr_p (XVECEXP (tocrel_base,
8773 const_rtx tocrel_base = op; local
[all...]

Completed in 303 milliseconds