| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | genpeep.cc | 135 if (XINT (x, 0) > max_opno) in match_rtx() 136 max_opno = XINT (x, 0); in match_rtx() 137 if (XINT (x, 0) >= n_operands) in match_rtx() 138 n_operands = 1 + XINT (x, 0); in match_rtx() 144 printf (" operands[%d] = x;\n", XINT (x, 0)); in match_rtx() 157 XINT (x, 0), fail_label); in match_rtx() 165 printf (" if (GET_CODE (operands[%d]) != GET_CODE (x)\n", XINT (x, 0)); in match_rtx() 167 XINT (x, 0), fail_label); in match_rtx() 168 printf (" operands[%d] = x;\n", XINT (x, 0)); in match_rtx() 179 if (XINT (x, 0) > max_opno) in match_rtx() [all …]
|
| D | genconfig.cc | 78 if (XINT (part, 0) > max_recog_operands) in walk_insn_part() 79 max_recog_operands = XINT (part, 0); in walk_insn_part() 89 if (XINT (part, 0) > max_recog_operands) in walk_insn_part() 90 max_recog_operands = XINT (part, 0); in walk_insn_part() 103 if (XINT (part, 0) > max_recog_operands) in walk_insn_part() 104 max_recog_operands = XINT (part, 0); in walk_insn_part()
|
| D | genemit.cc | 70 printf ("operand%d", XINT (x, 0)); in gen_rtx_scratch() 104 if (used[XINT (x, 0)]) in gen_exp() 106 printf ("copy_rtx (operand%d)", XINT (x, 0)); in gen_exp() 109 used[XINT (x, 0)] = 1; in gen_exp() 111 printf ("operand%d", XINT (x, 0)); in gen_exp() 118 printf (" (GET_CODE (operand%d), ", XINT (x, 0)); in gen_exp() 120 printf ("GET_MODE (operand%d)", XINT (x, 0)); in gen_exp() 135 printf (" (GET_CODE (operand%d)", XINT (x, 0)); in gen_exp() 147 printf ("operand%d", XINT (x, 0)); in gen_exp() 238 printf ("%u", XINT (x, i)); in gen_exp() [all …]
|
| D | gensupport.cc | 502 XINT (newx, 0) = XINT (x, 0); in replace_operands_with_dups() 508 XINT (newx, 0) = XINT (x, 0); in replace_operands_with_dups() 849 gcc_assert (XINT (pt, 0) >= 0 && XINT (pt, 0) < MAX_OPERANDS); in subst_pattern_match() 850 operand_data[XINT (pt, 0)] = x; in subst_pattern_match() 915 gcc_assert (XINT (pt, 0) >= 0 && XINT (pt, 0) < MAX_OPERANDS); in subst_pattern_match() 916 operand_data[XINT (pt, 0)] = x; in subst_pattern_match() 1089 XINT (pattern, 0)); in get_alternatives_number() 1151 i = XINT (pattern, 0); in collect_insn_data() 1207 XINT (pattern, 0)); in alter_predicate_for_insn() 1234 XINT (pattern, 0) += max_op; in alter_predicate_for_insn() [all …]
|
| D | rtl.cc | 507 if (XINT (x, i) != XINT (y, i)) in rtx_equal_p_cb() 512 && XINT (x, i) == XINT (y, i)) in rtx_equal_p_cb() 654 if (XINT (x, i) != XINT (y, i)) in rtx_equal_p() 659 && XINT (x, i) == XINT (y, i)) in rtx_equal_p()
|
| D | print-rtl.cc | 483 fprintf (m_outfile, " %d", XINT (in_rtx, idx)); in print_rtx_operand_code_i() 488 && XINT (in_rtx, 1) >= 0 in print_rtx_operand_code_i() 489 && XINT (in_rtx, 1) < NUM_UNSPECV_VALUES) in print_rtx_operand_code_i() 490 fprintf (m_outfile, " %s", unspecv_strings[XINT (in_rtx, 1)]); in print_rtx_operand_code_i() 496 && XINT (in_rtx, 1) >= 0 in print_rtx_operand_code_i() 497 && XINT (in_rtx, 1) < NUM_UNSPEC_VALUES) in print_rtx_operand_code_i() 498 fprintf (m_outfile, " %s", unspec_strings[XINT (in_rtx, 1)]); in print_rtx_operand_code_i() 502 int value = XINT (in_rtx, idx); in print_rtx_operand_code_i() 507 if (m_compact && is_insn && &INSN_CODE (in_rtx) == &XINT (in_rtx, idx)) in print_rtx_operand_code_i() 519 if (is_insn && &INSN_CODE (in_rtx) == &XINT (in_rtx, idx) in print_rtx_operand_code_i() [all …]
|
| D | genextract.cc | 246 VEC_safe_set_locstr (info, &acc->oplocs, XINT (x, 0), in walk_rtx() 252 VEC_safe_set_locstr (info, &acc->oplocs, XINT (x, 0), in walk_rtx() 267 acc->dupnums.safe_push (XINT (x, 0)); in walk_rtx()
|
| D | genrecog.cc | 365 && XINT (pattern, 0) == n) in find_operand() 536 XINT (pattern, 0)); in validate_pattern() 543 if (find_operand (info->def, XINT (pattern, 0), pattern) == pattern) in validate_pattern() 545 XINT (pattern, 0)); in validate_pattern() 590 XINT (pattern, 0))) in validate_pattern() 594 XINT (pattern, 0)); in validate_pattern() 598 XINT (pattern, 0)); in validate_pattern() 617 if (val >= XINT (pattern, 0)) in validate_pattern() 620 val, XINT (pattern, 0)); in validate_pattern() 633 XINT (pattern, 0)); in validate_pattern() [all …]
|
| D | rtlhash.cc | 88 hstate.add_int (XINT (x, i)); in add_rtx()
|
| D | genflags.cc | 63 max_opno = MAX (max_opno, XINT (x, 0)); in max_operand_1()
|
| D | genoutput.cc | 439 opno = XINT (part, 0); in scan_operands() 460 opno = XINT (part, 0); in scan_operands() 482 opno = XINT (part, 0); in scan_operands()
|
| D | read-rtl-function.cc | 1014 && &INSN_CODE (x) == &XINT (x, idx)) in read_rtx_operand_i_or_n() 1025 XINT (x, 1) in read_rtx_operand_i_or_n() 1035 XINT (x, 1) in read_rtx_operand_i_or_n() 1048 XINT (x, idx) = value; in read_rtx_operand_i_or_n()
|
| D | reg-stack.cc | 453 if (XINT (*pat, 1) == UNSPEC_TRUNC_NOOP in get_true_reg() 454 || XINT (*pat, 1) == UNSPEC_FILD_ATOMIC) in get_true_reg() 1190 && XINT (SET_SRC (XVECEXP (pat, 0, 1)), 1) == UNSPEC_TAN) in move_for_stack_reg() 1294 && XINT (SET_SRC (pat), 1) == UNSPEC_FNSTSW) in swap_rtx_condition() 1330 || XINT (SET_SRC (pat), 1) != UNSPEC_SAHF in swap_rtx_condition() 1808 switch (XINT (pat_src, 1)) in subst_stack_regs_pat()
|
| /netbsd/src/usr.bin/audio/ctl/ |
| D | ctl.c | 83 #define XINT 9 macro 110 { "play.port", &info.play.port, XINT, 0 }, 111 { "play.avail_ports", &info.play.avail_ports, XINT, 0 }, 129 { "record.port", &info.record.port, XINT, 0 }, 130 { "record.avail_ports", &info.record.avail_ports,XINT, 0 }, 183 case XINT: in prfield() 254 case XINT: in rdfield()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mn10300/ |
| D | constraints.md | 59 (ior (match_test "XINT (op, 1) == UNSPEC_PLT") 60 (match_test "XINT (op, 1) == UNSPEC_PIC") 61 (match_test "XINT (op, 1) == UNSPEC_GOTSYM_OFF")))
|
| D | mn10300.cc | 512 switch (XINT (x, 1)) in mn10300_asm_output_addr_const_extra() 1894 && (XINT (x, 1) == UNSPEC_PIC in mn10300_legitimate_pic_operand_p() 1895 || XINT (x, 1) == UNSPEC_GOT in mn10300_legitimate_pic_operand_p() 1896 || XINT (x, 1) == UNSPEC_GOTOFF in mn10300_legitimate_pic_operand_p() 1897 || XINT (x, 1) == UNSPEC_PLT in mn10300_legitimate_pic_operand_p() 1898 || XINT (x, 1) == UNSPEC_GOTSYM_OFF)) in mn10300_legitimate_pic_operand_p() 2057 switch (XINT (x, 1)) in mn10300_legitimate_constant_p() 2124 if (XINT (x, 1) == UNSPEC_GOTOFF) in mn10300_delegitimize_address() 2126 else if (XINT (x, 1) == UNSPEC_GOT) in mn10300_delegitimize_address() 2385 switch (XINT (x, 1)) in mn10300_rtx_costs()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/ |
| D | sh.h | 504 && XINT (PATTERN (PREV_INSN (A_LABEL)), 1) == UNSPECV_ALIGN) \ 1346 && XINT (XEXP ((OP), 0), 1) == UNSPEC_GOT) 1350 && XINT (XEXP ((OP), 0), 1) == UNSPEC_GOTPLT) 1353 (GET_CODE (OP) == UNSPEC && XINT ((OP), 1) == UNSPEC_GOTOFF) 1364 && XINT (XEXP ((OP), 0), 1) == UNSPEC_PIC) 1369 && XINT (XEXP ((OP), 0), 1) == UNSPEC_PCREL_SYMOFF)
|
| D | sh.cc | 1178 && profile_probability::from_reg_br_prob_note (XINT (note, 0)) in sh_print_operand() 1482 switch (XINT (x, 1)) in sh_asm_output_addr_const_extra() 2864 if (XINT (base, 1) == UNSPEC_CALLER) in unspec_caller_rtx_p() 4530 if (XINT (x, 3) != XINT (pool_vector[i].value, 3)) in add_constant() 4802 && XINT (SET_SRC (pat), 1) == UNSPECV_SP_SWITCH_B) in broken_move() 4805 && XINT (SET_SRC (pat), 1) == UNSPEC_MOVA in broken_move() 4841 && XINT (SET_SRC (PATTERN (insn)), 1) == UNSPEC_MOVA in mova_p() 5005 && XINT (PATTERN (from), 1) == UNSPECV_ALIGN) in find_barrier() 5013 && XINT (PATTERN (from), 1) == UNSPECV_CONST_END) in find_barrier() 5100 && XINT (XEXP (src, 0), 1) == UNSPEC_SYMOFF) in find_barrier() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | predicates.md | 110 (match_test "XINT (XEXP (op, 0), 1) == UNSPEC_PLT31"))))) 200 && XINT (op, 1) == UNSPEC_GOTENT) 203 && XINT (op, 1) == UNSPEC_PLT31) 206 && XINT (op, 1) == UNSPEC_INDNTPOFF) 457 || XINT (XVECEXP (pattern, 0, 0), 1) != UNSPEC_EXECUTE)
|
| D | s390.cc | 1292 && XINT (src, 1) == UNSPEC_MAIN_BASE) in s390_label_align() 1761 && XINT (*op0, 1) == UNSPEC_STRCMPCC_TO_INT in s390_canonicalize_comparison() 1789 && XINT (*op0, 1) == UNSPEC_CC_TO_INT in s390_canonicalize_comparison() 2888 && (XINT (XEXP (disp, 0), 1) == UNSPEC_GOT in s390_short_displacement() 2889 || XINT (XEXP (disp, 0), 1) == UNSPEC_GOTNTPOFF)) in s390_short_displacement() 2915 switch (XINT (*ref, 1)) in s390_decompose_constant_pool_ref() 3115 && (XINT (disp, 1) == UNSPEC_GOT in s390_decompose_address() 3116 || XINT (disp, 1) == UNSPEC_GOTNTPOFF) in s390_decompose_address() 3124 && XINT (disp, 1) == UNSPEC_POOL_OFFSET) in s390_decompose_address() 3129 && XINT (disp, 1) == UNSPEC_LTREL_OFFSET) in s390_decompose_address() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | predicates.md | 202 switch (XINT (XEXP (op, 0), 1)) 268 switch (XINT (op1, 1)) 519 && (XINT (op, 1) == UNSPEC_GOTOFF 520 || XINT (op, 1) == UNSPEC_GOT)) 548 && (XINT (op, 1) == UNSPEC_GOT 549 || XINT (op, 1) == UNSPEC_GOTOFF 550 || XINT (op, 1) == UNSPEC_PCREL 551 || XINT (op, 1) == UNSPEC_GOTPCREL))) 563 || XINT (op, 1) != UNSPEC_GOTOFF) 742 (match_test "XINT (XEXP (XEXP (op, 0), 0), 1) == UNSPEC_GOTPCREL"))) [all …]
|
| D | i386.cc | 8274 && XINT (SET_SRC (set), 1) == UNSPEC_SET_GOT in ix86_elim_entry_set_got() 10312 if (XINT (op, 1) == UNSPEC_TP in ix86_decompose_address() 10512 && XINT (disp, 1) == UNSPEC_MACHOPIC_OFFSET); in darwin_local_data_pic() 10570 switch (XINT (x, 1)) in ix86_legitimate_constant_p() 10709 switch (XINT (inner, 1)) in legitimate_pic_operand_p() 10762 && (XINT (op0, 1) == UNSPEC_DTPOFF in legitimate_pic_address_disp_p() 10763 || XINT (op0, 1) == UNSPEC_NTPOFF) in legitimate_pic_address_disp_p() 10773 && XINT (XEXP (op0, 0), 1) == UNSPEC_PCREL) in legitimate_pic_address_disp_p() 10776 && XINT (op0, 1) == UNSPEC_PCREL) in legitimate_pic_address_disp_p() 10835 || (XINT (disp, 1) != UNSPEC_GOTPCREL in legitimate_pic_address_disp_p() [all …]
|
| /netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| D | putscj.c | 72 #define XINT(z) ONEOF(z, MSKINT|MSKCHAR) macro 395 if (XINT(q->b_expr.leftp->vtype) && in putx() 524 (XINT(pt)&&(ONEOF(lt,MSKINT|MSKADDR))) )) { in putop() 882 || ! XINT(p->b_expr.leftp->vtype) ) in putch1()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | predicates.md | 1156 if (XINT (op, 1) == UNSPEC_TLSGD) 1158 if (XINT (op, 1) == UNSPEC_TLSLD) 1182 if (XINT (op, 1) != UNSPEC_PLTSEQ) 1555 || XINT (SET_SRC (XVECEXP (op, 0, 0)), 1) != UNSPECV_SET_VRSAVE) 1613 || XINT (unspec, 1) != UNSPEC_MOVESI_FROM_CR 1659 || XINT (unspec, 1) != UNSPEC_MOVESI_TO_CR 1857 return GET_CODE (op) == UNSPEC && XINT (op, 1) == UNSPEC_TOCREL; 2085 if (GET_CODE (op) == UNSPEC && XINT (op, 1) == UNSPEC_MACHOPIC_OFFSET)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/ |
| D | arc.cc | 5021 && (XINT (XEXP (x, 0), 1) == UNSPEC_TLS_OFF in arc_print_operand() 5022 || XINT (XEXP (x, 0), 1) == UNSPEC_TLS_GD)) in arc_print_operand() 5026 && (XINT (XEXP (XEXP (x, 0), 0), 1) == UNSPEC_TLS_OFF in arc_print_operand() 5027 || XINT (XEXP (XEXP (x, 0), 0), 1) == UNSPEC_TLS_GD))) in arc_print_operand() 5077 && (XINT (c, 1) == UNSPEC_TLS_OFF in arc_print_operand_address() 5078 || XINT (c, 1) == UNSPEC_TLS_IE)) in arc_print_operand_address() 5081 && (XINT (XEXP (c, 0), 1) == UNSPEC_TLS_OFF in arc_print_operand_address() 5082 || XINT (XEXP (c, 0), 1) == ARC_UNSPEC_GOTOFFPC))) in arc_print_operand_address() 6117 if (XINT (addr, 1) != ARC_UNSPEC_GOT in arc_legitimate_pic_addr_p() 6118 && XINT (addr, 1) != ARC_UNSPEC_GOTOFF in arc_legitimate_pic_addr_p() [all …]
|