Home
last modified time | relevance | path

Searched refs:mips_split_hi_p (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dpredicates.md440 && !mips_split_hi_p[symbol_type]);
H A Dmips.h3223 extern bool mips_split_hi_p[];
H A Dmips.cc525 bool mips_split_hi_p[NUM_SYMBOL_TYPES]; variable
3357 && mips_split_hi_p[symbol_type]) in mips_split_symbol()
8725 memset (mips_split_hi_p, '\0', sizeof (mips_split_hi_p)); in mips_init_relocs()
8793 mips_split_hi_p[SYMBOL_GOT_PAGE_OFST] = true; in mips_init_relocs()
H A Dmips.md4631 "TARGET_EXPLICIT_RELOCS && !mips_split_hi_p[SYMBOL_GOT_PAGE_OFST]"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dpredicates.md440 && !mips_split_hi_p[symbol_type]);
H A Dmips.h3204 extern bool mips_split_hi_p[];
H A Dmips.c523 bool mips_split_hi_p[NUM_SYMBOL_TYPES]; variable
3346 && mips_split_hi_p[symbol_type]) in mips_split_symbol()
8585 memset (mips_split_hi_p, '\0', sizeof (mips_split_hi_p)); in mips_init_relocs()
8653 mips_split_hi_p[SYMBOL_GOT_PAGE_OFST] = true; in mips_init_relocs()
H A Dmips.md4621 "TARGET_EXPLICIT_RELOCS && !mips_split_hi_p[SYMBOL_GOT_PAGE_OFST]"
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200811025 (mips_split_hi_p): Declare.
11026 * config/mips/mips.c (mips_split_hi_p): New array.
11089 (mips_init_relocs): Clear mips_split_hi_p. Only use %gp_rel if
11117 (*got_page<mode>): Check mips_split_hi_p.
11138 (move_operand): Reject HIGHs if mips_split_hi_p.