/dflybsd-src/sys/bus/firewire/ |
H A D | firewire.h | 138 COMMON_HDR(, , tcode, ); 141 COMMON_HDR(len, chtag, tcode, sy); 145 COMMON_HDR(dst, tlrt, tcode, pri); 149 COMMON_HDR(dst, tlrt, tcode, pri); 154 COMMON_HDR(dst, tlrt, tcode, pri); 159 COMMON_HDR(dst, tlrt, tcode, pri); 165 COMMON_HDR(dst, tlrt, tcode, pri); 171 COMMON_HDR(dst, tlrt, tcode, pri); 177 COMMON_HDR(dst, tlrt, tcode, pri); 183 COMMON_HDR(dst, tlrt, tcode, pri); [all …]
|
H A D | fwohcireg.h | 350 tcode:4, 354 tcode:4, 366 tcode:4, 370 tcode:4, 384 tcode:4, 388 tcode:4,
|
H A D | firewire.c | 189 int tcode; in fw_asyreq() local 199 tcode = fp->mode.common.tcode & 0xf; in fw_asyreq() 200 info = &fc->tcode[tcode]; in fw_asyreq() 202 kprintf("invalid tcode=%x\n", tcode); in fw_asyreq() 222 len, xfer->send.pay_len, tcode_str[tcode], tcode); in fw_asyreq() 1088 fp->mode.common.tcode |= FWTCODE_PHY; in fw_phy_config() 1358 fp->mode.rreqq.tcode = FWTCODE_RREQQ; in fw_bus_explore() 1408 fp->mode.rreqq.tcode = FWTCODE_RREQQ; in asyreqq() 1684 tinfo = &rb->fc->tcode[pkt->mode.hdr.tcode]; in fw_rcv_copy() 1697 if (pkt->mode.hdr.tcode == FWTCODE_RRESQ && in fw_rcv_copy() [all …]
|
H A D | fwmem.c | 129 fp->mode.rreqq.tcode = FWTCODE_RREQQ; in fwmem_read_quad() 165 fp->mode.wreqq.tcode = FWTCODE_WREQQ; in fwmem_write_quad() 202 fp->mode.rreqb.tcode = FWTCODE_RREQB; in fwmem_read_block() 240 fp->mode.wreqb.tcode = FWTCODE_WREQB; in fwmem_write_block()
|
H A D | fwohci.c | 661 sc->fc.tcode = tinfo; 829 int tcode, hdr_len, pl_off; local 867 tcode = fp->mode.common.tcode; 870 info = &tinfo[tcode]; 879 if (tcode == FWTCODE_STREAM ){ 882 } else if (tcode == FWTCODE_PHY) { 887 ohcifp->mode.common.tcode = FWOHCITCODE_PHY; 904 if (tcode == FWTCODE_WREQQ || tcode == FWTCODE_RRESQ) 2461 ohcifp->mode.stream.tcode = 0xa; 2598 switch (fp0->mode.common.tcode) { [all …]
|
H A D | fwdev.c | 527 tinfo = &sc->fc->tcode[fp->mode.hdr.tcode]; in fw_ioctl() 577 tinfo = &sc->fc->tcode[xfer->recv.hdr.mode.hdr.tcode]; in fw_ioctl()
|
H A D | firewirereg.h | 160 struct tcode_info *tcode; member
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | ccmp.c | 47 tree_code tcode; in ccmp_tree_comparison_p() local 60 tcode = gimple_assign_rhs_code (g); in ccmp_tree_comparison_p() 61 return TREE_CODE_CLASS (tcode) == tcc_comparison; in ccmp_tree_comparison_p() 100 tree_code tcode; in ccmp_candidate_p() local 107 tcode = TREE_CODE (rhs); in ccmp_candidate_p() 108 if (tcode != BIT_AND_EXPR && tcode != BIT_IOR_EXPR) in ccmp_candidate_p()
|
H A D | explow.c | 2241 enum tree_code tcode; in rtx_to_tree_code() local 2246 tcode = PLUS_EXPR; in rtx_to_tree_code() 2249 tcode = MINUS_EXPR; in rtx_to_tree_code() 2252 tcode = MULT_EXPR; in rtx_to_tree_code() 2255 tcode = RDIV_EXPR; in rtx_to_tree_code() 2258 tcode = MIN_EXPR; in rtx_to_tree_code() 2261 tcode = MAX_EXPR; in rtx_to_tree_code() 2264 tcode = LAST_AND_UNUSED_TREE_CODE; in rtx_to_tree_code() 2267 return ((int) tcode); in rtx_to_tree_code()
|
H A D | optabs.c | 5258 gen_cond_trap (enum rtx_code code, rtx op1, rtx op2, rtx tcode) in gen_cond_trap() argument 5273 if (!insn_operand_matches (icode, 3, tcode)) in gen_cond_trap() 5284 tcode); in gen_cond_trap() 5303 get_rtx_code (enum tree_code tcode, bool unsignedp) in get_rtx_code() argument 5306 switch (tcode) in get_rtx_code() 5372 vector_compare_rtx (machine_mode cmp_mode, enum tree_code tcode, in vector_compare_rtx() argument 5379 enum rtx_code rcode = get_rtx_code (tcode, unsignedp); in vector_compare_rtx() 5381 gcc_assert (TREE_CODE_CLASS (tcode) == tcc_comparison); in vector_compare_rtx() 5745 enum tree_code tcode; in expand_vec_cond_expr() local 5751 tcode = TREE_CODE (op0); in expand_vec_cond_expr() [all …]
|
H A D | tree-call-cdce.c | 375 enum tree_code tcode, in gen_one_condition() argument 398 fold_build2 (tcode, in gen_one_condition()
|
H A D | fold-const.c | 2859 enum tree_code tcode; in combine_comparisons() local 2861 tcode = compcode_to_comparison ((enum comparison_code) compcode); in combine_comparisons() 2862 return fold_build2_loc (loc, tcode, truth_type, ll_arg, lr_arg); in combine_comparisons() 6169 enum tree_code tcode = TREE_CODE (t); in extract_muldiv_1() local 6175 int same_p = tcode == code; in extract_muldiv_1() 6183 if (TREE_CODE_CLASS (tcode) == tcc_unary) in extract_muldiv_1() 6186 if (TREE_CODE_CLASS (tcode) == tcc_binary) in extract_muldiv_1() 6191 switch (tcode) in extract_muldiv_1() 6261 t1 = fold_build1 (tcode, cstype, fold_convert (cstype, t1)); in extract_muldiv_1() 6278 return fold_build1 (tcode, ctype, fold_convert (ctype, t1)); in extract_muldiv_1() [all …]
|
H A D | optabs.h | 354 extern enum rtx_code get_rtx_code (enum tree_code tcode, bool unsignedp);
|
/dflybsd-src/usr.sbin/fwcontrol/ |
H A D | fwcontrol.c | 128 asyreq->pkt.mode.rreqq.tcode = FWTCODE_RREQQ; in read_write_quad() 130 asyreq->pkt.mode.rreqq.tcode = FWTCODE_WREQQ; in read_write_quad() 160 asyreq->pkt.mode.common.tcode = FWTCODE_PHY; in send_phy_config() 183 asyreq->pkt.mode.common.tcode = FWTCODE_PHY; in send_link_on() 202 asyreq->pkt.mode.wreqq.tcode = FWTCODE_WREQQ; in reset_start()
|
H A D | fwdv.c | 289 pkt->mode.stream.tcode = FWTCODE_STREAM; in dvsend()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | explow.c | 1892 enum tree_code tcode; in rtx_to_tree_code() local 1897 tcode = PLUS_EXPR; in rtx_to_tree_code() 1900 tcode = MINUS_EXPR; in rtx_to_tree_code() 1903 tcode = MULT_EXPR; in rtx_to_tree_code() 1906 tcode = RDIV_EXPR; in rtx_to_tree_code() 1909 tcode = MIN_EXPR; in rtx_to_tree_code() 1912 tcode = MAX_EXPR; in rtx_to_tree_code() 1915 tcode = LAST_AND_UNUSED_TREE_CODE; in rtx_to_tree_code() 1918 return ((int) tcode); in rtx_to_tree_code()
|
H A D | tree-call-cdce.c | 324 enum tree_code tcode, in gen_one_condition() argument 345 fold_build2 (tcode, in gen_one_condition()
|
H A D | fold-const.c | 2368 enum tree_code tcode; in combine_comparisons() local 2370 tcode = compcode_to_comparison ((enum comparison_code) compcode); in combine_comparisons() 2371 return fold_build2_loc (loc, tcode, truth_type, ll_arg, lr_arg); in combine_comparisons() 5646 enum tree_code tcode = TREE_CODE (t); in extract_muldiv_1() local 5651 int same_p = tcode == code; in extract_muldiv_1() 5659 if (TREE_CODE_CLASS (tcode) == tcc_unary) in extract_muldiv_1() 5662 if (TREE_CODE_CLASS (tcode) == tcc_binary) in extract_muldiv_1() 5667 switch (tcode) in extract_muldiv_1() 5730 t1 = fold_build1 (tcode, cstype, fold_convert (cstype, t1)); in extract_muldiv_1() 5747 return fold_build1 (tcode, ctype, fold_convert (ctype, t1)); in extract_muldiv_1() [all …]
|
/dflybsd-src/sys/dev/disk/sbp/ |
H A D | sbp.c | 1221 sbp_write_cmd(struct sbp_dev *sdev, int tcode, int offset) in sbp_write_cmd() argument 1261 if (tcode == FWTCODE_WREQB) in sbp_write_cmd() 1271 fp->mode.wreqq.tcode = tcode; in sbp_write_cmd() 1568 if(rfp->mode.wreqb.tcode != FWTCODE_WREQB){ in sbp_recv1() 1569 kprintf("sbp_recv: tcode = %d\n", rfp->mode.wreqb.tcode); in sbp_recv1() 1806 sfp->mode.wres.tcode = FWTCODE_WRES; in sbp_recv1()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | call.c | 1070 enum tree_code fcode, tcode; in standard_conversion() local 1098 tcode = TREE_CODE (to); in standard_conversion() 1125 if (tcode == COMPLEX_TYPE && fcode == COMPLEX_TYPE) in standard_conversion() 1155 if ((tcode == POINTER_TYPE || TYPE_PTR_TO_MEMBER_P (to) in standard_conversion() 1159 else if ((tcode == INTEGER_TYPE && fcode == POINTER_TYPE) in standard_conversion() 1160 || (tcode == POINTER_TYPE && fcode == INTEGER_TYPE)) in standard_conversion() 1174 else if ((tcode == POINTER_TYPE && fcode == POINTER_TYPE) in standard_conversion() 1180 if (tcode == POINTER_TYPE in standard_conversion() 1234 if (tcode == POINTER_TYPE) in standard_conversion() 1289 else if (tcode == BOOLEAN_TYPE) in standard_conversion() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | call.c | 1102 enum tree_code fcode, tcode; in standard_conversion() local 1136 tcode = TREE_CODE (to); in standard_conversion() 1169 if (tcode == COMPLEX_TYPE && fcode == COMPLEX_TYPE) in standard_conversion() 1200 if ((tcode == POINTER_TYPE || TYPE_PTRMEM_P (to) in standard_conversion() 1205 else if ((tcode == INTEGER_TYPE && fcode == POINTER_TYPE) in standard_conversion() 1206 || (tcode == POINTER_TYPE && fcode == INTEGER_TYPE)) in standard_conversion() 1220 else if ((tcode == POINTER_TYPE && fcode == POINTER_TYPE) in standard_conversion() 1226 if (tcode == POINTER_TYPE) in standard_conversion() 1247 if (tcode == POINTER_TYPE in standard_conversion() 1362 else if (tcode == BOOLEAN_TYPE) in standard_conversion() [all …]
|
H A D | constexpr.c | 4137 tree_code tcode = TREE_CODE (t); in cxx_eval_constant_expression() local 4138 switch (tcode) in cxx_eval_constant_expression() 4641 if (TREE_CODE (op) == PTRMEM_CST && tcode == NOP_EXPR) in cxx_eval_constant_expression() 4692 if (op == oldop && tcode != UNARY_PLUS_EXPR) in cxx_eval_constant_expression() 4697 if (tcode == UNARY_PLUS_EXPR) in cxx_eval_constant_expression() 4700 r = fold_build1 (tcode, type, op); in cxx_eval_constant_expression()
|
/dflybsd-src/sys/dev/netif/fwe/ |
H A D | if_fwe.c | 197 fwe->pkt_hdr.mode.stream.tcode = FWTCODE_STREAM; in fwe_attach()
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | i386.c | 30520 ix86_get_builtin_type (enum ix86_builtin_type tcode) in ix86_get_builtin_type() argument 30525 gcc_assert ((unsigned)tcode < ARRAY_SIZE(ix86_builtin_type_tab)); in ix86_get_builtin_type() 30527 type = ix86_builtin_type_tab[(int) tcode]; in ix86_get_builtin_type() 30531 gcc_assert (tcode > IX86_BT_LAST_PRIM); in ix86_get_builtin_type() 30532 if (tcode <= IX86_BT_LAST_VECT) in ix86_get_builtin_type() 30536 index = tcode - IX86_BT_LAST_PRIM - 1; in ix86_get_builtin_type() 30546 index = tcode - IX86_BT_LAST_VECT - 1; in ix86_get_builtin_type() 30547 if (tcode <= IX86_BT_LAST_PTR) in ix86_get_builtin_type() 30559 ix86_builtin_type_tab[(int) tcode] = type; in ix86_get_builtin_type() 30570 ix86_get_builtin_func_type (enum ix86_builtin_func_type tcode) in ix86_get_builtin_func_type() argument [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | i386.c | 24686 ix86_get_builtin_type (enum ix86_builtin_type tcode) in ix86_get_builtin_type() argument 24691 gcc_assert ((unsigned)tcode < ARRAY_SIZE(ix86_builtin_type_tab)); in ix86_get_builtin_type() 24693 type = ix86_builtin_type_tab[(int) tcode]; in ix86_get_builtin_type() 24697 gcc_assert (tcode > IX86_BT_LAST_PRIM); in ix86_get_builtin_type() 24698 if (tcode <= IX86_BT_LAST_VECT) in ix86_get_builtin_type() 24702 index = tcode - IX86_BT_LAST_PRIM - 1; in ix86_get_builtin_type() 24712 index = tcode - IX86_BT_LAST_VECT - 1; in ix86_get_builtin_type() 24713 if (tcode <= IX86_BT_LAST_PTR) in ix86_get_builtin_type() 24725 ix86_builtin_type_tab[(int) tcode] = type; in ix86_get_builtin_type() 24736 ix86_get_builtin_func_type (enum ix86_builtin_func_type tcode) in ix86_get_builtin_func_type() argument [all …]
|