Home
last modified time | relevance | path

Searched refs:step1 (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddllwrap.c1045 dyn_string_t step1 = dyn_string_new (driver_cmdline->length in main() local
1048 dyn_string_append_cstr (step1, "-Wl,--base-file,"); in main()
1051 dyn_string_append_cstr (step1, in main()
1053 dyn_string_append_cstr (step1, base_file_name); in main()
1054 dyn_string_append_cstr (step1, in main()
1058 dyn_string_append_cstr (step1, " "); in main()
1059 dyn_string_append_cstr (step1, driver_cmdline->s); in main()
1062 if (run (driver_name, step1->s)) in main()
1065 dyn_string_delete (step1); in main()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddllwrap.c1045 dyn_string_t step1 = dyn_string_new (driver_cmdline->length in main() local
1048 dyn_string_append_cstr (step1, "-Wl,--base-file,"); in main()
1051 dyn_string_append_cstr (step1, in main()
1053 dyn_string_append_cstr (step1, base_file_name); in main()
1054 dyn_string_append_cstr (step1, in main()
1058 dyn_string_append_cstr (step1, " "); in main()
1059 dyn_string_append_cstr (step1, driver_cmdline->s); in main()
1062 if (run (driver_name, step1->s)) in main()
1065 dyn_string_delete (step1); in main()
/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_step_wait.h213 PTRACE_STEP(step1, 1, 0)
248 ATF_TP_ADD_TC_PT_STEP(tp, step1); \
/netbsd-src/usr.bin/make/unit-tests/
H A Dopt-m-include-dir.mk34 step1:
/netbsd-src/sys/dev/i2c/
H A Daxp809.c73 #define AXP_CTRL2(name, min, max, step1, step1cnt, step2, step2cnt, ereg, emask, vreg, vmask) \ argument
75 .c_step1 = (step1), .c_step1cnt = (step1cnt), \
H A Daxppmic.c144 #define AXP_CTRL2(name, min, max, step1, step1cnt, step2, step2cnt, ereg, emask, vreg, vmask) \ argument
146 .c_step1 = (step1), .c_step1cnt = (step1cnt), \
152 #define AXP_CTRL2_RANGE(name, min, max, step1, step1cnt, step2start, step2, step2cnt, ereg, emask, vreg, vmask) \ argument
154 .c_step1 = (step1), .c_step1cnt = (step1cnt), \
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-manip.cc66 tree initial, step1; in create_iv() local
93 step1 = fold_build1 (NEGATE_EXPR, TREE_TYPE (step), step); in create_iv()
94 if (tree_int_cst_lt (step1, step)) in create_iv()
97 step = step1; in create_iv()
H A Dsimplify-rtx.cc2605 rtx base1, step1; in simplify_binary_operation_series() local
2607 step1 = const0_rtx; in simplify_binary_operation_series()
2608 else if (!vec_series_p (op1, &base1, &step1)) in simplify_binary_operation_series()
2619 rtx new_step = simplify_binary_operation (code, inner_mode, step0, step1); in simplify_binary_operation_series()
H A DChangeLog.dataflow44 (step1): Renamed to dse_step1.
234 (step1, step2_init, step3_exit_block_scan): Use frame_related field.
658 (step1): Added code to process deferred_change_list.
810 (step1): Add code to remove a store to the frame that goes dead at
H A DChangeLog-20183700 to step2 if frame_pointer_needed and step1 is 0.
H A DChangeLog-20154173 (mips_expand_prologue): Add check to see if step1 is zero,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-manip.c66 tree initial, step1; in create_iv() local
93 step1 = fold_build1 (NEGATE_EXPR, TREE_TYPE (step), step); in create_iv()
94 if (tree_int_cst_lt (step1, step)) in create_iv()
97 step = step1; in create_iv()
H A Dsimplify-rtx.c2421 rtx base1, step1; in simplify_binary_operation_series() local
2423 step1 = const0_rtx; in simplify_binary_operation_series()
2424 else if (!vec_series_p (op1, &base1, &step1)) in simplify_binary_operation_series()
2435 rtx new_step = simplify_binary_operation (code, inner_mode, step0, step1); in simplify_binary_operation_series()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dvec-common.md552 rtx step1 = gen_reg_rtx (<V_HALF>mode);
554 emit_insn (gen_quad_halves_plus<mode> (step1, operands[1]));
555 emit_insn (gen_reduc_plus_scal_<V_half> (operands[0], step1));
H A Dneon.md1196 rtx step1 = gen_reg_rtx (<V_HALF>mode);
1198 emit_insn (gen_quad_halves_smin<mode> (step1, operands[1]));
1199 emit_insn (gen_reduc_smin_scal_<V_half> (operands[0], step1));
1222 rtx step1 = gen_reg_rtx (<V_HALF>mode);
1224 emit_insn (gen_quad_halves_smax<mode> (step1, operands[1]));
1225 emit_insn (gen_reduc_smax_scal_<V_half> (operands[0], step1));
1248 rtx step1 = gen_reg_rtx (<V_HALF>mode);
1250 emit_insn (gen_quad_halves_umin<mode> (step1, operands[1]));
1251 emit_insn (gen_reduc_umin_scal_<V_half> (operands[0], step1));
1274 rtx step1 = gen_reg_rtx (<V_HALF>mode);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c3639 HOST_WIDE_INT step1 = riscv_first_stack_step (frame); in riscv_compute_frame_info() local
3640 if (! SMALL_OPERAND (frame->total_size - step1)) in riscv_compute_frame_info()
4003 HOST_WIDE_INT step1 = MIN (size, riscv_first_stack_step (frame)); in riscv_expand_prologue() local
4007 GEN_INT (-step1)); in riscv_expand_prologue()
4009 size -= step1; in riscv_expand_prologue()
4085 HOST_WIDE_INT step1 = frame->total_size; in riscv_expand_epilogue() local
4148 step1 -= step2; in riscv_expand_epilogue()
4152 if (step1 > 0) in riscv_expand_epilogue()
4159 rtx adjust = GEN_INT (step1); in riscv_expand_epilogue()
4160 if (!SMALL_OPERAND (step1)) in riscv_expand_epilogue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc4005 HOST_WIDE_INT step1 = riscv_first_stack_step (frame); in riscv_compute_frame_info() local
4006 if (! SMALL_OPERAND (frame->total_size - step1)) in riscv_compute_frame_info()
4369 HOST_WIDE_INT step1 = MIN (size, riscv_first_stack_step (frame)); in riscv_expand_prologue() local
4373 GEN_INT (-step1)); in riscv_expand_prologue()
4375 size -= step1; in riscv_expand_prologue()
4451 HOST_WIDE_INT step1 = frame->total_size; in riscv_expand_epilogue() local
4514 step1 -= step2; in riscv_expand_epilogue()
4518 if (step1 > 0) in riscv_expand_epilogue()
4525 rtx adjust = GEN_INT (step1); in riscv_expand_epilogue()
4526 if (!SMALL_OPERAND (step1)) in riscv_expand_epilogue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc1295 HOST_WIDE_INT step1 = MIN (size, loongarch_first_stack_step (frame)); in loongarch_expand_prologue() local
1298 GEN_INT (-step1)); in loongarch_expand_prologue()
1300 size -= step1; in loongarch_expand_prologue()
1362 HOST_WIDE_INT step1 = frame->total_size; in loongarch_expand_epilogue() local
1414 step1 -= step2; in loongarch_expand_epilogue()
1418 if (step1 > 0) in loongarch_expand_epilogue()
1425 rtx adjust = GEN_INT (step1); in loongarch_expand_epilogue()
1426 if (!IMM12_OPERAND (step1)) in loongarch_expand_epilogue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dneon.md1324 rtx step1 = gen_reg_rtx (<V_HALF>mode);
1326 emit_insn (gen_quad_halves_plus<mode> (step1, operands[1]));
1327 emit_insn (gen_reduc_plus_scal_<V_half> (operands[0], step1));
1374 rtx step1 = gen_reg_rtx (<V_HALF>mode);
1376 emit_insn (gen_quad_halves_smin<mode> (step1, operands[1]));
1377 emit_insn (gen_reduc_smin_scal_<V_half> (operands[0], step1));
1401 rtx step1 = gen_reg_rtx (<V_HALF>mode);
1403 emit_insn (gen_quad_halves_smax<mode> (step1, operands[1]));
1404 emit_insn (gen_reduc_smax_scal_<V_half> (operands[0], step1));
1427 rtx step1 = gen_reg_rtx (<V_HALF>mode);
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daesv8-armx.pl366 my ($rounds,$cnt,$key_,$step,$step1)=($enc,"w6","x7","x8","x12");
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc12303 HOST_WIDE_INT step1; in mips_expand_prologue() local
12305 step1 = MIN (size, MIPS_MAX_FIRST_STACK_STEP); in mips_expand_prologue()
12317 nargs, step1); in mips_expand_prologue()
12320 size -= step1; in mips_expand_prologue()
12358 GEN_INT (-step1)); in mips_expand_prologue()
12361 size -= step1; in mips_expand_prologue()
12447 if (step1 != 0) in mips_expand_prologue()
12451 GEN_INT (-step1)); in mips_expand_prologue()
12454 size -= step1; in mips_expand_prologue()
12693 HOST_WIDE_INT step1, step2; in mips_expand_epilogue() local
[all …]
H A Dmips.md363 ;; frsqrt1 floating point reciprocal square root step1
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c12162 HOST_WIDE_INT step1; in mips_expand_prologue() local
12164 step1 = MIN (size, MIPS_MAX_FIRST_STACK_STEP); in mips_expand_prologue()
12176 nargs, step1); in mips_expand_prologue()
12179 size -= step1; in mips_expand_prologue()
12217 GEN_INT (-step1)); in mips_expand_prologue()
12220 size -= step1; in mips_expand_prologue()
12294 if (step1 != 0) in mips_expand_prologue()
12298 GEN_INT (-step1)); in mips_expand_prologue()
12301 size -= step1; in mips_expand_prologue()
12540 HOST_WIDE_INT step1, step2; in mips_expand_epilogue() local
[all …]
H A Dmips.md363 ;; frsqrt1 floating point reciprocal square root step1
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daesv8-armx.pl1224 my ($rounds,$cnt,$key_,$step,$step1)=($enc,"w6","x7","x8","x12");

12