Searched refs:CWI_ELT (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | rtl.c | 243 if (CWI_ELT (x, i - 1) == 0) in cwi_output_hex() 247 fprintf (outfile, HOST_WIDE_INT_PRINT_HEX, CWI_ELT (x, --i)); in cwi_output_hex() 249 fprintf (outfile, HOST_WIDE_INT_PRINT_PADDED_HEX, CWI_ELT (x, i)); in cwi_output_hex()
|
| HD | read-rtl.c | 1392 CWI_ELT (return_rtx, index++) = wi; in read_rtx_code() 1398 CWI_ELT (return_rtx, index++) = wi; in read_rtx_code()
|
| HD | rtl.h | 1122 #define CWI_ELT(RTX, I) __extension__ \ macro 1214 #define CWI_ELT(RTX, I) ((RTX)->u.hwiv.elem[I]) macro 1949 #define CONST_WIDE_INT_ELT(RTX, N) CWI_ELT (RTX, N)
|