Home
last modified time | relevance | path

Searched refs:CONST_DOUBLE_LOW (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/
HDfinal.c3605 (unsigned HOST_WIDE_INT) CONST_DOUBLE_LOW (x)); in output_addr_const()
3606 else if (CONST_DOUBLE_LOW (x) < 0) in output_addr_const()
3608 (unsigned HOST_WIDE_INT) CONST_DOUBLE_LOW (x)); in output_addr_const()
3610 fprintf (file, HOST_WIDE_INT_PRINT_DEC, CONST_DOUBLE_LOW (x)); in output_addr_const()
4066 *second = GEN_INT (CONST_DOUBLE_LOW (value)); in split_double()
4070 *first = GEN_INT (CONST_DOUBLE_LOW (value)); in split_double()
HDsimplify-rtx.c94 && CONST_DOUBLE_LOW (x) == 0) in mode_signbit_p()
1341 lv = CONST_DOUBLE_LOW (op), hv = CONST_DOUBLE_HIGH (op); in simplify_const_unary_operation()
1357 lv = CONST_DOUBLE_LOW (op), hv = CONST_DOUBLE_HIGH (op); in simplify_const_unary_operation()
1534 l1 = CONST_DOUBLE_LOW (op), h1 = CONST_DOUBLE_HIGH (op); in simplify_const_unary_operation()
2383 && CONST_DOUBLE_LOW (trueop1) == 0 in simplify_binary_operation_1()
4646 l0u = l0s = CONST_DOUBLE_LOW (trueop0); in simplify_const_relational_operation()
4657 l1u = l1s = CONST_DOUBLE_LOW (trueop1); in simplify_const_relational_operation()
5199 *vp++ = CONST_DOUBLE_LOW (el) >> i; in simplify_immed_subreg()
HDemit-rtl.c197 h = CONST_DOUBLE_LOW (value) ^ CONST_DOUBLE_HIGH (value); in const_double_htab_hash()
217 return (CONST_DOUBLE_LOW (a) == CONST_DOUBLE_LOW (b) in const_double_htab_eq()
493 r.low = CONST_DOUBLE_LOW (cst); in rtx_to_double_int()
555 CONST_DOUBLE_LOW (value) = i0; in immed_double_const()
HDsched-vis.c450 (unsigned HOST_WIDE_INT) CONST_DOUBLE_LOW (x), in print_value()
HDexplow.c104 unsigned HOST_WIDE_INT l1 = CONST_DOUBLE_LOW (x); in plus_constant()
HDexpmed.c3152 && CONST_DOUBLE_LOW (op1) > 0) in expand_mult()
3153 coeff = CONST_DOUBLE_LOW (op1); in expand_mult()
3154 else if (CONST_DOUBLE_LOW (op1) == 0 in expand_mult()
4979 CONST_DOUBLE_LOW (x), CONST_DOUBLE_HIGH (x)); in make_tree()
HDcselib.c1111 hash += ((unsigned) CONST_DOUBLE_LOW (x) in cselib_hash_rtx()
HDrtl.h1126 #define CONST_DOUBLE_LOW(r) XCMWINT (r, 0, CONST_DOUBLE, VOIDmode) macro
HDrtl.def1005 `lval' - CONST_DOUBLE_LOW(op), if op is an integer CONST_DOUBLE.
HDcse.c2351 hash += ((unsigned int) CONST_DOUBLE_LOW (x) in hash_rtx_cb()
HDvarasm.c3446 hwi = CONST_DOUBLE_LOW (x) ^ CONST_DOUBLE_HIGH (x); in const_rtx_hash_1()
HDdwarf2out.c14478 CONST_DOUBLE_HIGH (rtl), CONST_DOUBLE_LOW (rtl)); in add_const_value_attribute()
/dragonfly/contrib/gcc-8.0/gcc/
HDfinal.c4157 (unsigned HOST_WIDE_INT) CONST_DOUBLE_LOW (x)); in output_addr_const()
4158 else if (CONST_DOUBLE_LOW (x) < 0) in output_addr_const()
4160 (unsigned HOST_WIDE_INT) CONST_DOUBLE_LOW (x)); in output_addr_const()
4162 fprintf (file, HOST_WIDE_INT_PRINT_DEC, CONST_DOUBLE_LOW (x)); in output_addr_const()
HDemit-rtl.c294 h = CONST_DOUBLE_LOW (value) ^ CONST_DOUBLE_HIGH (value); in hash()
314 return (CONST_DOUBLE_LOW (a) == CONST_DOUBLE_LOW (b) in equal()
609 r.low = CONST_DOUBLE_LOW (cst); in rtx_to_double_int()
718 CONST_DOUBLE_LOW (value) = i0; in immed_double_const()
HDprint-rtl.c1659 (unsigned HOST_WIDE_INT) CONST_DOUBLE_LOW (x), in print_value()
HDrtl.h1964 #define CONST_DOUBLE_LOW(r) XCMWINT (r, 0, CONST_DOUBLE, VOIDmode) macro
2263 return wi::storage_ref (&CONST_DOUBLE_LOW (x.first), 2, precision);
HDcselib.c1151 hash += ((unsigned) CONST_DOUBLE_LOW (x) in cselib_hash_rtx()
HDrtlanal.c6055 *second = GEN_INT (CONST_DOUBLE_LOW (value)); in split_double()
6059 *first = GEN_INT (CONST_DOUBLE_LOW (value)); in split_double()
HDsimplify-rtx.c110 && CONST_DOUBLE_LOW (x) == 0) in mode_signbit_p()
6042 *vp++ = CONST_DOUBLE_LOW (el) >> i; in simplify_immed_subreg()
HDrtl.def1042 `lval' - CONST_DOUBLE_LOW(op), if op is an integer CONST_DOUBLE.
HDcse.c2340 hash += ((unsigned int) CONST_DOUBLE_LOW (x) in hash_rtx_cb()
HDvarasm.c3693 hwi = CONST_DOUBLE_LOW (x) ^ CONST_DOUBLE_HIGH (x); in const_rtx_hash_1()
HDexpmed.c5285 wide_int::from_array (&CONST_DOUBLE_LOW (x), 2, in make_tree()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDrtl.texi1515 @findex CONST_DOUBLE_LOW
1518 @code{CONST_DOUBLE_LOW} and @var{i1} with @code{CONST_DOUBLE_HIGH}.
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDi386.c13244 if (CONST_DOUBLE_HIGH (x) || CONST_DOUBLE_LOW (x) < 0) in output_pic_addr_const()
13247 (unsigned long) CONST_DOUBLE_LOW (x)); in output_pic_addr_const()
13249 fprintf (file, HOST_WIDE_INT_PRINT_DEC, CONST_DOUBLE_LOW (x)); in output_pic_addr_const()

12