Searched refs:toc_relative_expr_p (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000-protos.h | 42 extern bool toc_relative_expr_p (const_rtx, bool, const_rtx *, const_rtx *);
|
| D | rs6000-p8swap.cc | 598 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NULL)) in const_load_sequence_p() 1390 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NULL)) in adjust_vperm() 1901 if (!toc_relative_expr_p (tocrel_expr, false, &tocrel_base, NULL)) in replace_swapped_load_constant()
|
| D | rs6000.cc | 8744 toc_relative_expr_p (const_rtx op, bool strict, const_rtx *tocrel_base_ret, in toc_relative_expr_p() function 8793 return (toc_relative_expr_p (x, strict, &tocrel_base, &tocrel_offset) in legitimate_constant_pool_address_p() 10893 && !toc_relative_expr_p (operands[1], false, NULL, NULL) in rs6000_emit_move() 14214 else if (toc_relative_expr_p (x, false, in print_operand() 14319 else if (toc_relative_expr_p (x, false, &tocrel_base_oac, &tocrel_offset_oac)) in print_operand_address()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2012 | 24116 * config/rs6000/rs6000-protos.h (toc_relative_expr_p): Update prototype. 24120 (toc_relative_expr_p): ..here. Add "strict" param. Match new rtl
|
| D | ChangeLog-2017 | 25865 * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base 25870 tocrel_offset and use in toc_relative_expr_p call.
|
| D | ChangeLog-2008 | 4432 (toc_relative_expr_p): Likewise, checking for an UNSPEC_TOCREL
|
| D | ChangeLog-2003 | 24066 (toc_relative_expr_p): Likewise.
|
| D | ChangeLog-2005 | 30593 (toc_relative_expr_p): Not static.
|
| D | ChangeLog-2016 | 16305 * config/rs6000/rs6000.c (toc_relative_expr_p): Allow (lo_sum (high))
|
| D | ChangeLog-2018 | 12434 * config/rs6000/rs6000.c (toc_relative_expr_p): Check that the base is
|
| D | ChangeLog-2010 | 25809 (toc_relative_expr_p): Set them here.
|
| D | ChangeLog-2013 | 18924 * config/rs6000/rs6000.c (toc_relative_expr_p): Use add_cint_operand.
|