Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.c9342 rtx bytes_rtx = operands[1]; in expand_block_clear() local
9344 bool constp = (GET_CODE (bytes_rtx) == CONST_INT); in expand_block_clear()
9360 bytes = INTVAL (bytes_rtx); in expand_block_clear()
9438 rtx bytes_rtx = operands[2]; in expand_block_move() local
9440 int constp = (GET_CODE (bytes_rtx) == CONST_INT); in expand_block_move()
9457 bytes = INTVAL (bytes_rtx); in expand_block_move()