Home
last modified time | relevance | path

Searched defs:rtx_def (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Drtl.h307 chain_prev ("RTX_PREV (&%h)"))) rtx_def { struct
326 unsigned int jump : 1;
332 unsigned int call : 1;
344 unsigned int unchanging : 1;
358 unsigned int volatil : 1;
373 unsigned int in_struct : 1;
382 unsigned int used : 1;
391 unsigned frame_related : 1;
398 unsigned return_val : 1;
400 union {
[all …]
H A Dcoretypes.h75 class rtx_def; variable
/dragonfly/contrib/gcc-4.7/gcc/
H A Drtl.h257 chain_prev ("RTX_PREV (&%h)"), variable_size)) rtx_def { struct
270 unsigned int jump : 1;
275 unsigned int call : 1;
285 unsigned int unchanging : 1;
298 unsigned int volatil : 1;
312 unsigned int in_struct : 1;
321 unsigned int used : 1;
346 } GTY ((special ("rtx_def"), desc ("GET_CODE (&%0)"))) u; argument