Searched refs:parallel1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-p8swap.c633 rtx parallel1 = XEXP (select1, 1); local
634 if (GET_CODE (parallel0) != PARALLEL || GET_CODE (parallel1) != PARALLEL)
638 || !rtx_equal_p (XVECEXP (parallel1, 0, 0), const0_rtx))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-p8swap.cc655 rtx parallel1 = XEXP (select1, 1); local
656 if (GET_CODE (parallel0) != PARALLEL || GET_CODE (parallel1) != PARALLEL)
660 || !rtx_equal_p (XVECEXP (parallel1, 0, 0), const0_rtx))

Completed in 94 milliseconds