| /src/external/gpl3/gcc/dist/gcc/ |
| 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)
|
| 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...] |
| gimple-match-exports.cc | 1353 auto tcode = tree_code (code); local 1354 if (commutative_tree_code (tcode) 1355 || commutative_ternary_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
|
| internal-fn.cc | 3103 enum tree_code tcode = (tree_code) int_cst_value (gimple_call_arg (stmt, 4)); local 3114 = vector_compare_rtx (VOIDmode, tcode, op0a, op0b, unsignedp, icode, 4);
|
| optabs.cc | 6191 /* Generate insns to trap with code TCODE if OP1 and OP2 satisfy condition 6195 gen_cond_trap (enum rtx_code code, rtx op1, rtx op2, rtx tcode) 6210 if (!insn_operand_matches (icode, 3, tcode)) 6221 tcode); 6236 /* Return rtx code for TCODE or UNKNOWN. Use UNSIGNEDP to select signed 6240 get_rtx_code_1 (enum tree_code tcode, bool unsignedp) 6243 switch (tcode) 6304 /* Return rtx code for TCODE. Use UNSIGNEDP to select signed 6308 get_rtx_code (enum tree_code tcode, bool unsignedp) 6310 enum rtx_code code = get_rtx_code_1 (tcode, unsignedp) 6703 enum tree_code tcode; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| 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)
|
| 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...] |
| gimple-match-head.cc | 1367 auto tcode = tree_code (code); local 1368 if (commutative_tree_code (tcode) 1369 || commutative_ternary_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
|
| internal-fn.cc | 2831 enum tree_code tcode = (tree_code) int_cst_value (gimple_call_arg (stmt, 4)); local 2842 = vector_compare_rtx (VOIDmode, tcode, op0a, op0b, unsignedp, icode, 4);
|
| 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...] |
| /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/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-vector-costs.cc | 276 tree_code tcode = gimple_assign_rhs_code (stmt); local 280 switch (tcode)
|
| /src/sys/dev/ieee1394/ |
| 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...] |
| firewirereg.h | 165 const struct tcode_info *tcode; member in struct:firewire_comm
|
| 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...] |
| 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,
|
| /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/gpl3/gcc/dist/gcc/config/i386/ |
| i386-builtins.h | 233 enum ix86_builtin_func_type tcode; /* type to use in the declaration */ member in struct:builtin_isa
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| 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.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/crypto/external/bsd/openssh/dist/ |
| channels.c | 3552 u_int32_t tcode; local 3571 if ((r = sshpkt_get_u32(ssh, &tcode)) != 0) { 3572 error_fr(r, "parse tcode"); 3577 tcode != SSH2_EXTENDED_DATA_STDERR) {
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| constexpr.cc | 6625 tree_code tcode = TREE_CODE (t); local 6626 switch (tcode) 7336 if (TREE_CODE (op) == PTRMEM_CST && tcode == NOP_EXPR) 7421 if (op == oldop && tcode != UNARY_PLUS_EXPR) 7436 else if (tcode == UNARY_PLUS_EXPR) 7439 r = fold_build1 (tcode, type, op);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| call.cc | 1227 enum tree_code fcode, tcode; local 1261 tcode = TREE_CODE (to); 1295 if (tcode == COMPLEX_TYPE && fcode == COMPLEX_TYPE) 1328 if ((tcode == POINTER_TYPE || TYPE_PTRMEM_P (to) 1333 else if ((tcode == INTEGER_TYPE && fcode == POINTER_TYPE) 1334 || (tcode == POINTER_TYPE && fcode == INTEGER_TYPE)) 1348 else if ((tcode == POINTER_TYPE && fcode == POINTER_TYPE) 1354 if (tcode == POINTER_TYPE) 1375 if (tcode == POINTER_TYPE 1492 else if (tcode == BOOLEAN_TYPE [all...] |