Home
last modified time | relevance | path

Searched refs:CONST_WIDE_INT_ELT (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Drtlhash.c56 hstate.add_object (CONST_WIDE_INT_ELT (x, i)); in add_rtx()
H A Demit-rtl.c235 hash += CONST_WIDE_INT_ELT (xr, i); in hash()
254 if (CONST_WIDE_INT_ELT (xr, i) != CONST_WIDE_INT_ELT (yr, i)) in equal()
672 CONST_WIDE_INT_ELT (value, i) = v.elt (i); in immed_wide_int_const_1()
H A Drtlanal.c6024 *first = GEN_INT (CONST_WIDE_INT_ELT (value, 1)); in split_double()
6025 *second = GEN_INT (CONST_WIDE_INT_ELT (value, 0)); in split_double()
6029 *first = GEN_INT (CONST_WIDE_INT_ELT (value, 0)); in split_double()
6030 *second = GEN_INT (CONST_WIDE_INT_ELT (value, 1)); in split_double()
H A Dprint-rtl.c1632 (unsigned HOST_WIDE_INT) CONST_WIDE_INT_ELT (x, i)); in print_value()
H A Drtl.h1949 #define CONST_WIDE_INT_ELT(RTX, N) CWI_ELT (RTX, N) macro
2258 return wi::storage_ref (&CONST_WIDE_INT_ELT (x.first, 0),
H A Dcselib.c1134 hash += CONST_WIDE_INT_ELT (x, i); in cselib_hash_rtx()
H A Dvar-tracking.c3607 if (CONST_WIDE_INT_ELT (x, j) < CONST_WIDE_INT_ELT (y, j)) in loc_cmp()
3609 if (CONST_WIDE_INT_ELT (x, j) > CONST_WIDE_INT_ELT (y, j)) in loc_cmp()
H A Drecog.c1198 = CONST_WIDE_INT_ELT (op, CONST_WIDE_INT_NUNITS (op) - 1); in const_scalar_int_operand()
H A Dsimplify-rtx.c100 if (CONST_WIDE_INT_ELT (x, i) != 0) in mode_signbit_p()
102 val = CONST_WIDE_INT_ELT (x, elts - 1); in mode_signbit_p()
H A Dfinal.c4141 wide_int w = wide_int::from_array (&CONST_WIDE_INT_ELT (x, 0), in output_addr_const()
H A Dcse.c2323 hash += CONST_WIDE_INT_ELT (x, i); in hash_rtx_cb()
H A Dvarasm.c3686 hwi ^= CONST_WIDE_INT_ELT (x, i); in const_rtx_hash_1()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dpredicates.md358 return (x86_64_immediate_operand (GEN_INT (CONST_WIDE_INT_ELT (op, 0)),
360 && x86_64_immediate_operand (GEN_INT (CONST_WIDE_INT_ELT (op,
385 && CONST_WIDE_INT_ELT (op, 1) == 0
386 && (trunc_int_for_mode (CONST_WIDE_INT_ELT (op, 0), SImode)
387 == (HOST_WIDE_INT) CONST_WIDE_INT_ELT (op, 0)));