Home
last modified time | relevance | path

Searched refs:subreg_memory_offset (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Demit-rtl.c1135 subreg_memory_offset (machine_mode outer_mode, machine_mode inner_mode, in subreg_memory_offset() function
1151 subreg_memory_offset (const_rtx x) in subreg_memory_offset() function
1153 return subreg_memory_offset (GET_MODE (x), GET_MODE (SUBREG_REG (x)), in subreg_memory_offset()
H A Dsimplify-rtx.c6882 poly_int64 mem_offset = subreg_memory_offset (outermode, in simplify_subreg()
6884 poly_int64 op_mem_offset = subreg_memory_offset (op); in simplify_subreg()
6898 poly_int64 required_offset = subreg_memory_offset (outermode, in simplify_subreg()
6944 subreg_memory_offset (outermode, in simplify_subreg()
H A Drtl.h3250 extern poly_int64 subreg_memory_offset (machine_mode, machine_mode,
3252 extern poly_int64 subreg_memory_offset (const_rtx);
H A Dexpmed.c749 bitnum += subreg_memory_offset (op0) * BITS_PER_UNIT; in store_bit_field_1()
H A Dexpr.c3652 poly_int64 offset = i * UNITS_PER_WORD + subreg_memory_offset (op); in undefined_operand_subword_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Demit-rtl.cc1136 subreg_memory_offset (machine_mode outer_mode, machine_mode inner_mode, in subreg_memory_offset() function
1152 subreg_memory_offset (const_rtx x) in subreg_memory_offset() function
1154 return subreg_memory_offset (GET_MODE (x), GET_MODE (SUBREG_REG (x)), in subreg_memory_offset()
H A Dsimplify-rtx.cc4494 && constant_multiple_p (subreg_memory_offset (trueop0), in simplify_binary_operation_1()
7419 poly_int64 mem_offset = subreg_memory_offset (outermode, in simplify_subreg()
7421 poly_int64 op_mem_offset = subreg_memory_offset (op); in simplify_subreg()
7435 poly_int64 required_offset = subreg_memory_offset (outermode, in simplify_subreg()
7481 subreg_memory_offset (outermode, in simplify_subreg()
H A Drtl.h3261 extern poly_int64 subreg_memory_offset (machine_mode, machine_mode,
3263 extern poly_int64 subreg_memory_offset (const_rtx);
H A Dexpmed.cc753 bitnum += subreg_memory_offset (op0) * BITS_PER_UNIT; in store_bit_field_1()
H A Dexpr.cc3848 poly_int64 offset = i * UNITS_PER_WORD + subreg_memory_offset (op); in undefined_operand_subword_p()
H A DChangeLog-20171338 (subreg_memory_offset): Likewise. Take the subreg offset as a
1349 (subreg_memory_offset): Likewise. Take the subreg offset as a
17258 * rtl.h (subreg_memory_offset): Declare.
17259 * emit-rtl.c (subreg_memory_offset): New function.