Home | History | Annotate | Download | only in rs6000

Lines Matching defs:parallel

107                      (parallel [(const_int a0) (const_int a1)
114 Regardless of mode, we can convert the PARALLEL to a mask of 16
290 if (GET_CODE (body) != PARALLEL)
309 if (GET_CODE (body) != PARALLEL)
330 rtx parallel = XEXP (rhs, 1);
331 if (GET_CODE (parallel) != PARALLEL)
333 unsigned int len = XVECLEN (parallel, 0);
338 rtx op = XVECEXP (parallel, 0, i);
344 rtx op = XVECEXP (parallel, 0, i);
656 if (GET_CODE (parallel0) != PARALLEL || GET_CODE (parallel1) != PARALLEL)
673 rtx parallel;
696 and XEXP (op, 1) is a PARALLEL with a single QImode const int,
721 && GET_CODE ((parallel = XEXP (op, 1))) == PARALLEL
722 && XVECLEN (parallel, 0) == 1
723 && CONST_INT_P (XVECEXP (parallel, 0, 0)))
734 && GET_CODE ((parallel = XEXP (op, 1))) == PARALLEL
735 && XVECLEN (parallel, 0) == 2
736 && CONST_INT_P (XVECEXP (parallel, 0, 0))
737 && CONST_INT_P (XVECEXP (parallel, 0, 1)))
874 UNSPEC_LVE, UNSPEC_LVX, and UNSPEC_STVX, which have a PARALLEL
964 if (GET_CODE (body) == PARALLEL)
1252 if (GET_CODE (pattern) == PARALLEL)
1300 rtx parallel = XEXP (select, 1);
1301 int lane0 = INTVAL (XVECEXP (parallel, 0, 0));
1302 int lane1 = INTVAL (XVECEXP (parallel, 0, 1));
1305 XVECEXP (parallel, 0, 0) = GEN_INT (new_lane0);
1306 XVECEXP (parallel, 0, 1) = GEN_INT (new_lane1);