Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dcombine.c451 static bool reg_truncated_to_mode (enum machine_mode, rtx);
471 #define RTL_HOOKS_REG_TRUNCATED_TO_MODE reg_truncated_to_mode
6020 || reg_truncated_to_mode (tmode, inner)) in make_extraction()
6811 || (REG_P (x) && reg_truncated_to_mode (mode, x))) in gen_lowpart_or_truncate()
10360 && reg_truncated_to_mode (tmode, XEXP (op0, 0))))) in simplify_comparison()
11123 reg_truncated_to_mode (enum machine_mode mode, rtx x) in reg_truncated_to_mode() function
Drtl.h2280 bool (*reg_truncated_to_mode) (enum machine_mode, rtx); member
Drtlanal.c4674 if (REG_P (x) && rtl_hooks.reg_truncated_to_mode (mode, x)) in truncated_to_mode()