Searched refs:force_offsettable (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
H A D | arc.cc | 9059 force_offsettable (rtx addr, HOST_WIDE_INT size, bool reuse) in force_offsettable() function 9123 dst_addr = force_offsettable (XEXP (operands[0], 0), size, 0); in arc_expand_cpymem() 9124 src_addr = force_offsettable (XEXP (operands[1], 0), size, 0); in arc_expand_cpymem() 9141 dst_addr = force_offsettable (dst_addr, piece, 1); in arc_expand_cpymem() 9142 src_addr = force_offsettable (src_addr, piece, 1); in arc_expand_cpymem()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
H A D | arc.c | 9059 force_offsettable (rtx addr, HOST_WIDE_INT size, bool reuse) in force_offsettable() function 9123 dst_addr = force_offsettable (XEXP (operands[0], 0), size, 0); in arc_expand_cpymem() 9124 src_addr = force_offsettable (XEXP (operands[1], 0), size, 0); in arc_expand_cpymem() 9141 dst_addr = force_offsettable (dst_addr, piece, 1); in arc_expand_cpymem() 9142 src_addr = force_offsettable (src_addr, piece, 1); in arc_expand_cpymem()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2017 | 37094 (force_offsettable): Look at base, not at addr.
|