Searched refs:reg_truncated_to_mode (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | combine.cc | 482 static bool reg_truncated_to_mode (machine_mode, const_rtx); 502 #define RTL_HOOKS_REG_TRUNCATED_TO_MODE reg_truncated_to_mode 7589 || reg_truncated_to_mode (tmode, inner)) in make_extraction() 8587 && !(REG_P (x) && reg_truncated_to_mode (mode, x))) in gen_lowpart_or_truncate() 13477 reg_truncated_to_mode (machine_mode mode, const_rtx x) in reg_truncated_to_mode() function
|
H A D | rtl.h | 4515 bool (*reg_truncated_to_mode) (machine_mode, const_rtx);
|
H A D | ChangeLog-2006 | 17875 (struct rtl_hooks): Add reg_truncated_to_mode hook. 17880 reg_truncated_to_mode. 22831 (reg_truncated_to_mode): New function.
|
H A D | ChangeLog-2007 | 13356 reg_truncated_to_mode): Likewise.
|
H A D | ChangeLog-2011 | 19745 reg_truncated_to_mode, record_truncated_value): Use it.
|
H A D | ChangeLog-2017 | 17712 (reg_truncated_to_mode): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | combine.c | 496 static bool reg_truncated_to_mode (machine_mode, const_rtx); 516 #define RTL_HOOKS_REG_TRUNCATED_TO_MODE reg_truncated_to_mode 7716 || reg_truncated_to_mode (tmode, inner)) in make_extraction() 8714 && !(REG_P (x) && reg_truncated_to_mode (mode, x))) in gen_lowpart_or_truncate() 13583 reg_truncated_to_mode (machine_mode mode, const_rtx x) in reg_truncated_to_mode() function
|
H A D | rtl.h | 4376 bool (*reg_truncated_to_mode) (machine_mode, const_rtx);
|
H A D | rtlanal.c | 5870 if (REG_P (x) && rtl_hooks.reg_truncated_to_mode (mode, x)) in truncated_to_mode()
|