Home
last modified time | relevance | path

Searched refs:step2 (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/usr.bin/make/unit-tests/
H A Dopt-m-include-dir.mk29 _!= cp ${MAKEFILE} ${TEST_DIR}/step2.mk
35 @${.MAKE} -C ${TEST_DIR} -f step2.mk step2
60 step2:
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddllwrap.c1091 dyn_string_t step2 = dyn_string_new (dlltool_cmdline->length in main() local
1096 dyn_string_append_cstr (step2, "--base-file "); in main()
1099 dyn_string_append_cstr (step2, in main()
1101 dyn_string_append_cstr (step2, base_file_name); in main()
1102 dyn_string_append_cstr (step2, in main()
1105 dyn_string_append_cstr (step2, "--output-exp "); in main()
1108 dyn_string_append_cstr (step2, in main()
1110 dyn_string_append_cstr (step2, exp_file_name); in main()
1111 dyn_string_append_cstr (step2, in main()
1116 dyn_string_append_cstr (step2, " "); in main()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddllwrap.c1091 dyn_string_t step2 = dyn_string_new (dlltool_cmdline->length in main() local
1096 dyn_string_append_cstr (step2, "--base-file "); in main()
1099 dyn_string_append_cstr (step2, in main()
1101 dyn_string_append_cstr (step2, base_file_name); in main()
1102 dyn_string_append_cstr (step2, in main()
1105 dyn_string_append_cstr (step2, "--output-exp "); in main()
1108 dyn_string_append_cstr (step2, in main()
1110 dyn_string_append_cstr (step2, exp_file_name); in main()
1111 dyn_string_append_cstr (step2, in main()
1116 dyn_string_append_cstr (step2, " "); in main()
[all …]
/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_step_wait.h214 PTRACE_STEP(step2, 2, 0)
249 ATF_TP_ADD_TC_PT_STEP(tp, step2); \
/netbsd-src/sys/dev/i2c/
H A Daxp809.c73 #define AXP_CTRL2(name, min, max, step1, step1cnt, step2, step2cnt, ereg, emask, vreg, vmask) \ argument
76 .c_step2 = (step2), .c_step2cnt = (step2cnt), \
H A Daxppmic.c144 #define AXP_CTRL2(name, min, max, step1, step1cnt, step2, step2cnt, ereg, emask, vreg, vmask) \ argument
147 .c_step2 = (step2), .c_step2cnt = (step2cnt), \
152 #define AXP_CTRL2_RANGE(name, min, max, step1, step1cnt, step2start, step2, step2cnt, ereg, emask, vreg, vmask) \ argument
156 .c_step2 = (step2), .c_step2cnt = (step2cnt), \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c4086 HOST_WIDE_INT step2 = 0; in riscv_expand_epilogue() local
4147 step2 = riscv_first_stack_step (frame); in riscv_expand_epilogue()
4148 step1 -= step2; in riscv_expand_epilogue()
4171 GEN_INT (step2)); in riscv_expand_epilogue()
4182 epilogue_cfa_sp_offset = step2; in riscv_expand_epilogue()
4189 riscv_for_each_saved_reg (frame->total_size - step2, riscv_restore_reg, in riscv_expand_epilogue()
4195 gcc_assert (step2 >= frame->save_libcall_adjustment); in riscv_expand_epilogue()
4196 step2 -= frame->save_libcall_adjustment; in riscv_expand_epilogue()
4203 if (step2 > 0) in riscv_expand_epilogue()
4206 GEN_INT (step2))); in riscv_expand_epilogue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc4452 HOST_WIDE_INT step2 = 0; in riscv_expand_epilogue() local
4513 step2 = riscv_first_stack_step (frame); in riscv_expand_epilogue()
4514 step1 -= step2; in riscv_expand_epilogue()
4537 GEN_INT (step2)); in riscv_expand_epilogue()
4548 epilogue_cfa_sp_offset = step2; in riscv_expand_epilogue()
4555 riscv_for_each_saved_reg (frame->total_size - step2, riscv_restore_reg, in riscv_expand_epilogue()
4561 gcc_assert (step2 >= frame->save_libcall_adjustment); in riscv_expand_epilogue()
4562 step2 -= frame->save_libcall_adjustment; in riscv_expand_epilogue()
4569 if (step2 > 0) in riscv_expand_epilogue()
4572 GEN_INT (step2))); in riscv_expand_epilogue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc1363 HOST_WIDE_INT step2 = 0; in loongarch_expand_epilogue() local
1413 step2 = loongarch_first_stack_step (frame); in loongarch_expand_epilogue()
1414 step1 -= step2; in loongarch_expand_epilogue()
1438 GEN_INT (step2)); in loongarch_expand_epilogue()
1447 loongarch_for_each_saved_reg (frame->total_size - step2, in loongarch_expand_epilogue()
1456 if (step2 > 0) in loongarch_expand_epilogue()
1460 GEN_INT (step2))); in loongarch_expand_epilogue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc12693 HOST_WIDE_INT step1, step2; in mips_expand_epilogue() local
12716 step2 = 0; in mips_expand_epilogue()
12735 step2 = MIN (step1, MIPS_MAX_FIRST_STACK_STEP); in mips_expand_epilogue()
12736 step1 -= step2; in mips_expand_epilogue()
12746 mips_deallocate_stack (base, adjust, step2); in mips_expand_epilogue()
12754 mips_epilogue.cfa_restore_sp_offset = step2; in mips_expand_epilogue()
12763 restore = mips16e_build_save_restore (true, &mask, &offset, 0, step2); in mips_expand_epilogue()
12782 mips_for_each_saved_acc (frame->total_size - step2, mips_restore_reg); in mips_expand_epilogue()
12783 mips_for_each_saved_gpr_and_fpr (frame->total_size - step2, in mips_expand_epilogue()
12791 offset = frame->cop0_sp_offset - (frame->total_size - step2); in mips_expand_epilogue()
[all …]
H A Dmips.md364 ;; frsqrt2 floating point reciprocal square root step2
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c12540 HOST_WIDE_INT step1, step2; in mips_expand_epilogue() local
12563 step2 = 0; in mips_expand_epilogue()
12582 step2 = MIN (step1, MIPS_MAX_FIRST_STACK_STEP); in mips_expand_epilogue()
12583 step1 -= step2; in mips_expand_epilogue()
12593 mips_deallocate_stack (base, adjust, step2); in mips_expand_epilogue()
12601 mips_epilogue.cfa_restore_sp_offset = step2; in mips_expand_epilogue()
12610 restore = mips16e_build_save_restore (true, &mask, &offset, 0, step2); in mips_expand_epilogue()
12629 mips_for_each_saved_acc (frame->total_size - step2, mips_restore_reg); in mips_expand_epilogue()
12630 mips_for_each_saved_gpr_and_fpr (frame->total_size - step2, in mips_expand_epilogue()
12638 offset = frame->cop0_sp_offset - (frame->total_size - step2); in mips_expand_epilogue()
[all …]
H A Dmips.md364 ;; frsqrt2 floating point reciprocal square root step2
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c6242 tree step2 = TREE_VEC_ELT (it2, 3); in cp_omp_finish_iterators() local
6256 else if (cp_walk_tree (&step2, find_omp_placeholder_r, var, &pset)) in cp_omp_finish_iterators()
6258 error_at (EXPR_LOC_OR_LOC (step2, loc2), in cp_omp_finish_iterators()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc6669 tree step2 = TREE_VEC_ELT (it2, 3); in cp_omp_finish_iterators() local
6683 else if (cp_walk_tree (&step2, find_omp_placeholder_r, var, &pset)) in cp_omp_finish_iterators()
6685 error_at (EXPR_LOC_OR_LOC (step2, loc2), in cp_omp_finish_iterators()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c13805 tree step2 = TREE_VEC_ELT (it2, 3); in c_omp_finish_iterators() local
13828 else if (walk_tree (&step2, c_find_omp_var_r, &data, &pset)) in c_omp_finish_iterators()
13830 error_at (EXPR_LOC_OR_LOC (step2, loc2), in c_omp_finish_iterators()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc14038 tree step2 = TREE_VEC_ELT (it2, 3); in c_omp_finish_iterators() local
14061 else if (walk_tree (&step2, c_find_omp_var_r, &data, &pset)) in c_omp_finish_iterators()
14063 error_at (EXPR_LOC_OR_LOC (step2, loc2), in c_omp_finish_iterators()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20183700 to step2 if frame_pointer_needed and step1 is 0.