Searched defs:high_p (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-base.cc | 2322 CONSTEXPR svunpk_impl (bool high_p) : m_high_p (high_p) {} in svunpk_impl() 2334 bool high_p = BYTES_BIG_ENDIAN ? !m_high_p : m_high_p; in fold() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-base.cc | 2311 CONSTEXPR svunpk_impl (bool high_p) : m_high_p (high_p) {} in svunpk_impl() 2323 bool high_p = BYTES_BIG_ENDIAN ? !m_high_p : m_high_p; in fold() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-expand.c | 739 ix86_split_mmx_punpck (rtx operands[], bool high_p) in ix86_split_mmx_punpck() 4932 ix86_expand_sse_unpack (rtx dest, rtx src, bool unsigned_p, bool high_p) in ix86_expand_sse_unpack() 19490 ix86_expand_vec_interleave (rtx targ, rtx op0, rtx op1, bool high_p) in ix86_expand_vec_interleave() 19751 bool uns_p, bool high_p) in ix86_expand_mul_widen_hilo()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-expand.cc | 991 ix86_split_mmx_punpck (rtx operands[], bool high_p) in ix86_split_mmx_punpck() 5374 ix86_expand_sse_unpack (rtx dest, rtx src, bool unsigned_p, bool high_p) in ix86_expand_sse_unpack() 22245 ix86_expand_vec_interleave (rtx targ, rtx op0, rtx op1, bool high_p) in ix86_expand_vec_interleave() 22711 bool uns_p, bool high_p) in ix86_expand_mul_widen_hilo()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv.cc | 2196 riscv_subword (rtx op, bool high_p) in riscv_subword()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv.c | 1851 riscv_subword (rtx op, bool high_p) in riscv_subword()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | loongarch.cc | 3151 loongarch_subword (rtx op, bool high_p) in loongarch_subword()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.cc | 7051 s390_expand_merge_perm_const (machine_mode mode, bool high_p) in s390_expand_merge_perm_const() 7067 s390_expand_merge (rtx target, rtx src1, rtx src2, bool high_p) in s390_expand_merge()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.c | 1608 c6x_subword (rtx op, bool high_p) in c6x_subword()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.cc | 1610 c6x_subword (rtx op, bool high_p) in c6x_subword()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.cc | 4718 mips_subword (rtx op, bool high_p) in mips_subword() 21911 mips_expand_vec_unpack (rtx operands[2], bool unsigned_p, bool high_p) in mips_expand_vec_unpack() 22010 mips_msa_vec_parallel_const_half (machine_mode mode, bool high_p) in mips_msa_vec_parallel_const_half()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.c | 4707 mips_subword (rtx op, bool high_p) in mips_subword() 21718 mips_expand_vec_unpack (rtx operands[2], bool unsigned_p, bool high_p) in mips_expand_vec_unpack() 21817 mips_msa_vec_parallel_const_half (machine_mode mode, bool high_p) in mips_msa_vec_parallel_const_half()
|