Lines Matching refs:step1
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)
4527 /* Get an rtx for STEP1 that we can add to BASE. */
4528 rtx adjust = GEN_INT (step1);
4529 if (!SMALL_OPERAND (step1))