Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/gcc/
HDvmsdbgout.c476 CONST_DOUBLE_HIGH (x), CONST_DOUBLE_LOW (x)); in addr_const_to_string()
477 else if (CONST_DOUBLE_LOW (x) < 0) in addr_const_to_string()
478 sprintf (buf1, HOST_WIDE_INT_PRINT_HEX, CONST_DOUBLE_LOW (x)); in addr_const_to_string()
481 CONST_DOUBLE_LOW (x)); in addr_const_to_string()
HDfinal.c3248 CONST_DOUBLE_HIGH (x), CONST_DOUBLE_LOW (x)); in output_addr_const()
3249 else if (CONST_DOUBLE_LOW (x) < 0) in output_addr_const()
3250 fprintf (file, HOST_WIDE_INT_PRINT_HEX, CONST_DOUBLE_LOW (x)); in output_addr_const()
3252 fprintf (file, HOST_WIDE_INT_PRINT_DEC, CONST_DOUBLE_LOW (x)); in output_addr_const()
3588 *second = GEN_INT (CONST_DOUBLE_LOW (value)); in split_double()
3592 *first = GEN_INT (CONST_DOUBLE_LOW (value)); in split_double()
HDsimplify-rtx.c96 && CONST_DOUBLE_LOW (x) == 0) in mode_signbit_p()
949 lv = CONST_DOUBLE_LOW (op), hv = CONST_DOUBLE_HIGH (op); in simplify_const_unary_operation()
965 lv = CONST_DOUBLE_LOW (op), hv = CONST_DOUBLE_HIGH (op); in simplify_const_unary_operation()
1121 l1 = CONST_DOUBLE_LOW (op), h1 = CONST_DOUBLE_HIGH (op); in simplify_const_unary_operation()
1924 && CONST_DOUBLE_LOW (trueop1) == 0 in simplify_binary_operation_1()
2881 l1 = CONST_DOUBLE_LOW (op0), h1 = CONST_DOUBLE_HIGH (op0); in simplify_const_binary_operation()
2886 l2 = CONST_DOUBLE_LOW (op1), h2 = CONST_DOUBLE_HIGH (op1); in simplify_const_binary_operation()
3822 l0u = l0s = CONST_DOUBLE_LOW (trueop0); in simplify_const_relational_operation()
3833 l1u = l1s = CONST_DOUBLE_LOW (trueop1); in simplify_const_relational_operation()
4307 *vp++ = CONST_DOUBLE_LOW (el) >> i; in simplify_immed_subreg()
HDsched-vis.c435 (unsigned HOST_WIDE_INT) CONST_DOUBLE_LOW (x), in print_value()
HDemit-rtl.c220 h = CONST_DOUBLE_LOW (value) ^ CONST_DOUBLE_HIGH (value); in const_double_htab_hash()
240 return (CONST_DOUBLE_LOW (a) == CONST_DOUBLE_LOW (b) in const_double_htab_eq()
480 CONST_DOUBLE_LOW (value) = i0; in immed_double_const()
HDcselib.c611 hash += ((unsigned) CONST_DOUBLE_LOW (x) in cselib_hash_rtx()
HDexplow.c103 unsigned HOST_WIDE_INT l1 = CONST_DOUBLE_LOW (x); in plus_constant()
HDexpmed.c3167 coeff = CONST_DOUBLE_LOW (op1); in expand_mult()
3168 else if (CONST_DOUBLE_LOW (op1) == 0 in expand_mult()
4962 CONST_DOUBLE_LOW (x), CONST_DOUBLE_HIGH (x)); in make_tree()
HDrtl.h1020 #define CONST_DOUBLE_LOW(r) XCMWINT (r, 0, CONST_DOUBLE, VOIDmode) macro
HDvarasm.c3084 hwi = CONST_DOUBLE_LOW (x) ^ CONST_DOUBLE_HIGH (x); in const_rtx_hash_1()
HDrtl.def939 `lval' - CONST_DOUBLE_LOW(op), if op is an integer CONST_DOUBLE.
HDdwarf2out.c9939 CONST_DOUBLE_HIGH (rtl), CONST_DOUBLE_LOW (rtl)); in add_const_value_attribute()
9969 lo = CONST_DOUBLE_LOW (elt); in add_const_value_attribute()
HDcombine.c2019 olo = CONST_DOUBLE_LOW (outer); in try_combine()
2030 ilo = CONST_DOUBLE_LOW (inner); in try_combine()
HDcse.c2276 hash += ((unsigned int) CONST_DOUBLE_LOW (x) in hash_rtx()
HDChangeLog-19971250 pick apart floating point values, instead of using CONST_DOUBLE_LOW
/freebsd-11-stable/contrib/gcc/config/sparc/
HDpredicates.md55 && (unsigned) CONST_DOUBLE_LOW (op) - 0xFFFFF000 < 0x1000));
301 m1 = CONST_DOUBLE_LOW (op);
HDsparc.c6890 i = CONST_DOUBLE_LOW (x); in print_operand()
6942 fprintf (file, "%u", (unsigned int) CONST_DOUBLE_LOW (x)); in print_operand()
6944 && CONST_DOUBLE_LOW (x) < 0) in print_operand()
6945 fprintf (file, "%d", (int) CONST_DOUBLE_LOW (x)); in print_operand()
7490 return ! (CONST_DOUBLE_LOW (SET_SRC (pat)) & 0x80000000); in set_extends()
8322 && CONST_DOUBLE_LOW (x) < 0x1000) in sparc_rtx_costs()
8324 && CONST_DOUBLE_LOW (x) < 0 in sparc_rtx_costs()
8325 && CONST_DOUBLE_LOW (x) >= -0x1000))) in sparc_rtx_costs()
8386 unsigned HOST_WIDE_INT value1 = CONST_DOUBLE_LOW (x1); in sparc_rtx_costs()
HDsparc.md2213 if (CONST_DOUBLE_LOW (operands[1]) == CONST_DOUBLE_HIGH (operands[1])
2223 GEN_INT (CONST_DOUBLE_LOW (operands[1]))));
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDpredicates.md263 && GET_CODE (op) == CONST_DOUBLE && CONST_DOUBLE_LOW (op) == 0)
431 opl = CONST_DOUBLE_LOW (op);
HDrs6000.c2120 low = CONST_DOUBLE_LOW (op); in num_insns_constant()
3820 c0 = CONST_DOUBLE_LOW (source); in rs6000_emit_set_const()
3823 c0 = CONST_DOUBLE_LOW (source); in rs6000_emit_set_const()
3973 operands[1] = gen_int_mode (CONST_DOUBLE_LOW (operands[1]), mode); in rs6000_emit_move()
3978 || CONST_DOUBLE_LOW (operands[1]) < 0) in rs6000_emit_move()
3980 || CONST_DOUBLE_LOW (operands[1]) >= 0))); in rs6000_emit_move()
9766 low = CONST_DOUBLE_LOW (andop); in includes_rldic_lshift_p()
9849 low = CONST_DOUBLE_LOW (andop); in includes_rldicr_lshift_p()
10176 (GET_CODE (X) == CONST_INT ? INTVAL (X) : CONST_DOUBLE_LOW (X))
10790 val = CONST_DOUBLE_LOW (x); in print_operand()
[all …]
HDrs6000.md7462 value = CONST_DOUBLE_LOW (operands[2]);
7495 value = CONST_DOUBLE_LOW (operands[2]);
7593 HOST_WIDE_INT value = CONST_DOUBLE_LOW (operands[2]);
8641 (CONST_DOUBLE_LOW (operands[1]) + 0x8000) < 0x10000)
8789 operands[5] = GEN_INT (CONST_DOUBLE_LOW (operands[1]));
/freebsd-11-stable/contrib/gcc/config/s390/
HDs390.c4734 fprintf (file, HOST_WIDE_INT_PRINT_DEC, CONST_DOUBLE_LOW (x) & 0xff); in print_operand()
4736 fprintf (file, HOST_WIDE_INT_PRINT_DEC, CONST_DOUBLE_LOW (x) & 0xffff); in print_operand()
4738 … fprintf (file, HOST_WIDE_INT_PRINT_DEC, ((CONST_DOUBLE_LOW (x) & 0xffff) ^ 0x8000) - 0x8000); in print_operand()
/freebsd-11-stable/contrib/gcc/config/i386/
HDi386.c7553 if (CONST_DOUBLE_HIGH (x) || CONST_DOUBLE_LOW (x) < 0) in output_pic_addr_const()
7556 (unsigned long) CONST_DOUBLE_LOW (x)); in output_pic_addr_const()
7558 fprintf (file, HOST_WIDE_INT_PRINT_DEC, CONST_DOUBLE_LOW (x)); in output_pic_addr_const()
/freebsd-11-stable/contrib/gcc/doc/
HDrtl.texi1402 @findex CONST_DOUBLE_LOW
1405 @code{CONST_DOUBLE_LOW} and @var{i1} with @code{CONST_DOUBLE_HIGH}.
HDmd.texi3005 @samp{CONST_DOUBLE_LOW (@var{op})}, if @var{op} is an integer

12