Lines Matching defs:rtx_def
311 chain_prev ("RTX_PREV (&%h)"))) rtx_def { struct
329 unsigned int jump : 1;
336 unsigned int call : 1;
348 unsigned int unchanging : 1;
362 unsigned int volatil : 1;
377 unsigned int in_struct : 1;
386 unsigned int used : 1;
395 unsigned frame_related : 1;
402 unsigned return_val : 1;
404 union {
452 } GTY ((special ("rtx_def"), desc ("GET_CODE (&%0)"))) u; argument