HomeSort by: relevance | last modified time | path
    Searched defs:conds (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2-ldstwm.sml 40 fun conds cond str = if cond then str else ""; function
78 val fp_set = (conds fp (if pptype=push then sets (mem 2 3) fp_reg
80 val ret = (conds (pptype=pop) "(return)");
86 fun pop_opnds 0 spl = (conds fp ("fp" ^ spl)) ^ "ra"
88 fun push_opnds 0 spl = "ra" ^ (conds fp (spl ^ "fp"))
101 (conds (pptype=pop) "pop_operation") ^ "\"\n" ^
105 (conds (pptype=push)
130 (conds wb "_wb") ^ (conds pc "_ret");
140 " \"register_operand\" \"" ^ (conds wb "+&") ^ "r\")")
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2-ldstwm.sml 40 fun conds cond str = if cond then str else ""; function
78 val fp_set = (conds fp (if pptype=push then sets (mem 2 3) fp_reg
80 val ret = (conds (pptype=pop) "(return)");
86 fun pop_opnds 0 spl = (conds fp ("fp" ^ spl)) ^ "ra"
88 fun push_opnds 0 spl = "ra" ^ (conds fp (spl ^ "fp"))
101 (conds (pptype=pop) "pop_operation") ^ "\"\n" ^
105 (conds (pptype=push)
130 (conds wb "_wb") ^ (conds pc "_ret");
140 " \"register_operand\" \"" ^ (conds wb "+&") ^ "r\")")
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-fnsummary.h 131 time (0), conds (NULL),
146 time (s.time), conds (s.conds), size_time_table (),
186 conditions conds; variable
tree-call-cdce.cc 425 of the temporaries, CONDS is a vector holding the produced GIMPLE
427 logical comparisons. CONDS is either empty or a list ended with a
435 vec<gimple *> conds,
465 conds.quick_push (stmt1);
466 conds.quick_push (stmt2);
467 conds.quick_push (stmt3);
474 for the given function, CONDS points to the vector
482 vec<gimple *> conds,
490 conds, nconds);
496 conds.quick_push (NULL)
1133 auto_vec<gimple *, 12> conds; local
1174 auto_vec<gimple *, 12> conds; local
    [all...]
tree-profile.cc 894 vec<basic_block>& conds = expr.second; local
895 if (conds.length () > CONDITIONS_MAX_TERMS)
897 location_t loc = gimple_location (gsi_stmt (gsi_last_bb (conds[0])));
900 conds.length ());
903 conds.sort (topological_cmp, &ctx.top_index);
904 vec<basic_block>& subgraph = paths_between (ctx, fnblocks, conds);
909 for (basic_block b : conds)
tree-vectorizer.h 897 auto_vec<gcond *> conds; member in class:_loop_vec_info
1024 #define LOOP_VINFO_LOOP_CONDS(L) (L)->conds
2423 auto_vec<gcond *> conds; member in struct:vect_loop_form_info
gimplify.cc 448 int conds = --(gimplify_ctxp->conditions); local
450 gcc_assert (conds >= 0);
451 if (conds == 0)
tree-vect-loop.cc 862 vec<gcond *> conds; local
863 conds.create (exits.length ());
874 return conds;
886 conds.safe_push (cond);
966 return conds;
1854 info->inner_loop_cond = inner.conds[0];
1885 info->conds
1889 if (info->conds.is_empty ())
1894 /* Determine what the primary and alternate exit conds are. */
1895 for (unsigned i = 0; i < info->conds.length (); i++
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-fnsummary.h 131 time (0), conds (NULL),
146 time (s.time), conds (s.conds), size_time_table (),
184 conditions conds; variable
tree-call-cdce.cc 405 of the temporaries, CONDS is a vector holding the produced GIMPLE
407 logical comparisons. CONDS is either empty or a list ended with a
415 vec<gimple *> conds,
445 conds.quick_push (stmt1);
446 conds.quick_push (stmt2);
447 conds.quick_push (stmt3);
454 for the given function, CONDS points to the vector
462 vec<gimple *> conds,
470 conds, nconds);
476 conds.quick_push (NULL)
1034 auto_vec<gimple *, 12> conds; local
1075 auto_vec<gimple *, 12> conds; local
    [all...]
gimplify.cc 428 int conds = --(gimplify_ctxp->conditions); local
430 gcc_assert (conds >= 0);
431 if (conds == 0)
  /src/external/gpl3/binutils/dist/opcodes/
tic6x-dis.c 353 static const char *const conds[8][2] = local
377 cond = conds[creg_value][z_value];
388 static const char *const conds[2][2] = local
435 cond = conds[s_value][z_value];
  /src/external/gpl3/binutils.old/dist/opcodes/
tic6x-dis.c 353 static const char *const conds[8][2] = local
377 cond = conds[creg_value][z_value];
388 static const char *const conds[2][2] = local
435 cond = conds[s_value][z_value];
  /src/external/gpl3/gdb/dist/opcodes/
tic6x-dis.c 353 static const char *const conds[8][2] = local
377 cond = conds[creg_value][z_value];
388 static const char *const conds[2][2] = local
435 cond = conds[s_value][z_value];
  /src/external/gpl3/gdb.old/dist/opcodes/
tic6x-dis.c 353 static const char *const conds[8][2] = local
377 cond = conds[creg_value][z_value];
388 static const char *const conds[2][2] = local
435 cond = conds[s_value][z_value];
  /src/external/gpl3/gcc/dist/gcc/common/config/riscv/
riscv-common.cc 439 std::vector<std::string> conds; member in struct:riscv_multi_lib_info_t
1887 const std::vector<std::string> &conds)
1891 multi_lib_info->conds = conds;
1900 for (itr = conds.begin (); itr != conds.end (); ++itr)
1957 const std::vector<std::string> &conds)
1968 for (itr = conds.begin (); itr != conds.end (); ++itr)
2034 multilib_infos[i].conds);
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 6533 /* Parse a conditional code (from conds[] below). The value returned is in the
23938 static const struct asm_cond conds[] =
30051 for (i = 0; i < sizeof (conds) / sizeof (struct asm_cond); i++)
30052 str_hash_insert (arm_cond_hsh, conds[i].template_name, conds + i, 0);
23931 static const struct asm_cond conds[] = variable in typeref:struct:asm_cond
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 6536 /* Parse a conditional code (from conds[] below). The value returned is in the
23941 static const struct asm_cond conds[] =
30058 for (i = 0; i < sizeof (conds) / sizeof (struct asm_cond); i++)
30059 str_hash_insert (arm_cond_hsh, conds[i].template_name, conds + i, 0);
23934 static const struct asm_cond conds[] = variable in typeref:struct:asm_cond

Completed in 124 milliseconds