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

/freebsd-10.0-release/contrib/gcc/
H A Dcombine.c454 static bool reg_truncated_to_mode (enum machine_mode, rtx);
475 #define RTL_HOOKS_REG_TRUNCATED_TO_MODE reg_truncated_to_mode
6041 || reg_truncated_to_mode (tmode, inner))
6836 || (REG_P (x) && reg_truncated_to_mode (mode, x)))
10398 && reg_truncated_to_mode (tmode, XEXP (op0, 0)))))
11163 reg_truncated_to_mode (enum machine_mode mode, rtx x)
11121 reg_truncated_to_mode (enum machine_mode mode, rtx x) function
H A Drtl.h2290 bool (*reg_truncated_to_mode) (enum machine_mode, rtx);
2285 bool (*reg_truncated_to_mode) (enum machine_mode, rtx); member in struct:rtl_hooks
H A Drtlanal.c4700 if (REG_P (x) && rtl_hooks.reg_truncated_to_mode (mode, x))

Completed in 202 milliseconds