Searched refs:gen_lowpart_general (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Drtlhooks-def.h26 #define RTL_HOOKS_GEN_LOWPART gen_lowpart_general
41 extern rtx gen_lowpart_general (enum machine_mode, rtx);
H A Drtlhooks.c42 gen_lowpart_general (enum machine_mode mode, rtx x)
71 return gen_lowpart_general (mode, force_reg (GET_MODE (x), x));
135 This is similar to gen_lowpart_general. */
41 gen_lowpart_general (enum machine_mode mode, rtx x) function

Completed in 99 milliseconds