Home
last modified time | relevance | path

Searched refs:tcode (Results 1 – 25 of 121) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-isel.cc123 enum tree_code tcode; in gimple_expand_vec_cond_expr() local
188 tcode = gimple_assign_rhs_code (def_stmt); in gimple_expand_vec_cond_expr()
194 if (TREE_CODE_CLASS (tcode) == tcc_comparison) in gimple_expand_vec_cond_expr()
196 tcode); in gimple_expand_vec_cond_expr()
214 tcode = TREE_CODE (op0); in gimple_expand_vec_cond_expr()
222 tcode = TREE_CODE (op0); in gimple_expand_vec_cond_expr()
225 tcode = TREE_CODE (op0); in gimple_expand_vec_cond_expr()
228 tcode = TREE_CODE (op0); in gimple_expand_vec_cond_expr()
230 if (TREE_CODE_CLASS (tcode) != tcc_comparison) in gimple_expand_vec_cond_expr()
243 tcode = LT_EXPR; in gimple_expand_vec_cond_expr()
[all …]
H A Dccmp.cc47 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()
99 tree_code tcode; in ccmp_candidate_p() local
105 tcode = gimple_assign_rhs_code (g); in ccmp_candidate_p()
106 if (tcode != BIT_AND_EXPR && tcode != BIT_IOR_EXPR) in ccmp_candidate_p()
H A Doptabs.h376 extern enum rtx_code get_rtx_code_1 (enum tree_code tcode, bool unsignedp);
377 extern enum rtx_code get_rtx_code (enum tree_code tcode, bool unsignedp);
378 extern rtx vector_compare_rtx (machine_mode cmp_mode, enum tree_code tcode,
H A Dexplow.cc2297 enum tree_code tcode; in rtx_to_tree_code() local
2302 tcode = PLUS_EXPR; in rtx_to_tree_code()
2305 tcode = MINUS_EXPR; in rtx_to_tree_code()
2308 tcode = MULT_EXPR; in rtx_to_tree_code()
2311 tcode = RDIV_EXPR; in rtx_to_tree_code()
2314 tcode = MIN_EXPR; in rtx_to_tree_code()
2317 tcode = MAX_EXPR; in rtx_to_tree_code()
2320 tcode = LAST_AND_UNUSED_TREE_CODE; in rtx_to_tree_code()
2323 return ((int) tcode); in rtx_to_tree_code()
H A Dtree-call-cdce.cc409 enum tree_code tcode, in gen_one_condition() argument
416 tcode = comparison_code_if_no_nans (tcode); in gen_one_condition()
435 fold_build2 (tcode, in gen_one_condition()
H A Dgimple-match-head.cc1361 auto tcode = tree_code (code); in first_commutative_argument() local
1362 if (commutative_tree_code (tcode) in first_commutative_argument()
1363 || commutative_ternary_tree_code (tcode)) in first_commutative_argument()
/netbsd-src/sys/dev/ieee1394/
H A Dfirewire.h147 COMMON_HDR(, , tcode, );
150 COMMON_HDR(len, chtag, tcode, sy);
154 COMMON_HDR(dst, tlrt, tcode, pri);
158 COMMON_HDR(dst, tlrt, tcode, pri);
163 COMMON_HDR(dst, tlrt, tcode, pri);
168 COMMON_HDR(dst, tlrt, tcode, pri);
174 COMMON_HDR(dst, tlrt, tcode, pri);
180 COMMON_HDR(dst, tlrt, tcode, pri);
186 COMMON_HDR(dst, tlrt, tcode, pri);
192 COMMON_HDR(dst, tlrt, tcode, pri);
[all …]
H A Dfwohcireg.h357 tcode:4,
361 tcode:4,
373 tcode:4,
377 tcode:4,
391 tcode:4,
395 tcode:4,
H A Dfirewire.c384 int tcode; in fw_asyreq() local
395 tcode = fp->mode.common.tcode & 0xf; in fw_asyreq()
396 info = &fc->tcode[tcode]; in fw_asyreq()
398 aprint_error_dev(fc->bdev, "invalid tcode=%x\n", tcode); in fw_asyreq()
404 ((tcode != FWTCODE_RREQQ) || (fp->mode.rreqq.dest_hi != 0xffff) || in fw_asyreq()
430 len, xfer->send.pay_len, tcode_str[tcode], tcode); in fw_asyreq()
1061 int tcode; in fw_rcv() local
1077 tcode = fp->mode.common.tcode; in fw_rcv()
1078 switch (tcode) { in fw_rcv()
1084 fp->mode.hdr.tlrt >> 2, tcode); in fw_rcv()
[all …]
H A Dfwdev.c501 tinfo = &fc->tcode[fp->mode.hdr.tcode]; in fw_ioctl()
553 tinfo = &fc->tcode[xfer->recv.hdr.mode.hdr.tcode]; in fw_ioctl()
554 if (xfer->recv.hdr.mode.hdr.tcode == FWTCODE_RRESB || in fw_ioctl()
555 xfer->recv.hdr.mode.hdr.tcode == FWTCODE_LRES) { in fw_ioctl()
845 tinfo = &xfer->fc->tcode[fp->mode.hdr.tcode]; in fw_read_async()
873 tinfo = &d->fc->tcode[pkt.mode.hdr.tcode]; in fw_write_async()
H A Dfwmem.c332 fp->mode.rreqq.tcode = FWTCODE_RREQQ; in fwmem_read_quad()
363 fp->mode.wreqq.tcode = FWTCODE_WREQQ; in fwmem_write_quad()
394 fp->mode.rreqb.tcode = FWTCODE_RREQB; in fwmem_read_block()
426 fp->mode.wreqb.tcode = FWTCODE_WREQB; in fwmem_write_block()
H A Dfwohci.c369 sc->fc.tcode = tinfo; in fwohci_init()
1356 int tcode, hdr_len, pl_off, fsegment = -1, i; local
1391 tcode = fp->mode.common.tcode;
1394 info = &tinfo[tcode];
1403 if (tcode == FWTCODE_STREAM) {
1406 } else if (tcode == FWTCODE_PHY) {
1411 ohcifp->mode.common.tcode = FWOHCITCODE_PHY;
1427 if (tcode == FWTCODE_WREQQ || tcode == FWTCODE_RRESQ)
2530 ohcifp->mode.stream.tcode = 0xa;
2661 switch (fp0->mode.common.tcode) {
[all …]
H A Dif_fwip.c601 fp->mode.stream.tcode = FWTCODE_STREAM; in fwip_async_output()
636 sc->sc_last_hdr.mode.wreqb.tcode = in fwip_async_output()
840 if (fp->mode.wreqb.tcode != FWTCODE_WREQB) { in fwip_unicast_input()
H A Dsbp.c1386 sbp_write_cmd(struct sbp_dev *sdev, int tcode, int offset) in sbp_write_cmd() argument
1429 if (tcode == FWTCODE_WREQB) in sbp_write_cmd()
1439 fp->mode.wreqq.tcode = tcode; in sbp_write_cmd()
1746 if (rfp->mode.wreqb.tcode != FWTCODE_WREQB) { in sbp_recv()
1748 "sbp_recv: tcode = %d\n", rfp->mode.wreqb.tcode); in sbp_recv()
1986 sfp->mode.wres.tcode = FWTCODE_WRES; in sbp_recv()
H A Dfirewirereg.h165 const struct tcode_info *tcode; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dccmp.c47 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()
99 tree_code tcode; in ccmp_candidate_p() local
105 tcode = gimple_assign_rhs_code (g); in ccmp_candidate_p()
106 if (tcode != BIT_AND_EXPR && tcode != BIT_IOR_EXPR) in ccmp_candidate_p()
H A Dexplow.c2265 enum tree_code tcode; in rtx_to_tree_code() local
2270 tcode = PLUS_EXPR; in rtx_to_tree_code()
2273 tcode = MINUS_EXPR; in rtx_to_tree_code()
2276 tcode = MULT_EXPR; in rtx_to_tree_code()
2279 tcode = RDIV_EXPR; in rtx_to_tree_code()
2282 tcode = MIN_EXPR; in rtx_to_tree_code()
2285 tcode = MAX_EXPR; in rtx_to_tree_code()
2288 tcode = LAST_AND_UNUSED_TREE_CODE; in rtx_to_tree_code()
2291 return ((int) tcode); in rtx_to_tree_code()
H A Dtree-call-cdce.c409 enum tree_code tcode, in gen_one_condition() argument
416 tcode = comparison_code_if_no_nans (tcode); in gen_one_condition()
435 fold_build2 (tcode, in gen_one_condition()
H A Doptabs.c5345 gen_cond_trap (enum rtx_code code, rtx op1, rtx op2, rtx tcode) in gen_cond_trap() argument
5360 if (!insn_operand_matches (icode, 3, tcode)) in gen_cond_trap()
5371 tcode); in gen_cond_trap()
5390 get_rtx_code (enum tree_code tcode, bool unsignedp) in get_rtx_code() argument
5393 switch (tcode) in get_rtx_code()
5459 vector_compare_rtx (machine_mode cmp_mode, enum tree_code tcode, in vector_compare_rtx() argument
5466 enum rtx_code rcode = get_rtx_code (tcode, unsignedp); in vector_compare_rtx()
5468 gcc_assert (TREE_CODE_CLASS (tcode) == tcc_comparison); in vector_compare_rtx()
5871 enum tree_code tcode; in expand_vec_cond_expr() local
5877 tcode = TREE_CODE (op0); in expand_vec_cond_expr()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-builtins.cc133 ix86_get_builtin_type (enum ix86_builtin_type tcode) in ix86_get_builtin_type() argument
138 gcc_assert ((unsigned)tcode < ARRAY_SIZE(ix86_builtin_type_tab)); in ix86_get_builtin_type()
140 type = ix86_builtin_type_tab[(int) tcode]; in ix86_get_builtin_type()
144 gcc_assert (tcode > IX86_BT_LAST_PRIM); in ix86_get_builtin_type()
145 if (tcode <= IX86_BT_LAST_VECT) in ix86_get_builtin_type()
149 index = tcode - IX86_BT_LAST_PRIM - 1; in ix86_get_builtin_type()
159 index = tcode - IX86_BT_LAST_VECT - 1; in ix86_get_builtin_type()
160 if (tcode <= IX86_BT_LAST_PTR) in ix86_get_builtin_type()
172 ix86_builtin_type_tab[(int) tcode] = type; in ix86_get_builtin_type()
183 ix86_get_builtin_func_type (enum ix86_builtin_func_type tcode) in ix86_get_builtin_func_type() argument
[all …]
H A Di386-builtins.h231 enum ix86_builtin_func_type tcode; /* type to use in the declaration */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-builtins.c131 ix86_get_builtin_type (enum ix86_builtin_type tcode) in ix86_get_builtin_type() argument
136 gcc_assert ((unsigned)tcode < ARRAY_SIZE(ix86_builtin_type_tab)); in ix86_get_builtin_type()
138 type = ix86_builtin_type_tab[(int) tcode]; in ix86_get_builtin_type()
142 gcc_assert (tcode > IX86_BT_LAST_PRIM); in ix86_get_builtin_type()
143 if (tcode <= IX86_BT_LAST_VECT) in ix86_get_builtin_type()
147 index = tcode - IX86_BT_LAST_PRIM - 1; in ix86_get_builtin_type()
157 index = tcode - IX86_BT_LAST_VECT - 1; in ix86_get_builtin_type()
158 if (tcode <= IX86_BT_LAST_PTR) in ix86_get_builtin_type()
170 ix86_builtin_type_tab[(int) tcode] = type; in ix86_get_builtin_type()
181 ix86_get_builtin_func_type (enum ix86_builtin_func_type tcode) in ix86_get_builtin_func_type() argument
[all …]
H A Di386-builtins.h230 enum ix86_builtin_func_type tcode; /* type to use in the declaration */ member
/netbsd-src/usr.sbin/fwctl/
H A Dfwcontrol.c211 asyreq->pkt.mode.rreqq.tcode = FWTCODE_RREQQ; in read_write_quad()
213 asyreq->pkt.mode.rreqq.tcode = FWTCODE_WREQQ; in read_write_quad()
259 asyreq->pkt.mode.common.tcode = FWTCODE_PHY; in send_phy_config()
284 asyreq->pkt.mode.common.tcode = FWTCODE_PHY; in link_on()
305 asyreq->pkt.mode.wreqq.tcode = FWTCODE_WREQQ; in reset_start()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc863 tree_code tcode = (code == EQ_EXPR) ? TRUTH_ANDIF_EXPR : TRUTH_ORIF_EXPR; in lower_struct_comparison() local
921 tcmp = build_boolop (tcode, req, ieq); in lower_struct_comparison()
955 tmemcmp = (tmemcmp) ? build_boolop (tcode, tmemcmp, tcmp) : tcmp; in lower_struct_comparison()
1017 tree_code tcode = (code == EQ_EXPR) ? TRUTH_ANDIF_EXPR : TRUTH_ORIF_EXPR; in build_array_struct_comparison() local
1059 t = build_boolop (tcode, result, t); in build_array_struct_comparison()

12345