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

/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c1668 c6x_subword (rtx op, bool high_p)
1677 if (TARGET_BIG_ENDIAN ? !high_p : high_p)
1658 c6x_subword(rtx op, bool high_p) argument
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c22598 ix86_expand_sse_unpack (rtx dest, rtx src, bool unsigned_p, bool high_p)
22618 = high_p ? gen_vec_extract_hi_v64qi : gen_vec_extract_lo_v64qi;
22627 = high_p ? gen_vec_extract_hi_v32qi : gen_vec_extract_lo_v32qi;
22636 = high_p ? gen_vec_extract_hi_v32hi : gen_vec_extract_lo_v32hi;
22645 = high_p ? gen_vec_extract_hi_v16hi : gen_vec_extract_lo_v16hi;
22654 = high_p ? gen_vec_extract_hi_v16si : gen_vec_extract_lo_v16si;
22663 = high_p ? gen_vec_extract_hi_v8si : gen_vec_extract_lo_v8si;
22692 else if (high_p)
22712 if (high_p)
22718 if (high_p)
22567 ix86_expand_sse_unpack(rtx dest, rtx src, bool unsigned_p, bool high_p) argument
49944 ix86_expand_vec_interleave(rtx targ, rtx op0, rtx op1, bool high_p) argument
50205 ix86_expand_mul_widen_hilo(rtx dest, rtx op1, rtx op2, bool uns_p, bool high_p) argument
[all...]
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c4495 mips_subword (rtx op, bool high_p)
4504 if (TARGET_BIG_ENDIAN ? !high_p : high_p)
4512 offset = (UNITS_PER_WORD < UNITS_PER_HWFPVALUE ? high_p : byte != 0);
19059 mips_expand_vec_unpack (rtx operands[2], bool unsigned_p, bool high_p)
19069 if (high_p)
19076 if (high_p)
4471 mips_subword(rtx op, bool high_p) argument
18981 mips_expand_vec_unpack(rtx operands[2], bool unsigned_p, bool high_p) argument

Completed in 366 milliseconds