Searched refs:optype0 (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/fx80/
H A Dfx80.c107 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1;
114 optype0 = REGOP;
116 optype0 = OFFSOP;
118 optype0 = POPOP;
120 optype0 = PUSHOP;
122 optype0 = MEMOP;
124 optype0 = RNDOP;
145 if (optype0 == RNDOP || optype1 == RNDOP)
152 if (optype0 == PUSHOP && optype1 == POPOP)
157 optype0
106 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/spur/
H A Dspur.c91 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1;
98 optype0 = REGOP;
100 optype0 = OFFSOP;
102 optype0 = MEMOP;
104 optype0 = RNDOP;
121 if (optype0 == RNDOP || optype1 == RNDOP)
127 if (optype0 == MEMOP)
142 if (optype0 == REGOP)
144 else if (optype0 == OFFSOP)
171 if (optype0
90 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/pdp11/
H A Dpdp11.c315 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1;
322 optype0 = REGOP;
324 optype0 = OFFSOP;
326 optype0 = POPOP;
328 optype0 = PUSHOP;
330 optype0 = MEMOP;
332 optype0 = RNDOP;
356 if (optype0 == RNDOP || optype1 == RNDOP)
363 if (optype0 == PUSHOP && optype1 == POPOP)
368 optype0
314 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1; local
492 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/gmicro/
H A Dgmicro.c453 optype0, optype1; local
460 optype0 = REGOP;
462 optype0 = OFFSOP;
464 optype0 = POPOP;
466 optype0 = PUSHOP;
468 optype0 = MEMOP;
470 optype0 = RNDOP;
491 if (optype0 == RNDOP || optype1 == RNDOP)
498 if (optype0 == PUSHOP && optype1 == POPOP)
503 optype0
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/tahoe/
H A Dtahoe.c276 optype0, optype1; local
286 optype0 = REGOP;
288 optype0 = INDOP;
290 optype0 = OFFSOP;
292 optype0 = PUSHOP;
295 optype0 = MEMOP;
297 optype0 = RNDOP;
316 switch (optype0) {
/haiku-buildtools/legacy/gcc/gcc/config/ns32k/
H A Dns32k.c285 enum anon1 { REGOP, OFFSOP, PUSHOP, CNSTOP, RNDOP } optype0, optype1;
291 optype0 = REGOP;
293 optype0 = OFFSOP;
295 optype0 = PUSHOP;
297 optype0 = RNDOP;
315 if (optype0 == RNDOP || optype1 == RNDOP)
327 if (optype0 == REGOP)
329 else if (optype0 == OFFSOP)
347 if (optype0 == PUSHOP
354 else if (optype0
283 enum anon1 { REGOP, OFFSOP, PUSHOP, CNSTOP, RNDOP } optype0, optype1; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/i860/
H A Di860.c574 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1;
583 optype0 = REGOP;
585 optype0 = OFFSOP;
587 optype0 = MEMOP;
589 optype0 = RNDOP;
606 if (optype0 == RNDOP || optype1 == RNDOP)
612 if (optype0 == MEMOP)
630 if (optype0 == REGOP)
632 else if (optype0 == OFFSOP)
662 if (optype0
570 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dm68k.c1738 } optype0, optype1;
1752 optype0 = REGOP;
1754 optype0 = OFFSOP;
1756 optype0 = POPOP;
1758 optype0 = PUSHOP;
1760 optype0 = MEMOP;
1762 optype0 = RNDOP;
1783 if (optype0 == RNDOP || optype1 == RNDOP)
1790 if (optype0 == PUSHOP && optype1 == POPOP)
1803 optype0
1730 } optype0, optype1; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Di386.c945 enum {REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1;
958 optype0 = REGOP;
960 optype0 = OFFSOP;
962 optype0 = POPOP;
964 optype0 = PUSHOP;
966 optype0 = MEMOP;
968 optype0 = RNDOP;
991 if (optype0 == RNDOP || optype1 == RNDOP
992 || optype0 == MEMOP || optype1 == MEMOP)
999 if (optype0
934 enum {REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1; local
[all...]
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dm68k.c3191 } optype0, optype1;
3205 optype0 = REGOP;
3207 optype0 = OFFSOP;
3209 optype0 = POPOP;
3211 optype0 = PUSHOP;
3213 optype0 = MEMOP;
3215 optype0 = RNDOP;
3235 gcc_assert (optype0 != RNDOP && optype1 != RNDOP);
3241 if (optype0 == PUSHOP && optype1 == POPOP)
3253 optype0
3182 } optype0, optype1; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa.c1648 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1;
1655 optype0 = REGOP;
1657 optype0 = OFFSOP;
1659 optype0 = MEMOP;
1661 optype0 = RNDOP;
1678 if (optype0 != REGOP && optype1 != REGOP)
1687 if (optype0 == MEMOP)
1828 if (optype0 == MEMOP)
1841 if (optype0 == REGOP)
1843 else if (optype0
1644 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; local
[all...]
/haiku-buildtools/gcc/gcc/config/pa/
H A Dpa.c2485 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1;
2493 optype0 = REGOP;
2495 optype0 = OFFSOP;
2497 optype0 = MEMOP;
2499 optype0 = RNDOP;
2514 gcc_assert (optype0 == REGOP || optype1 == REGOP);
2518 if (optype0 == REGOP && optype1 == REGOP
2541 if (optype0 == MEMOP)
2674 if (optype0 == MEMOP)
2687 if (optype0
2479 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; local
[all...]

Completed in 113 milliseconds