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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c9359 rtx bytes_rtx = operands[1];
9361 bool constp = (GET_CODE (bytes_rtx) == CONST_INT);
9377 bytes = INTVAL (bytes_rtx);
9456 rtx bytes_rtx = operands[2];
9458 int constp = (GET_CODE (bytes_rtx) == CONST_INT);
9475 bytes = INTVAL (bytes_rtx);
9342 rtx bytes_rtx = operands[1]; local
9438 rtx bytes_rtx = operands[2]; local

Completed in 106 milliseconds