Home | History | Annotate | Download | only in loongarch

Lines Matching refs:step1

1295       HOST_WIDE_INT step1 = MIN (size, loongarch_first_stack_step (frame));
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;
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);
1426 if (!IMM12_OPERAND (step1))