Home
last modified time | relevance | path

Searched refs:mips_use_pcrel_pool_p (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dpredicates.md486 && mips_use_pcrel_pool_p[(int) symbol_type]);
H A Dmips.h3224 extern bool mips_use_pcrel_pool_p[];
H A Dmips.cc529 bool mips_use_pcrel_pool_p[NUM_SYMBOL_TYPES]; variable
2272 if (mips_use_pcrel_pool_p[(int) type]) in mips_symbol_insns_1()
2422 if (mips_use_pcrel_pool_p[(int) type]) in mips_cannot_force_const_mem()
8726 memset (mips_use_pcrel_pool_p, '\0', sizeof (mips_use_pcrel_pool_p)); in mips_init_relocs()
8731 mips_use_pcrel_pool_p[SYMBOL_ABSOLUTE] = true; in mips_init_relocs()
8833 mips_use_pcrel_pool_p[SYMBOL_DTPREL] = true; in mips_init_relocs()
8834 mips_use_pcrel_pool_p[SYMBOL_TPREL] = true; in mips_init_relocs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dpredicates.md486 && mips_use_pcrel_pool_p[(int) symbol_type]);
H A Dmips.h3205 extern bool mips_use_pcrel_pool_p[];
H A Dmips.c527 bool mips_use_pcrel_pool_p[NUM_SYMBOL_TYPES]; variable
2270 if (mips_use_pcrel_pool_p[(int) type]) in mips_symbol_insns_1()
2420 if (mips_use_pcrel_pool_p[(int) type]) in mips_cannot_force_const_mem()
8586 memset (mips_use_pcrel_pool_p, '\0', sizeof (mips_use_pcrel_pool_p)); in mips_init_relocs()
8591 mips_use_pcrel_pool_p[SYMBOL_ABSOLUTE] = true; in mips_init_relocs()
8693 mips_use_pcrel_pool_p[SYMBOL_DTPREL] = true; in mips_init_relocs()
8694 mips_use_pcrel_pool_p[SYMBOL_TPREL] = true; in mips_init_relocs()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201234523 (mips_use_pcrel_pool_p, mips_lo_relocs, mips_hi_relocs): Declare.
34524 * config/mips/mips.c (mips_use_pcrel_pool_p): New variable.
34529 (mips_symbol_insns_1): Likewise. Check mips_use_pcrel_pool_p.
34530 (mips_cannot_force_const_mem): Use mips_use_pcrel_pool_p instead of
34535 (mips_init_relocs): Initialize mips_use_pcrel_pool_p.
34541 (force_to_mem_operand): Use mips_use_pcrel_pool_p.