Searched refs:offset_within_block_p (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | m68k.cc | 2102 && !offset_within_block_p (base, INTVAL (offset))) in m68k_illegitimate_symbolic_constant_p() 2137 && !offset_within_block_p (base, INTVAL (offset) + reach - 1)) in m68k_legitimate_constant_address_p()
|
H A D | m68k.md | 979 && !offset_within_block_p (base, INTVAL (offset)))
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | m68k.c | 2104 && !offset_within_block_p (base, INTVAL (offset))) in m68k_illegitimate_symbolic_constant_p() 2139 && !offset_within_block_p (base, INTVAL (offset) + reach - 1)) in m68k_legitimate_constant_address_p()
|
H A D | m68k.md | 979 && !offset_within_block_p (base, INTVAL (offset)))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | rtl.h | 3613 extern bool offset_within_block_p (const_rtx, HOST_WIDE_INT);
|
H A D | ChangeLog-2007 | 14002 offset_within_block_p, reg_mentioned_p, count_occurrences, 14020 get_integer_term, get_related_value, offset_within_block_p, 27216 (offset_within_block_p): New function, taken from
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | rtl.h | 3474 extern bool offset_within_block_p (const_rtx, HOST_WIDE_INT);
|
H A D | rtlanal.c | 893 offset_within_block_p (const_rtx symbol, HOST_WIDE_INT offset) in offset_within_block_p() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
H A D | sh.cc | 1801 && !offset_within_block_p (base, INTVAL (offset))) in prepare_move_operands() 11497 && !offset_within_block_p (base, INTVAL (offset))) in sh_legitimate_constant_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
H A D | sh.c | 1801 && !offset_within_block_p (base, INTVAL (offset))) in prepare_move_operands() 11491 && !offset_within_block_p (base, INTVAL (offset))) in sh_legitimate_constant_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.cc | 2215 return offset_within_block_p (x, INTVAL (offset)); in mips_symbolic_constant_p() 2233 return offset_within_block_p (x, INTVAL (offset)); in mips_symbolic_constant_p() 17918 return offset_within_block_p (base, INTVAL (offset)); in r10k_safe_address_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.c | 2213 return offset_within_block_p (x, INTVAL (offset)); in mips_symbolic_constant_p() 2231 return offset_within_block_p (x, INTVAL (offset)); in mips_symbolic_constant_p() 17744 return offset_within_block_p (base, INTVAL (offset)); in r10k_safe_address_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.c | 16362 || offset_within_block_p (x, offset))) in aarch64_classify_symbol() 16374 || offset_within_block_p (x, offset))) in aarch64_classify_symbol()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 19473 || offset_within_block_p (x, offset))) in aarch64_classify_symbol() 19490 || offset_within_block_p (x, offset))) in aarch64_classify_symbol()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 9545 && !offset_within_block_p (base, INTVAL (offset))) in arm_cannot_force_const_mem()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 9693 && !offset_within_block_p (base, INTVAL (offset))) in arm_cannot_force_const_mem()
|