Searched refs:scale_rtx (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/crx/ |
| H A D | crx.c | 586 rtx scale_rtx = NULL_RTX, side_effect = NULL_RTX; in crx_decompose_address() local 658 scale_rtx = XEXP (XEXP (XEXP (addr, 0), 0), 1); in crx_decompose_address() 659 if ((scale = SCALE_FOR_INDEX_P (scale_rtx)) == -1) in crx_decompose_address() 673 scale_rtx = XEXP (XEXP (addr, 0), 1); in crx_decompose_address() 675 if ((scale = SCALE_FOR_INDEX_P (scale_rtx)) == -1) in crx_decompose_address()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.c | 5053 rtx scale_rtx = NULL_RTX; local 5075 scale_rtx = XEXP (op0, 1); 5084 scale_rtx = XEXP (XEXP (op0, 0), 1); 5100 scale_rtx = XEXP (addr, 1); 5121 if (scale_rtx) 5123 if (GET_CODE (scale_rtx) != CONST_INT) 5125 scale = INTVAL (scale_rtx);
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.c | 5903 rtx scale_rtx = NULL_RTX; in ix86_decompose_address() local 5936 scale_rtx = XEXP (op, 1); in ix86_decompose_address() 5975 scale_rtx = XEXP (addr, 1); in ix86_decompose_address() 5996 if (scale_rtx) in ix86_decompose_address() 5998 if (GET_CODE (scale_rtx) != CONST_INT) in ix86_decompose_address() 6000 scale = INTVAL (scale_rtx); in ix86_decompose_address()
|