Home
last modified time | relevance | path

Searched refs:XINT (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-12-stable/contrib/gcc/
Dgenpeep.c145 if (XINT (x, 0) > max_opno) in match_rtx()
146 max_opno = XINT (x, 0); in match_rtx()
147 if (XINT (x, 0) >= n_operands) in match_rtx()
148 n_operands = 1 + XINT (x, 0); in match_rtx()
154 printf (" operands[%d] = x;\n", XINT (x, 0)); in match_rtx()
167 XINT (x, 0), fail_label); in match_rtx()
175 printf (" if (GET_CODE (operands[%d]) != GET_CODE (x)\n", XINT (x, 0)); in match_rtx()
177 XINT (x, 0), fail_label); in match_rtx()
178 printf (" operands[%d] = x;\n", XINT (x, 0)); in match_rtx()
189 if (XINT (x, 0) > max_opno) in match_rtx()
[all …]
Dgenattrtab.c493 XINT (rt_val, i) = va_arg (p, int); in attr_rtx_1()
680 XINT (copy, i) = XINT (orig, i); in attr_copy_rtx()
1884 if (code == AND && XINT (exp, 1)) in compute_alternative_mask()
1885 return XINT (exp, 0); in compute_alternative_mask()
1887 if (code == IOR && !XINT (exp, 1)) in compute_alternative_mask()
1888 return XINT (exp, 0); in compute_alternative_mask()
2307 switch ((XINT (s1, 1) << 1) | XINT (s2, 1)) in attr_alt_subset_p()
2310 return !(XINT (s1, 0) &~ XINT (s2, 0)); in attr_alt_subset_p()
2313 return !(XINT (s1, 0) & XINT (s2, 0)); in attr_alt_subset_p()
2319 return !(XINT (s2, 0) &~ XINT (s1, 0)); in attr_alt_subset_p()
[all …]
Dgenemit.c87 max_opno = MAX (max_opno, XINT (x, 0)); in max_operand_1()
89 max_dup_opno = MAX (max_dup_opno, XINT (x, 0)); in max_operand_1()
91 max_scratch_opno = MAX (max_scratch_opno, XINT (x, 0)); in max_operand_1()
137 printf ("operand%d", XINT (x, 0)); in gen_rtx_scratch()
170 if (used[XINT (x, 0)]) in gen_exp()
172 printf ("copy_rtx (operand%d)", XINT (x, 0)); in gen_exp()
175 used[XINT (x, 0)] = 1; in gen_exp()
177 printf ("operand%d", XINT (x, 0)); in gen_exp()
184 printf (" (GET_CODE (operand%d), ", XINT (x, 0)); in gen_exp()
186 printf ("GET_MODE (operand%d)", XINT (x, 0)); in gen_exp()
[all …]
Dgenconfig.c84 if (XINT (part, 0) > max_recog_operands) in walk_insn_part()
85 max_recog_operands = XINT (part, 0); in walk_insn_part()
94 if (XINT (part, 0) > max_recog_operands) in walk_insn_part()
95 max_recog_operands = XINT (part, 0); in walk_insn_part()
108 if (XINT (part, 0) > max_recog_operands) in walk_insn_part()
109 max_recog_operands = XINT (part, 0); in walk_insn_part()
Dprint-rtl.c424 fprintf (outfile, " %d", XINT (in_rtx, i)); in print_rtx()
428 int value = XINT (in_rtx, i); in print_rtx()
476 if (is_insn && &INSN_CODE (in_rtx) == &XINT (in_rtx, i) in print_rtx()
477 && XINT (in_rtx, i) >= 0 in print_rtx()
478 && (name = get_insn_name (XINT (in_rtx, i))) != NULL) in print_rtx()
487 if (XINT (in_rtx, i) >= (int) NOTE_INSN_BIAS in print_rtx()
488 && XINT (in_rtx, i) < (int) NOTE_INSN_MAX) in print_rtx()
489 fprintf (outfile, " %s", GET_NOTE_INSN_NAME (XINT (in_rtx, i))); in print_rtx()
491 fprintf (outfile, " %d", XINT (in_rtx, i)); in print_rtx()
Dgraph.c121 current_function_name (), XINT (tmp_rtx, 0)); in node_data()
133 current_function_name (), XINT (tmp_rtx, 0), in node_data()
140 GET_RTX_NAME (GET_CODE (tmp_rtx)), XINT (tmp_rtx, 0)); in node_data()
354 draw_edge (fp, XINT (tmp_rtx, 0), in print_rtl_graph_with_bb()
367 draw_edge (fp, XINT (tmp_rtx, 0), in print_rtl_graph_with_bb()
Dgenrecog.c543 && XINT (pattern, 0) == n) in find_operand()
652 if (find_operand (insn, XINT (pattern, 0), pattern) == pattern) in validate_pattern()
656 XINT (pattern, 0)); in validate_pattern()
711 && find_matching_operand (insn, XINT (pattern, 0))) in validate_pattern()
717 XINT (pattern, 0)); in validate_pattern()
725 XINT (pattern, 0)); in validate_pattern()
738 XINT (pattern, 0)); in validate_pattern()
760 XINT (pattern, 0)); in validate_pattern()
782 dest = find_operand (insn, XINT (dest, 0), NULL); in validate_pattern()
787 src = find_operand (insn, XINT (src, 0), NULL); in validate_pattern()
[all …]
Dlists.c172 XINT (r, 2) = ds; in alloc_DEPS_LIST()
260 *resp = alloc_DEPS_LIST (XEXP (list, 0), 0, XINT (list, 2)); in copy_DEPS_LIST_list()
Dgenextract.c235 VEC_safe_set_locstr (&acc->oplocs, XINT (x, 0), in walk_rtx()
241 VEC_safe_set_locstr (&acc->oplocs, XINT (x, 0), in walk_rtx()
258 VEC_safe_push (int,heap, acc->dupnums, XINT (x, 0)); in walk_rtx()
Drtl.c397 if (XINT (x, i) != XINT (y, i)) in rtx_equal_p()
Dgenflags.c66 max_opno = MAX (max_opno, XINT (x, 0)); in max_operand_1()
Dgenoutput.c443 opno = XINT (part, 0); in scan_operands()
472 opno = XINT (part, 0); in scan_operands()
502 opno = XINT (part, 0); in scan_operands()
Dgensupport.c553 i = XINT (pattern, 0); in collect_insn_data()
608 XINT (pattern, 0)); in alter_predicate_for_insn()
635 XINT (pattern, 0) += max_op; in alter_predicate_for_insn()
Dloop-invariant.c300 val ^= XINT (x, i); in hash_invariant_expr_1()
384 if (XINT (e1, i) != XINT (e2, i)) in invariant_expr_equal_p()
Dcselib.c494 if (XINT (x, i) != XINT (y, i)) in rtx_equal_for_cselib_p()
719 hash += XINT (x, i); in cselib_hash_rtx()
Dsched-int.h395 #define DEP_STATUS(LINK) XINT (LINK, 2)
Drtl.h679 #define XINT(RTX, N) (RTL_CHECK2 (RTX, N, 'i', 'n').rt_int) macro
733 #define INSN_UID(INSN) XINT (INSN, 0)
740 #define INSN_LOCATOR(INSN) XINT (INSN, 4)
746 #define INSN_CODE(INSN) XINT (INSN, 6)
829 #define CODE_LABEL_NUMBER(INSN) XINT (INSN, 6)
Dexcept.c2643 region_number = XINT (PATTERN (insn), 0); in reachable_handlers()
2708 && XINT (PATTERN (insn), 0) > 0) in can_throw_internal()
2709 return can_throw_internal_1 (XINT (PATTERN (insn), 0), true); in can_throw_internal()
2762 && XINT (PATTERN (insn), 0) > 0) in can_throw_external()
2763 return can_throw_external_1 (XINT (PATTERN (insn), 0), true); in can_throw_external()
Dreg-stack.c1167 && XINT (SET_SRC (pat), 1) == UNSPEC_FNSTSW) in swap_rtx_condition()
1192 || XINT (SET_SRC (pat), 1) != UNSPEC_SAHF in swap_rtx_condition()
1606 switch (XINT (pat_src, 1)) in subst_stack_regs_pat()
1816 gcc_assert (XINT (pat_src, 1) == UNSPEC_FNSTSW); in subst_stack_regs_pat()
Dstruct-equiv.c694 if (XINT (x, i) != XINT (y, i)) in rtx_equiv_p()
Djump.c1934 if (XINT (x, i) != XINT (y, i)) in rtx_renumbered_equal_p()
/freebsd-12-stable/contrib/gcc/config/i386/
Dpredicates.md130 switch (XINT (XEXP (op, 0), 1))
192 switch (XINT (op1, 1))
346 && (XINT (op, 1) == UNSPEC_GOTOFF
347 || XINT (op, 1) == UNSPEC_GOT))
378 && (XINT (op, 1) == UNSPEC_GOT
379 || XINT (op, 1) == UNSPEC_GOTOFF
380 || XINT (op, 1) == UNSPEC_GOTPCREL)))
392 || XINT (op, 1) != UNSPEC_GOTOFF)
414 && XINT (op, 1) == UNSPEC_GOTPCREL)
418 && XINT (XEXP (op, 0), 1) == UNSPEC_GOTPCREL)
[all …]
/freebsd-12-stable/contrib/gcc/config/s390/
Dpredicates.md69 (match_test "XINT (XEXP (op, 0), 1) == UNSPEC_PLT")))))
146 && XINT (op, 1) == UNSPEC_GOTENT)
149 && XINT (op, 1) == UNSPEC_PLT)
152 && XINT (op, 1) == UNSPEC_INDNTPOFF)
Ds390.c705 && XINT (*op0, 1) == UNSPEC_CMPINT in s390_canonicalize_comparison()
1498 && (XINT (XEXP (disp, 0), 1) == UNSPEC_GOT in s390_short_displacement()
1499 || XINT (XEXP (disp, 0), 1) == UNSPEC_GOTNTPOFF)) in s390_short_displacement()
1627 switch (XINT (base, 1)) in s390_decompose_address()
1675 switch (XINT (indx, 1)) in s390_decompose_address()
1758 && (XINT (disp, 1) == UNSPEC_GOT in s390_decompose_address()
1759 || XINT (disp, 1) == UNSPEC_GOTNTPOFF) in s390_decompose_address()
1777 && XINT (disp, 1) == UNSPEC_LTREL_OFFSET) in s390_decompose_address()
2493 switch (XINT (x, 1)) in s390_cannot_force_const_mem()
2957 switch (XINT (addr, 1)) in legitimize_pic_address()
[all …]
/freebsd-12-stable/contrib/gcc/config/ia64/
Dia64.c5714 switch (XINT (x, 1)) in rtx_needs_barrier()
5737 new_flags.is_write = (XINT (x, 1) == UNSPEC_GR_SPILL); in rtx_needs_barrier()
5775 switch (XINT (x, 1)) in rtx_needs_barrier()
6026 && XINT (PATTERN (insn), 1) == UNSPECV_INSN_GROUP_BARRIER) in emit_insn_group_barriers()
6784 code = XINT (mem, 1); in ia64_speculate_insn()
7183 code = XINT (t, 1); in ia64_spec_check_src_p()
8073 template0 = XINT (XVECEXP (PATTERN (last), 0, 0), 0); in bundling()
8339 gcc_assert (XINT (XEXP (XEXP (mem, 0), 0), 1) == UNSPEC_LDCCLR); in ia64_ld_address_bypass_p()
8348 int c = XINT (mem, 1); in ia64_ld_address_bypass_p()
8558 && XINT (PATTERN (insn), 1) == UNSPECV_INSN_GROUP_BARRIER) in ia64_reorg()
[all …]

12