Home
last modified time | relevance | path

Searched refs:reg_truncated_to_mode (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc482 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 Drtl.h4515 bool (*reg_truncated_to_mode) (machine_mode, const_rtx);
H A DChangeLog-200617875 (struct rtl_hooks): Add reg_truncated_to_mode hook.
17880 reg_truncated_to_mode.
22831 (reg_truncated_to_mode): New function.
H A DChangeLog-200713356 reg_truncated_to_mode): Likewise.
H A DChangeLog-201119745 reg_truncated_to_mode, record_truncated_value): Use it.
H A DChangeLog-201717712 (reg_truncated_to_mode): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c496 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 Drtl.h4376 bool (*reg_truncated_to_mode) (machine_mode, const_rtx);
H A Drtlanal.c5870 if (REG_P (x) && rtl_hooks.reg_truncated_to_mode (mode, x)) in truncated_to_mode()