Home
last modified time | relevance | path

Searched refs:mips_unspec_offset_high (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/mips/
HDmips.c281 static rtx mips_unspec_offset_high (rtx, rtx, rtx, enum mips_symbol_type);
1977 mips_unspec_offset_high (rtx temp, rtx base, rtx addr, in mips_unspec_offset_high() function
2092 tmp2 = mips_unspec_offset_high (NULL, tmp1, loc, SYMBOL_DTPREL); in mips_legitimize_tls_address()
2120 tmp1 = mips_unspec_offset_high (NULL, v1, loc, SYMBOL_TPREL); in mips_legitimize_tls_address()
3395 high = mips_unspec_offset_high (dest, pic_offset_table_rtx, in mips_load_call_address()
/freebsd-11-stable/contrib/gcc/
HDChangeLog-20033424 (mips_unspec_offset_high): New function.
3441 (mips_expand_call): Use mips_unspec_offset_high to calculate the
HDChangeLog-200446313 (mips_unspec_offset_high): Add temporary register argument.