Searched refs:decode_rtx_const (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | varasm.c | 144 static void decode_rtx_const PARAMS ((enum machine_mode, rtx, 2935 decode_rtx_const (mode, x, value) in decode_rtx_const() function 3121 decode_rtx_const (GET_MODE (x), XEXP (x, 0), &val0); 3122 decode_rtx_const (GET_MODE (x), XEXP (x, 1), &val1); 3148 decode_rtx_const (mode, x, &u.value); 3169 decode_rtx_const (mode, x, &value); 3186 decode_rtx_const (mode, x, &ptr->value);
|
H A D | ChangeLog.4 | 3059 * varasm.c (decode_rtx_const) [CONST]: If it's not something 3066 operands of MINUS in CONSTs so that decode_rtx_const() will 4677 compare_constant_1, decode_rtx_const, output_constant_pool): Use 6486 (decode_rtx_const): Call bzero directly, rather than expanding it
|
H A D | ChangeLog | 5831 (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs 12997 (decode_rtx_const): Copy only active bits from REAL_VALUE_TYPE. 14262 * varasm.c (decode_rtx_const): Don't check undefined field for 14513 * varasm.c (struct rtx_const, decode_rtx_const):
|
H A D | ChangeLog.7 | 3803 (decode_rtx_const): #if 0 out non-typesafe hack. 13151 decode_rtx_const, output_constant_pool), config/a29k/a29k.c 16350 (decode_rtx_const): Add case for vector. 18346 * varasm.c (decode_rtx_const): Allow unspec (symbol_ref) in
|
H A D | FSFChangeLog.10 | 5420 (decode_rtx_const, case CONST_DOUBLE): Use to hash CONST_DOUBLE
|
H A D | ChangeLog.2 | 3255 * varasm.c (decode_rtx_const): Use XSTR to access the string
|
H A D | FSFChangeLog.11 | 3847 (decode_rtx_const, output_addressed_constants): Likewise.
|