Searched refs:mips_force_temporary (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/gcc/gcc/config/mips/ |
H A D | mips.c | 280 static rtx mips_force_temporary (rtx, rtx); 1898 mips_force_temporary (rtx dest, rtx value) in mips_force_temporary() function 1921 high = mips_force_temporary (temp, gen_rtx_HIGH (Pmode, copy_rtx (addr))); in mips_split_symbol() 1955 addr = mips_force_temporary (temp, addr); in mips_unspec_offset_high() 1956 return mips_force_temporary (temp, gen_rtx_PLUS (Pmode, addr, base)); in mips_unspec_offset_high() 1985 high = mips_force_temporary (temp, high); in mips_add_offset() 1986 reg = mips_force_temporary (temp, gen_rtx_PLUS (Pmode, high, reg)); in mips_add_offset() 2317 base = mips_force_temporary (dest, base); in mips_legitimize_const_move()
|