Searched refs:tcode (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmapdir.d20 0+00 l d .tcode 00000000 .tcode
21 0+00 l .tcode 00000000 \$t
32 Disassembly of section .tcode:
34 00000000 <.tcode>:
H A Dmapdir.s22 .section .tcode,"ax",%progbits
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-isel.cc123 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
[all...]
H A Dccmp.cc47 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)
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.cc2306 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
H A Dtree-call-cdce.cc412 enum tree_code tcode,
419 tcode = comparison_code_if_no_nans (tcode);
438 fold_build2 (tcode,
408 gen_one_condition(tree arg, int lbub, enum tree_code tcode, const char *temp_name1, const char *temp_name2, vec<gimple *> conds, unsigned *nconds) argument
/netbsd-current/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, pr
[all...]
H A Dfwohcireg.h357 tcode:4, member in struct:fwohci_txpkthdr::__anon24::__anon25
361 tcode:4,
373 tcode:4, member in struct:fwohci_txpkthdr::__anon24::__anon26
377 tcode:4,
391 tcode:4, member in struct:fwohci_txpkthdr::__anon24::__anon27
395 tcode:4,
H A Dfirewire.c384 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
1512 fw_tl2xfer(struct firewire_comm *fc, int node, int tlabel, int tcode) argument
[all...]
H A Dfwdev.c501 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...]
H A Dfwmem.c332 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;
H A Dfwohci.c124 "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
[all...]
H A Dfirewirereg.h165 const struct tcode_info *tcode; member in struct:firewire_comm
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dccmp.c47 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)
H A Dexplow.c2274 enum tree_code tcode;
2279 tcode = PLUS_EXPR;
2282 tcode = MINUS_EXPR;
2285 tcode = MULT_EXPR;
2288 tcode = RDIV_EXPR;
2291 tcode = MIN_EXPR;
2294 tcode = MAX_EXPR;
2297 tcode = LAST_AND_UNUSED_TREE_CODE;
2300 return ((int) tcode);
2265 enum tree_code tcode; local
H A Dtree-call-cdce.c412 enum tree_code tcode,
419 tcode = comparison_code_if_no_nans (tcode);
438 fold_build2 (tcode,
408 gen_one_condition(tree arg, int lbub, enum tree_code tcode, const char *temp_name1, const char *temp_name2, vec<gimple *> conds, unsigned *nconds) argument
H A Doptabs.c5368 gen_cond_trap (enum rtx_code code, rtx op1, rtx op2, rtx tcode)
5383 if (!insn_operand_matches (icode, 3, tcode))
5394 tcode);
5413 get_rtx_code (enum tree_code tcode, bool unsignedp)
5416 switch (tcode)
5482 vector_compare_rtx (machine_mode cmp_mode, enum tree_code tcode,
5489 enum rtx_code rcode = get_rtx_code (tcode, unsignedp);
5491 gcc_assert (TREE_CODE_CLASS (tcode) == tcc_comparison);
5894 enum tree_code tcode;
5900 tcode
5345 gen_cond_trap(enum rtx_code code, rtx op1, rtx op2, rtx tcode) argument
5390 get_rtx_code(enum tree_code tcode, bool unsignedp) argument
5459 vector_compare_rtx(machine_mode cmp_mode, enum tree_code tcode, tree t_op0, tree t_op1, bool unsignedp, enum insn_code icode, unsigned int opno) argument
5871 enum tree_code tcode; local
5988 enum tree_code tcode; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-builtins.c131 ix86_get_builtin_type (enum ix86_builtin_type tcode) argument
136 gcc_assert ((unsigned)tcode < ARRAY_SIZE(ix86_builtin_type_tab));
138 type = ix86_builtin_type_tab[(int) tcode];
142 gcc_assert (tcode > IX86_BT_LAST_PRIM);
143 if (tcode <= IX86_BT_LAST_VECT)
147 index = tcode - IX86_BT_LAST_PRIM - 1;
157 index = tcode - IX86_BT_LAST_VECT - 1;
158 if (tcode <= IX86_BT_LAST_PTR)
170 ix86_builtin_type_tab[(int) tcode] = type;
181 ix86_get_builtin_func_type (enum ix86_builtin_func_type tcode) argument
252 def_builtin(HOST_WIDE_INT mask, HOST_WIDE_INT mask2, const char *name, enum ix86_builtin_func_type tcode, enum ix86_builtins code) argument
308 def_builtin_const(HOST_WIDE_INT mask, HOST_WIDE_INT mask2, const char *name, enum ix86_builtin_func_type tcode, enum ix86_builtins code) argument
323 def_builtin_pure(HOST_WIDE_INT mask, HOST_WIDE_INT mask2, const char *name, enum ix86_builtin_func_type tcode, enum ix86_builtins code) argument
[all...]
H A Di386-builtins.h230 enum ix86_builtin_func_type tcode; /* type to use in the declaration */ member in struct:builtin_isa
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-builtins.cc133 ix86_get_builtin_type (enum ix86_builtin_type tcode) argument
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) argument
254 def_builtin(HOST_WIDE_INT mask, HOST_WIDE_INT mask2, const char *name, enum ix86_builtin_func_type tcode, enum ix86_builtins code) argument
314 def_builtin_const(HOST_WIDE_INT mask, HOST_WIDE_INT mask2, const char *name, enum ix86_builtin_func_type tcode, enum ix86_builtins code) argument
329 def_builtin_pure(HOST_WIDE_INT mask, HOST_WIDE_INT mask2, const char *name, enum ix86_builtin_func_type tcode, enum ix86_builtins code) argument
[all...]
H A Di386-builtins.h231 enum ix86_builtin_func_type tcode; /* type to use in the declaration */ member in struct:builtin_isa
/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dclk_rawdcf.c113 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
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSCore/
H A DDNSDigest.c1321 mDNSexport void DNSDigest_SignMessage(DNSMessage *msg, mDNSu8 **end, DomainAuthInfo *info, mDNSu16 tcode) argument
1382 // digest error (tcode) and other data len (zero) - we'll add them to the rdata later
1383 buf.b[0] = (mDNSu8)((tcode >> 8) & 0xff);
1384 buf.b[1] = (mDNSu8)( tcode & 0xff);
1406 rdata[2] = (mDNSu8)((tcode >> 8) & 0xff);
1407 rdata[3] = (mDNSu8)( tcode & 0xff);
1421 mDNSexport mDNSBool DNSDigest_VerifyMessage(DNSMessage *msg, mDNSu8 *end, LargeCacheRecord * lcr, DomainAuthInfo *info, mDNSu16 * rcode, mDNSu16 * tcode) argument
1444 *tcode = TSIG_ErrBadKey;
1458 *tcode = TSIG_ErrBadTime;
1484 *tcode
[all...]
/netbsd-current/usr.sbin/fwctl/
H A Dfwcontrol.c211 asyreq->pkt.mode.rreqq.tcode = FWTCODE_RREQQ;
213 asyreq->pkt.mode.rreqq.tcode = FWTCODE_WREQQ;
259 asyreq->pkt.mode.common.tcode = FWTCODE_PHY;
284 asyreq->pkt.mode.common.tcode = FWTCODE_PHY;
305 asyreq->pkt.mode.wreqq.tcode = FWTCODE_WREQQ;

Completed in 1135 milliseconds

12