Searched defs:rtx_def (Results 1 – 2 of 2) sorted by relevance
60 typedef struct rtx_def struct62 enum rtx_code code:16;63 enum machine_mode mode:8;64 unsigned int jump:1;65 unsigned int call:1;66 unsigned int unchanging:1;67 unsigned int volatil:1;68 unsigned int in_struct:1;69 unsigned int used:1;70 unsigned integrated:1;[all …]
1 typedef struct rtx_def struct25 struct rtx_def foo; in main() argument