Home | History | Annotate | Download | only in config

Lines Matching refs:FLAG

143 %type <regno> regb regb_na regw regw_na FLAG sfr
152 %token FLAG SP CY
1249 { "c", FLAG, 0 },
1250 { "z", FLAG, 1 },
1251 { "s", FLAG, 2 },
1252 { "o", FLAG, 3 },
1253 { "i", FLAG, 8 },
1254 { "u", FLAG, 9 },
1428 && !(token_table[i].token == FLAG && !need_flag))