Home | History | Annotate | Download | only in rs6000

Lines Matching defs:unspec

747     case UNSPEC:
875 body instead of a SET; and UNSPEC_STVE, which has an UNSPEC
904 && GET_CODE (SET_SRC (body)) != UNSPEC
926 && GET_CODE (SET_SRC (body)) == UNSPEC
942 || GET_CODE (SET_SRC (use_body)) != UNSPEC
975 && GET_CODE (SET_SRC (body)) == UNSPEC
1276 rtx unspec = XEXP (body, 1);
1277 int half_elts = GET_MODE_NUNITS (GET_MODE (unspec)) >> 1;
1278 int lane = INTVAL (XVECEXP (unspec, 0, 1));
1280 XVECEXP (unspec, 0, 1) = GEN_INT (lane);