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

/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x-protos.h40 extern rtx c6x_subword (rtx, bool);
H A Dc6x.c1668 c6x_subword (rtx op, bool high_p)
1708 lo_half[num] = c6x_subword (op, false);
1709 hi_half[num] = c6x_subword (op, true);
1658 c6x_subword (rtx op, bool high_p) function

Completed in 169 milliseconds