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

  /src/external/gpl3/binutils/dist/binutils/
dllwrap.c 1091 dyn_string_t step2 = dyn_string_new (dlltool_cmdline->length local
1096 dyn_string_append_cstr (step2, "--base-file ");
1099 dyn_string_append_cstr (step2,
1101 dyn_string_append_cstr (step2, base_file_name);
1102 dyn_string_append_cstr (step2,
1105 dyn_string_append_cstr (step2, "--output-exp ");
1108 dyn_string_append_cstr (step2,
1110 dyn_string_append_cstr (step2, exp_file_name);
1111 dyn_string_append_cstr (step2,
1116 dyn_string_append_cstr (step2, " ");
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dllwrap.c 1091 dyn_string_t step2 = dyn_string_new (dlltool_cmdline->length local
1096 dyn_string_append_cstr (step2, "--base-file ");
1099 dyn_string_append_cstr (step2,
1101 dyn_string_append_cstr (step2, base_file_name);
1102 dyn_string_append_cstr (step2,
1105 dyn_string_append_cstr (step2, "--output-exp ");
1108 dyn_string_append_cstr (step2,
1110 dyn_string_append_cstr (step2, exp_file_name);
1111 dyn_string_append_cstr (step2,
1116 dyn_string_append_cstr (step2, " ");
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-v.cc 673 step2 = 4 - 2 = 2
675 step2 = 6 - 4 = 2
682 step2 = 4 - 2 = 2
684 step2 = 7 - 4 = 3
1436 poly_int64 step2 local
1459 if (known_ge (step1, 0) && known_ge (step2, 0)
1467 if (rtx_equal_p (base2, const0_rtx) && known_eq (step2, 0))
1470 else if (known_eq (step2, 0))
1490 gen_int_mode (step2, new_smode));
1516 gen_int_mode (step2, builder.inner_mode ())
3638 poly_int64 step2 = el3 - el2; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 7101 tree step2 = TREE_VEC_ELT (it2, 3);
7115 else if (cp_walk_tree (&step2, find_omp_placeholder_r, var, &pset))
7117 error_at (EXPR_LOC_OR_LOC (step2, loc2),
7100 tree step2 = TREE_VEC_ELT (it2, 3); local
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 1357 deallocate before restoring the registers. STEP2 is the amount we
1363 HOST_WIDE_INT step2 = 0; local
1413 step2 = loongarch_first_stack_step (frame);
1414 step1 -= step2;
1438 GEN_INT (step2));
1447 loongarch_for_each_saved_reg (frame->total_size - step2,
1456 if (step2 > 0)
1460 GEN_INT (step2)));
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 4448 deallocate before restoring the registers. STEP2 is the amount we
4455 HOST_WIDE_INT step2 = 0;
4516 step2 = riscv_first_stack_step (frame);
4517 step1 -= step2;
4540 GEN_INT (step2));
4551 epilogue_cfa_sp_offset = step2;
4558 riscv_for_each_saved_reg (frame->total_size - step2, riscv_restore_reg,
4564 gcc_assert (step2 >= frame->save_libcall_adjustment);
4565 step2 -= frame->save_libcall_adjustment;
4572 if (step2 > 0
4452 HOST_WIDE_INT step2 = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 6678 tree step2 = TREE_VEC_ELT (it2, 3);
6692 else if (cp_walk_tree (&step2, find_omp_placeholder_r, var, &pset))
6694 error_at (EXPR_LOC_OR_LOC (step2, loc2),
6677 tree step2 = TREE_VEC_ELT (it2, 3); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 14919 tree step2 = TREE_VEC_ELT (it2, 3);
14942 else if (walk_tree (&step2, c_find_omp_var_r, &data, &pset))
14944 error_at (EXPR_LOC_OR_LOC (step2, loc2),
14878 tree step2 = TREE_VEC_ELT (it2, 3); local
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 1405 deallocate before restoring the registers. STEP2 is the amount we
1411 HOST_WIDE_INT step2 = 0; local
1461 step2 = loongarch_first_stack_step (frame);
1462 step1 -= step2;
1486 GEN_INT (step2));
1495 loongarch_for_each_saved_reg (frame->total_size - step2,
1504 if (step2 > 0)
1508 GEN_INT (step2)));
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 12930 HOST_WIDE_INT step1, step2;
12947 deallocate before restoring the registers. STEP2 is the amount we
12953 step2 = 0;
12972 step2 = MIN (step1, MIPS_MAX_FIRST_STACK_STEP);
12973 step1 -= step2;
12983 mips_deallocate_stack (base, adjust, step2);
12991 mips_epilogue.cfa_restore_sp_offset = step2;
13000 restore = mips16e_build_save_restore (true, &mask, &offset, 0, step2);
13019 mips_for_each_saved_acc (frame->total_size - step2, mips_restore_reg);
13020 mips_for_each_saved_gpr_and_fpr (frame->total_size - step2,
12878 HOST_WIDE_INT step1, step2; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 14077 tree step2 = TREE_VEC_ELT (it2, 3);
14100 else if (walk_tree (&step2, c_find_omp_var_r, &data, &pset))
14102 error_at (EXPR_LOC_OR_LOC (step2, loc2),
14038 tree step2 = TREE_VEC_ELT (it2, 3); local
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 12745 HOST_WIDE_INT step1, step2;
12762 deallocate before restoring the registers. STEP2 is the amount we
12768 step2 = 0;
12787 step2 = MIN (step1, MIPS_MAX_FIRST_STACK_STEP);
12788 step1 -= step2;
12798 mips_deallocate_stack (base, adjust, step2);
12806 mips_epilogue.cfa_restore_sp_offset = step2;
12815 restore = mips16e_build_save_restore (true, &mask, &offset, 0, step2);
12834 mips_for_each_saved_acc (frame->total_size - step2, mips_restore_reg);
12835 mips_for_each_saved_gpr_and_fpr (frame->total_size - step2,
12693 HOST_WIDE_INT step1, step2; local
    [all...]

Completed in 114 milliseconds