Searched refs:subreg_memory_offset (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | emit-rtl.c | 1135 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 D | simplify-rtx.c | 6882 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 D | rtl.h | 3250 extern poly_int64 subreg_memory_offset (machine_mode, machine_mode, 3252 extern poly_int64 subreg_memory_offset (const_rtx);
|
H A D | expmed.c | 749 bitnum += subreg_memory_offset (op0) * BITS_PER_UNIT; in store_bit_field_1()
|
H A D | expr.c | 3652 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 D | emit-rtl.cc | 1136 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 D | simplify-rtx.cc | 4494 && 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 D | rtl.h | 3261 extern poly_int64 subreg_memory_offset (machine_mode, machine_mode, 3263 extern poly_int64 subreg_memory_offset (const_rtx);
|
H A D | expmed.cc | 753 bitnum += subreg_memory_offset (op0) * BITS_PER_UNIT; in store_bit_field_1()
|
H A D | expr.cc | 3848 poly_int64 offset = i * UNITS_PER_WORD + subreg_memory_offset (op); in undefined_operand_subword_p()
|
H A D | ChangeLog-2017 | 1338 (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.
|