Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDcombine.c451 static bool reg_truncated_to_mode (enum machine_mode, rtx);
471 #define RTL_HOOKS_REG_TRUNCATED_TO_MODE reg_truncated_to_mode
6023 || reg_truncated_to_mode (tmode, inner)) in make_extraction()
6814 || (REG_P (x) && reg_truncated_to_mode (mode, x))) in gen_lowpart_or_truncate()
10363 && reg_truncated_to_mode (tmode, XEXP (op0, 0))))) in simplify_comparison()
11126 reg_truncated_to_mode (enum machine_mode mode, rtx x) in reg_truncated_to_mode() function
HDrtl.h2294 bool (*reg_truncated_to_mode) (enum machine_mode, rtx); member
HDrtlanal.c4674 if (REG_P (x) && rtl_hooks.reg_truncated_to_mode (mode, x)) in truncated_to_mode()
HDChangeLog-200610790 (struct rtl_hooks): Add reg_truncated_to_mode hook.
10795 reg_truncated_to_mode.
15746 (reg_truncated_to_mode): New function.