Home
last modified time | relevance | path

Searched refs:mips_force_temporary (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc3089 mips_force_temporary (rtx dest, rtx value) in mips_force_temporary() function
3204 addr = mips_force_temporary (temp, addr); in mips_unspec_offset_high()
3205 base = mips_force_temporary (temp, gen_rtx_PLUS (Pmode, addr, base)); in mips_unspec_offset_high()
3394 high = mips_force_temporary (temp, high); in mips_split_symbol()
3430 high = mips_force_temporary (temp, high); in mips_add_offset()
3431 reg = mips_force_temporary (temp, gen_rtx_PLUS (Pmode, high, reg)); in mips_add_offset()
3717 base = mips_force_temporary (dest, base); in mips_legitimize_const_move()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c3087 mips_force_temporary (rtx dest, rtx value) in mips_force_temporary() function
3199 addr = mips_force_temporary (temp, addr); in mips_unspec_offset_high()
3200 base = mips_force_temporary (temp, gen_rtx_PLUS (Pmode, addr, base)); in mips_unspec_offset_high()
3383 high = mips_force_temporary (temp, high); in mips_split_symbol()
3419 high = mips_force_temporary (temp, high); in mips_add_offset()
3420 reg = mips_force_temporary (temp, gen_rtx_PLUS (Pmode, high, reg)); in mips_add_offset()
3706 base = mips_force_temporary (dest, base); in mips_legitimize_const_move()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20073397 (mips_force_temporary): Remove an unnecessary copy_rtx.
12267 (mips_force_temporary): Use mips_emit_move instead of emit_move_insn.
15315 * config/mips/mips.c (mips_force_temporary): Likewise.
H A DChangeLog-20033421 (mips_force_temporary): Only use the given temporary if no_new_pseudos.
24597 (mips_force_temporary): Remove MODE argument. Expect VALUE to
24708 mips_fetch_insns, mips_force_temporary, mips_add_offset,