Home
last modified time | relevance | path

Searched refs:XWINT (Results 1 – 21 of 21) sorted by relevance

/NextBSD/contrib/gcc/
HDrtl.c391 if (XWINT (x, i) != XWINT (y, i)) in rtx_equal_p()
HDprint-rtl.c402 fprintf (outfile, HOST_WIDE_INT_PRINT_DEC, XWINT (in_rtx, i)); in print_rtx()
405 XWINT (in_rtx, i)); in print_rtx()
HDgenpeep.c301 printf (HOST_WIDE_INT_PRINT_DEC, XWINT (x, i)); in match_rtx()
HDgenattrtab.c497 XWINT (rt_val, i) = va_arg (p, HOST_WIDE_INT); in attr_rtx_1()
684 XWINT (copy, i) = XWINT (orig, i); in attr_copy_rtx()
808 if (XWINT (exp, 0)) in check_attr_test()
3399 printf (HOST_WIDE_INT_PRINT_DEC, XWINT (exp, 0)); in write_test_expr()
4509 XWINT (true_rtx, 0) = 1; in main()
4511 XWINT (false_rtx, 0) = 0; in main()
HDcselib.c488 if (XWINT (x, i) != XWINT (y, i)) in rtx_equal_for_cselib_p()
HDstruct-equiv.c689 if (XWINT (x, i) != XWINT (y, i)) in rtx_equiv_p()
HDjump.c1929 if (XWINT (x, i) != XWINT (y, i)) in rtx_renumbered_equal_p()
HDgenrecog.c1108 = ((int) XWINT (pattern, i) == XWINT (pattern, i)) in add_to_sequence()
1114 test->u.intval = XWINT (pattern, i); in add_to_sequence()
HDgensupport.c146 XWINT (rt, 0) = arg; in gen_rtx_CONST_INT()
HDrtl.h505 #define XWINT(RTX, N) __extension__ \ macro
576 #define XWINT(RTX, N) ((RTX)->u.hwint[N]) macro
HDread-rtl.c1683 XWINT (return_rtx, i) = tmp_wide; in read_rtx_1()
HDcse.c2667 if (XWINT (x, i) != XWINT (y, i)) in exp_equiv_p()
HDreload.c2245 if (XWINT (x, i) != XWINT (y, i)) in operands_match_p()
HDemit-rtl.c484 XWINT (value, i) = 0; in immed_double_const()
HDChangeLog-19999352 * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.
9579 (XWINT, XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE,
9600 * cse.c (canon_hash): Read CONST_DOUBLE data slots with XWINT.
9606 * flow.c (count_basic_blocks): Use XWINT to inspect EH_REGION
10669 (INTVAL): Use XWINT.
16344 * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use XWINT not XINT.
HDChangeLog-20025857 dump the XWINT fields of a floating point CONST_DOUBLE.
35699 (XWINT): Whitespace.
HDChangeLog-200028189 * genrecog.c (write_switch): Cast XWINT result to int.
HDChangeLog-20035026 (XWINT, XCWINT): Likewise. Access the rtx structure directly.
/NextBSD/contrib/gcc/doc/
HDrtl.texi314 @findex XWINT
317 @code{XINT}, @code{XWINT} and @code{XSTR}. Each of these macros takes
1342 @code{INTVAL (@var{exp})}, which is equivalent to @code{XWINT (@var{exp}, 0)}.
/NextBSD/contrib/gcc/config/arm/
HDarm.c7177 fprintf (f, "<0x%lx,0x%lx>", (long)XWINT (x, 2), (long)XWINT (x, 3)); in arm_print_value()
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.c15897 result = result * 613 + (unsigned) XWINT (k, fidx); in rs6000_hash_constant()
15902 result = result * 613 + (unsigned) (XWINT (k, fidx) in rs6000_hash_constant()