Home
last modified time | relevance | path

Searched refs:HOST_WIDE_INT_C (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dhwint.h56 # define HOST_WIDE_INT_C(X) X ## L macro
60 # define HOST_WIDE_INT_C(X) X ## LL macro
66 #define HOST_WIDE_INT_UC(X) HOST_WIDE_INT_C (X ## U)
67 #define HOST_WIDE_INT_0 HOST_WIDE_INT_C (0)
69 #define HOST_WIDE_INT_1 HOST_WIDE_INT_C (1)
71 #define HOST_WIDE_INT_M1 HOST_WIDE_INT_C (-1)
Domp-low.cc13298 < (HOST_WIDE_INT_C (1U) << talign_shift)); in lower_omp_target()
13300 < (HOST_WIDE_INT_C (1U) << talign_shift)); in lower_omp_target()
13383 < (HOST_WIDE_INT_C (1U) << talign_shift)); in lower_omp_target()
13488 < (HOST_WIDE_INT_C (1U) << talign_shift)); in lower_omp_target()
DChangeLog-201221908 (HOST_WIDE_INT_C): New.
DChangeLog-201624447 ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
DChangeLog-201441152 Use HOST_WIDE_INT_C for mask literal.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Daarch-common.cc128 == trunc_int_for_mode (HOST_WIDE_INT_C (0xff00ff00ff00ff), in aarch_rev16_shright_mask_imm_p()
137 == trunc_int_for_mode (HOST_WIDE_INT_C (0xff00ff00ff00ff00), in aarch_rev16_shleft_mask_imm_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-options.cc2889 if (!IN_RANGE (offset, HOST_WIDE_INT_C (-0x80000000), in ix86_option_override_internal()
2890 HOST_WIDE_INT_C (0x7fffffff))) in ix86_option_override_internal()
Di386.h1199 (TARGET_LP64 ? HOST_WIDE_INT_C (0x7fff8000) : HOST_WIDE_INT_1 << 29)
Di386-expand.cc5742 parts[0] = gen_int_mode ((l[0] & HOST_WIDE_INT_C (0xffffffff)) in ix86_split_to_parts()
5743 | ((l[1] & HOST_WIDE_INT_C (0xffffffff)) in ix86_split_to_parts()
5750 = gen_int_mode ((l[2] & HOST_WIDE_INT_C (0xffffffff)) in ix86_split_to_parts()
5751 | ((l[3] & HOST_WIDE_INT_C (0xffffffff)) in ix86_split_to_parts()
Di386.cc6811 || (TARGET_64BIT && to_allocate >= HOST_WIDE_INT_C (0x80000000)) in ix86_compute_frame_layout()
8743 if (TARGET_64BIT && size >= HOST_WIDE_INT_C (0x80000000)) in ix86_expand_prologue()
10019 gcc_assert ((allocate & HOST_WIDE_INT_C (0xffffffff)) == allocate); in ix86_expand_split_stack_prologue()
Di386.md7875 || INTVAL (operands[2]) != HOST_WIDE_INT_C (-0x80000000))
7970 || INTVAL (operands[2]) != HOST_WIDE_INT_C (-0x80000000))
7999 || INTVAL (operands[2]) != HOST_WIDE_INT_C (-0x80000000))
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.h3467 (POINTER_SIZE == 64 ? HOST_WIDE_INT_1 << 37 : HOST_WIDE_INT_C (0x0aaa0000))
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc26788 const HOST_WIDE_INT lower_32bits = HOST_WIDE_INT_C(0xffffffff); in rs6000_split_logical_di()
26790 const HOST_WIDE_INT sign_bit = HOST_WIDE_INT_C(0x80000000); in rs6000_split_logical_di()
26850 HOST_WIDE_INT hi_16bits = value & HOST_WIDE_INT_C(0xffff0000); in rs6000_split_logical_di()
26851 HOST_WIDE_INT lo_16bits = value & HOST_WIDE_INT_C(0x0000ffff); in rs6000_split_logical_di()
27806 = HOST_WIDE_INT_C (0xffffffff00000007); in rs6000_atomic_assign_expand_fenv()
27836 = HOST_WIDE_INT_C (0xffffffff00000000); in rs6000_atomic_assign_expand_fenv()
27867 = HOST_WIDE_INT_C (0xffffffff1fffff00); in rs6000_atomic_assign_expand_fenv()
27869 = HOST_WIDE_INT_C (0x1ff80fff); in rs6000_atomic_assign_expand_fenv()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.cc5508 GEN_INT (HOST_WIDE_INT_C (0xffff0fff0000fff0)), in alpha_trampoline_init()
5520 word1 = GEN_INT (HOST_WIDE_INT_C (0xa77b0010a43b0018)); in alpha_trampoline_init()
5521 word2 = GEN_INT (HOST_WIDE_INT_C (0x47ff041f6bfb0000)); in alpha_trampoline_init()