HomeSort by: relevance | last modified time | path
    Searched refs:tcode (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-isel.cc 123 enum tree_code tcode; local
188 tcode = gimple_assign_rhs_code (def_stmt);
194 if (TREE_CODE_CLASS (tcode) == tcc_comparison)
196 tcode);
214 tcode = TREE_CODE (op0);
222 tcode = TREE_CODE (op0);
225 tcode = TREE_CODE (op0);
228 tcode = TREE_CODE (op0);
230 if (TREE_CODE_CLASS (tcode) != tcc_comparison)
243 tcode = LT_EXPR
    [all...]
ccmp.cc 47 tree_code tcode; local
60 tcode = gimple_assign_rhs_code (g);
61 return TREE_CODE_CLASS (tcode) == tcc_comparison;
99 tree_code tcode; local
105 tcode = gimple_assign_rhs_code (g);
106 if (tcode != BIT_AND_EXPR && tcode != BIT_IOR_EXPR)
optabs.h 376 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,
explow.cc 2306 enum tree_code tcode;
2311 tcode = PLUS_EXPR;
2314 tcode = MINUS_EXPR;
2317 tcode = MULT_EXPR;
2320 tcode = RDIV_EXPR;
2323 tcode = MIN_EXPR;
2326 tcode = MAX_EXPR;
2329 tcode = LAST_AND_UNUSED_TREE_CODE;
2332 return ((int) tcode);
2297 enum tree_code tcode; local
tree-call-cdce.cc 404 TCODE <ARG, LBUB> is *false*. TEMP_NAME1/TEMP_NAME2 are names
412 enum tree_code tcode,
419 tcode = comparison_code_if_no_nans (tcode);
438 fold_build2 (tcode,
gimple-match-head.cc 1367 auto tcode = tree_code (code); local
1368 if (commutative_tree_code (tcode)
1369 || commutative_ternary_tree_code (tcode))
optabs.cc 5932 /* Generate insns to trap with code TCODE if OP1 and OP2 satisfy condition
5936 gen_cond_trap (enum rtx_code code, rtx op1, rtx op2, rtx tcode)
5951 if (!insn_operand_matches (icode, 3, tcode))
5962 tcode);
5977 /* Return rtx code for TCODE or UNKNOWN. Use UNSIGNEDP to select signed
5981 get_rtx_code_1 (enum tree_code tcode, bool unsignedp)
5984 switch (tcode)
6045 /* Return rtx code for TCODE. Use UNSIGNEDP to select signed
6049 get_rtx_code (enum tree_code tcode, bool unsignedp)
6051 enum rtx_code code = get_rtx_code_1 (tcode, unsignedp)
6440 enum tree_code tcode; local
    [all...]
fold-const.cc 2939 enum tree_code tcode;
2941 tcode = compcode_to_comparison ((enum comparison_code) compcode);
2942 return fold_build2_loc (loc, tcode, truth_type, ll_arg, lr_arg);
6778 enum tree_code tcode = TREE_CODE (t);
6784 int same_p = tcode == code;
6792 if (TREE_CODE_CLASS (tcode) == tcc_unary)
6795 if (TREE_CODE_CLASS (tcode) == tcc_binary)
6800 switch (tcode)
6870 t1 = fold_build1 (tcode, cstype, fold_convert (cstype, t1));
6887 return fold_build1 (tcode, ctype, fold_convert (ctype, t1))
    [all...]
  /src/sys/dev/ieee1394/
firewire.h 147 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...]
fwohcireg.h 357 tcode:4, member in struct:fwohci_txpkthdr::__anon3095::__anon3096
361 tcode:4,
373 tcode:4, member in struct:fwohci_txpkthdr::__anon3095::__anon3097
377 tcode:4,
391 tcode:4, member in struct:fwohci_txpkthdr::__anon3095::__anon3098
395 tcode:4,
firewire.c 384 int tcode; local
395 tcode = fp->mode.common.tcode & 0xf;
396 info = &fc->tcode[tcode];
398 aprint_error_dev(fc->bdev, "invalid tcode=%x\n", tcode);
404 ((tcode != FWTCODE_RREQQ) || (fp->mode.rreqq.dest_hi != 0xffff) ||
430 len, xfer->send.pay_len, tcode_str[tcode], tcode);
1061 int tcode; local
    [all...]
fwdev.c 501 tinfo = &fc->tcode[fp->mode.hdr.tcode];
553 tinfo = &fc->tcode[xfer->recv.hdr.mode.hdr.tcode];
554 if (xfer->recv.hdr.mode.hdr.tcode == FWTCODE_RRESB ||
555 xfer->recv.hdr.mode.hdr.tcode == FWTCODE_LRES) {
845 tinfo = &xfer->fc->tcode[fp->mode.hdr.tcode];
873 tinfo = &d->fc->tcode[pkt.mode.hdr.tcode];
    [all...]
fwmem.c 332 fp->mode.rreqq.tcode = FWTCODE_RREQQ;
363 fp->mode.wreqq.tcode = FWTCODE_WREQQ;
394 fp->mode.rreqb.tcode = FWTCODE_RREQB;
426 fp->mode.wreqb.tcode = FWTCODE_WREQB;
fwohci.c 124 "data write err","bus reset", "timeout", "tcode err",
369 sc->fc.tcode = tinfo;
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
    [all...]
firewirereg.h 165 const struct tcode_info *tcode; member in struct:firewire_comm
if_fwip.c 601 fp->mode.stream.tcode = FWTCODE_STREAM;
636 sc->sc_last_hdr.mode.wreqb.tcode =
840 if (fp->mode.wreqb.tcode != FWTCODE_WREQB) {
sbp.c 1386 sbp_write_cmd(struct sbp_dev *sdev, int tcode, int offset)
1429 if (tcode == FWTCODE_WREQB)
1439 fp->mode.wreqq.tcode = tcode;
1746 if (rfp->mode.wreqb.tcode != FWTCODE_WREQB) {
1748 "sbp_recv: tcode = %d\n", rfp->mode.wreqb.tcode);
1986 sfp->mode.wres.tcode = FWTCODE_WRES;
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-builtins.cc 133 ix86_get_builtin_type (enum ix86_builtin_type tcode)
138 gcc_assert ((unsigned)tcode < ARRAY_SIZE(ix86_builtin_type_tab));
140 type = ix86_builtin_type_tab[(int) tcode];
144 gcc_assert (tcode > IX86_BT_LAST_PRIM);
145 if (tcode <= IX86_BT_LAST_VECT)
149 index = tcode - IX86_BT_LAST_PRIM - 1;
159 index = tcode - IX86_BT_LAST_VECT - 1;
160 if (tcode <= IX86_BT_LAST_PTR)
172 ix86_builtin_type_tab[(int) tcode] = type;
183 ix86_get_builtin_func_type (enum ix86_builtin_func_type tcode)
    [all...]
i386-builtins.h 231 enum ix86_builtin_func_type tcode; /* type to use in the declaration */ member in struct:builtin_isa
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSDigest.c 1525 mDNSexport void DNSDigest_SignMessage(DNSMessage *msg, mDNSu8 **end, DomainAuthInfo *info, mDNSu16 tcode)
1638 // digest error (tcode) and other data len (zero) - we'll add them to the rdata later
1639 buf.b[0] = (mDNSu8)((tcode >> 8) & 0xff);
1640 buf.b[1] = (mDNSu8)( tcode & 0xff);
1681 rdata[2] = (mDNSu8)((tcode >> 8) & 0xff);
1682 rdata[3] = (mDNSu8)( tcode & 0xff);
1697 const LargeCacheRecord *const lcr, const DomainAuthInfo *const info, mDNSu16 *const rcode, mDNSu16 *const tcode)
1732 *tcode = TSIG_ErrBadKey;
1746 *tcode = TSIG_ErrBadTime;
1772 *tcode = TSIG_ErrBadTime
1964 mDNSu16 tcode; local
    [all...]
  /src/external/bsd/ntp/dist/libparse/
clk_rawdcf.c 113 time_t tcode; /* last converted time code */ member in struct:last_tcode
559 if ((newtime - t->tcode) <= 600) /* require a successful telegram within last 10 minutes */
569 t->tcode = newtime;
776 * transfer correctly converted time codes always into tcode
  /src/usr.sbin/fwctl/
fwcontrol.c 210 asyreq->pkt.mode.rreqq.tcode = FWTCODE_RREQQ;
212 asyreq->pkt.mode.rreqq.tcode = FWTCODE_WREQQ;
258 asyreq->pkt.mode.common.tcode = FWTCODE_PHY;
283 asyreq->pkt.mode.common.tcode = FWTCODE_PHY;
304 asyreq->pkt.mode.wreqq.tcode = FWTCODE_WREQQ;
fwdv.c 313 pkt->mode.stream.tcode = FWTCODE_STREAM;
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 927 tree_code tcode = (code == EQ_EXPR) ? TRUTH_ANDIF_EXPR : TRUTH_ORIF_EXPR; local
982 tcmp = build_boolop (tcode, req, ieq);
1015 tmemcmp = (tmemcmp) ? build_boolop (tcode, tmemcmp, tcmp) : tcmp;
1074 tree_code tcode = (code == EQ_EXPR) ? TRUTH_ANDIF_EXPR : TRUTH_ORIF_EXPR; local
1116 t = build_boolop (tcode, result, t);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 1207 enum tree_code fcode, tcode; local
1241 tcode = TREE_CODE (to);
1278 if (tcode == COMPLEX_TYPE && fcode == COMPLEX_TYPE)
1311 if ((tcode == POINTER_TYPE || TYPE_PTRMEM_P (to)
1316 else if ((tcode == INTEGER_TYPE && fcode == POINTER_TYPE)
1317 || (tcode == POINTER_TYPE && fcode == INTEGER_TYPE))
1331 else if ((tcode == POINTER_TYPE && fcode == POINTER_TYPE)
1337 if (tcode == POINTER_TYPE)
1358 if (tcode == POINTER_TYPE
1475 else if (tcode == BOOLEAN_TYPE
    [all...]

Completed in 75 milliseconds

1 2