Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dvarasm.c144 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 DChangeLog.43059 * 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 DChangeLog5831 (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 DChangeLog.73803 (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 DFSFChangeLog.105420 (decode_rtx_const, case CONST_DOUBLE): Use to hash CONST_DOUBLE
H A DChangeLog.23255 * varasm.c (decode_rtx_const): Use XSTR to access the string
H A DFSFChangeLog.113847 (decode_rtx_const, output_addressed_constants): Likewise.