HomeSort by: relevance | last modified time | path
    Searched refs:step1 (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
sigstep-threads.exp 37 gdb_test_no_output {set $step1=$bpnum}
39 gdb_test_no_output {disable $step1}
58 gdb_test_no_output -nopass {enable $step1}
61 gdb_test_no_output -nopass {disable $step1}
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
sigstep-threads.exp 37 gdb_test_no_output {set $step1=$bpnum}
39 gdb_test_no_output {disable $step1}
58 gdb_test_no_output -nopass {enable $step1}
61 gdb_test_no_output -nopass {disable $step1}
  /src/usr.bin/make/unit-tests/
suff.exp 9 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional
10 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from
11 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional
12 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk
38 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk .END
39 step1: @ = step1
40 step1: @ = step1
41 step1: * = step
    [all...]
opt-m-include-dir.mk 34 step1:
  /src/external/gpl3/binutils/dist/binutils/
dllwrap.c 1045 dyn_string_t step1 = dyn_string_new (driver_cmdline->length local
1048 dyn_string_append_cstr (step1, "-Wl,--base-file,");
1051 dyn_string_append_cstr (step1,
1053 dyn_string_append_cstr (step1, base_file_name);
1054 dyn_string_append_cstr (step1,
1058 dyn_string_append_cstr (step1, " ");
1059 dyn_string_append_cstr (step1, driver_cmdline->s);
1062 if (run (driver_name, step1->s))
1065 dyn_string_delete (step1);
  /src/external/gpl3/binutils.old/dist/binutils/
dllwrap.c 1045 dyn_string_t step1 = dyn_string_new (driver_cmdline->length local
1048 dyn_string_append_cstr (step1, "-Wl,--base-file,");
1051 dyn_string_append_cstr (step1,
1053 dyn_string_append_cstr (step1, base_file_name);
1054 dyn_string_append_cstr (step1,
1058 dyn_string_append_cstr (step1, " ");
1059 dyn_string_append_cstr (step1, driver_cmdline->s);
1062 if (run (driver_name, step1->s))
1065 dyn_string_delete (step1);
  /src/tests/lib/libc/sys/
t_ptrace_step_wait.h 213 PTRACE_STEP(step1, 1, 0)
248 ATF_TP_ADD_TC_PT_STEP(tp, step1); \
  /src/sys/dev/i2c/
axp809.c 73 #define AXP_CTRL2(name, min, max, step1, step1cnt, step2, step2cnt, ereg, emask, vreg, vmask) \
75 .c_step1 = (step1), .c_step1cnt = (step1cnt), \
axppmic.c 144 #define AXP_CTRL2(name, min, max, step1, step1cnt, step2, step2cnt, ereg, emask, vreg, vmask) \
146 .c_step1 = (step1), .c_step1cnt = (step1cnt), \
152 #define AXP_CTRL2_RANGE(name, min, max, step1, step1cnt, step2start, step2, step2cnt, ereg, emask, vreg, vmask) \
154 .c_step1 = (step1), .c_step1cnt = (step1cnt), \
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-manip.cc 68 tree initial, step1; local
95 step1 = fold_build1 (NEGATE_EXPR, TREE_TYPE (step), step);
96 if (tree_int_cst_lt (step1, step))
99 step = step1;
simplify-rtx.cc 2752 rtx base1, step1;
2754 step1 = const0_rtx;
2755 else if (!vec_series_p (op1, &base1, &step1))
2766 rtx new_step = simplify_binary_operation (code, inner_mode, step0, step1);
fold-const.cc 10883 tree step1, step2;
10884 if (!(step1 = const_binop (MINUS_EXPR, arg_elem1, arg_elem0))
10886 || !operand_equal_p (step1, step2, 0))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-manip.cc 66 tree initial, step1; local
93 step1 = fold_build1 (NEGATE_EXPR, TREE_TYPE (step), step);
94 if (tree_int_cst_lt (step1, step))
97 step = step1;
simplify-rtx.cc 2614 rtx base1, step1;
2616 step1 = const0_rtx;
2617 else if (!vec_series_p (op1, &base1, &step1))
2628 rtx new_step = simplify_binary_operation (code, inner_mode, step0, step1);
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 4008 HOST_WIDE_INT step1 = riscv_first_stack_step (frame);
4009 if (! SMALL_OPERAND (frame->total_size - step1))
4372 HOST_WIDE_INT step1 = MIN (size, riscv_first_stack_step (frame));
4376 GEN_INT (-step1));
4378 size -= step1;
4447 /* Split the frame into two. STEP1 is the amount of stack we should
4454 HOST_WIDE_INT step1 = frame->total_size;
4517 step1 -= step2;
4520 /* Set TARGET to BASE + STEP1. */
4521 if (step1 > 0
4005 HOST_WIDE_INT step1 = riscv_first_stack_step (frame); local
4369 HOST_WIDE_INT step1 = MIN (size, riscv_first_stack_step (frame)); local
4451 HOST_WIDE_INT step1 = frame->total_size; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-v.cc 672 First pattern: step1 = 2 - 0 = 2
674 Second pattern: step1 = 4 - 2 = 2
681 First pattern: step1 = 2 - 0 = 2
683 Second pattern: step1 = 4 - 1 = 3
1433 poly_int64 step1 local
1459 if (known_ge (step1, 0) && known_ge (step2, 0)
1465 expand_vec_series (tmp, base1, gen_int_mode (step1, new_smode));
1513 gen_int_mode (step1, builder.inner_mode ()),
3637 poly_int64 step1 = el2 - el1; local
3644 if (known_ne (step1, 0) && d->perm.series_p (0, 1, el1, step1)
    [all...]
riscv.cc 6925 HOST_WIDE_INT step1 = riscv_first_stack_step (frame, frame->total_size);
6926 if (! POLY_SMALL_OPERAND_P ((frame->total_size - step1))
7689 HOST_WIDE_INT step1 = riscv_first_stack_step (frame, remaining_size);
7690 remaining_size -= step1;
7692 GEN_INT (-step1));
7847 /* Split the frame into 3 steps. STEP1 is the amount of stack we should
7963 poly_int64 step1;
7964 /* STEP1 must be set to the bottom of vector registers save area if any
7968 step1 = frame->v_sp_offset_bottom;
7969 step2 = frame->total_size - step1 - libcall_size - multipop_size
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 1295 HOST_WIDE_INT step1 = MIN (size, loongarch_first_stack_step (frame)); local
1298 GEN_INT (-step1));
1300 size -= step1;
1356 /* Split the frame into two. STEP1 is the amount of stack we should
1362 HOST_WIDE_INT step1 = frame->total_size; local
1414 step1 -= step2;
1417 /* Set TARGET to BASE + STEP1. */
1418 if (step1 > 0)
1424 /* Get an rtx for STEP1 that we can add to BASE. */
1425 rtx adjust = GEN_INT (step1);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 12539 HOST_WIDE_INT step1;
12541 step1 = MIN (size, MIPS_MAX_FIRST_STACK_STEP);
12553 nargs, step1);
12556 size -= step1;
12594 GEN_INT (-step1));
12597 size -= step1;
12683 if (step1 != 0)
12687 GEN_INT (-step1));
12690 size -= step1;
12930 HOST_WIDE_INT step1, step2
12488 HOST_WIDE_INT step1; local
12878 HOST_WIDE_INT step1, step2; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 12354 HOST_WIDE_INT step1;
12356 step1 = MIN (size, MIPS_MAX_FIRST_STACK_STEP);
12368 nargs, step1);
12371 size -= step1;
12409 GEN_INT (-step1));
12412 size -= step1;
12498 if (step1 != 0)
12502 GEN_INT (-step1));
12505 size -= step1;
12745 HOST_WIDE_INT step1, step2
12303 HOST_WIDE_INT step1; local
12693 HOST_WIDE_INT step1, step2; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 1305 HOST_WIDE_INT step1 = MIN (size, loongarch_first_stack_step (frame)); local
1308 GEN_INT (-step1));
1310 size -= step1;
1404 /* Split the frame into two. STEP1 is the amount of stack we should
1410 HOST_WIDE_INT step1 = frame->total_size; local
1462 step1 -= step2;
1465 /* Set TARGET to BASE + STEP1. */
1466 if (step1 > 0)
1472 /* Get an rtx for STEP1 that we can add to BASE. */
1473 rtx adjust = GEN_INT (step1);
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/aes/asm/
aesv8-armx.pl 1248 my ($rounds,$cnt,$key_,$step,$step1)=($enc,"w6","x7","x8","x12");

Completed in 100 milliseconds