HomeSort by: relevance | last modified time | path
    Searched refs:tcode (Results 1 - 25 of 46) 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,
  /src/external/gpl3/gcc/dist/gcc/
gimple-isel.cc 168 enum tree_code tcode; local
233 tcode = gimple_assign_rhs_code (def_stmt);
239 if (TREE_CODE_CLASS (tcode) == tcc_comparison)
241 tcode);
259 tcode = TREE_CODE (op0);
267 tcode = TREE_CODE (op0);
270 tcode = TREE_CODE (op0);
273 tcode = TREE_CODE (op0);
275 if (TREE_CODE_CLASS (tcode) != tcc_comparison)
288 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;
100 tree_code tcode; local
106 tcode = gimple_assign_rhs_code (g);
107 if (tcode != BIT_AND_EXPR && tcode != BIT_IOR_EXPR)
optabs.h 392 extern enum rtx_code get_rtx_code_1 (enum tree_code tcode, bool unsignedp);
393 extern enum rtx_code get_rtx_code (enum tree_code tcode, bool unsignedp);
394 extern rtx vector_compare_rtx (machine_mode cmp_mode, enum tree_code tcode,
explow.cc 2349 enum tree_code tcode;
2354 tcode = PLUS_EXPR;
2357 tcode = MINUS_EXPR;
2360 tcode = MULT_EXPR;
2363 tcode = RDIV_EXPR;
2366 tcode = MIN_EXPR;
2369 tcode = MAX_EXPR;
2372 tcode = LAST_AND_UNUSED_TREE_CODE;
2375 return ((int) tcode);
2340 enum tree_code tcode; local
tree-call-cdce.cc 424 TCODE <ARG, LBUB> is *false*. TEMP_NAME1/TEMP_NAME2 are names
432 enum tree_code tcode,
439 tcode = comparison_code_if_no_nans (tcode);
458 fold_build2 (tcode,
  /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) {
  /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/gpl3/gcc/dist/gcc/config/i386/
i386-builtins.cc 136 ix86_get_builtin_type (enum ix86_builtin_type tcode)
141 gcc_assert ((unsigned)tcode < ARRAY_SIZE(ix86_builtin_type_tab));
143 type = ix86_builtin_type_tab[(int) tcode];
147 gcc_assert (tcode > IX86_BT_LAST_PRIM);
148 if (tcode <= IX86_BT_LAST_VECT)
152 index = tcode - IX86_BT_LAST_PRIM - 1;
162 index = tcode - IX86_BT_LAST_VECT - 1;
163 if (tcode <= IX86_BT_LAST_PTR)
175 ix86_builtin_type_tab[(int) tcode] = type;
186 ix86_get_builtin_func_type (enum ix86_builtin_func_type tcode)
    [all...]
i386-builtins.h 233 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;

Completed in 63 milliseconds

1 2