Searched refs:optype1 (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;
127 optype1 = REGOP;
129 optype1 = CNSTOP;
131 optype1 = OFFSOP;
133 optype1 = POPOP;
135 optype1 = PUSHOP;
137 optype1 = MEMOP;
139 optype1 = RNDOP;
145 if (optype0 == RNDOP || optype1 == RNDOP)
152 if (optype0 == PUSHOP && optype1
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;
107 optype1 = REGOP;
109 optype1 = CNSTOP;
111 optype1 = OFFSOP;
113 optype1 = MEMOP;
115 optype1 = RNDOP;
121 if (optype0 == RNDOP || optype1 == RNDOP)
130 if (optype1 == MEMOP)
149 if (optype1 == REGOP)
151 else if (optype1
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;
335 optype1 = REGOP;
340 optype1 = CNSTOP;
342 optype1 = OFFSOP;
344 optype1 = POPOP;
346 optype1 = PUSHOP;
348 optype1 = MEMOP;
350 optype1 = RNDOP;
356 if (optype0 == RNDOP || optype1 == RNDOP)
363 if (optype0 == PUSHOP && optype1
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
473 optype1 = REGOP;
475 optype1 = CNSTOP;
477 optype1 = OFFSOP;
479 optype1 = POPOP;
481 optype1 = PUSHOP;
483 optype1 = MEMOP;
485 optype1 = RNDOP;
491 if (optype0 == RNDOP || optype1 == RNDOP)
498 if (optype0 == PUSHOP && optype1
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/tahoe/
H A Dtahoe.c276 optype0, optype1; local
300 optype1 = REGOP;
302 optype1 = INDOP;
304 optype1 = OFFSOP;
306 optype1 = POPOP;
308 optype1 = MEMOP;
310 optype1 = CNSTOP;
312 optype1 = RNDOP;
388 switch (optype1) {
/haiku-buildtools/legacy/gcc/gcc/config/ns32k/
H A Dns32k.c285 enum anon1 { REGOP, OFFSOP, PUSHOP, CNSTOP, RNDOP } optype0, optype1;
300 optype1 = REGOP;
303 optype1 = CNSTOP;
305 optype1 = OFFSOP;
307 optype1 = PUSHOP;
309 optype1 = RNDOP;
315 if (optype0 == RNDOP || optype1 == RNDOP)
334 if (optype1 == REGOP)
336 else if (optype1 == OFFSOP)
338 else if (optype1
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;
592 optype1 = REGOP;
594 optype1 = CNSTOP;
596 optype1 = OFFSOP;
598 optype1 = MEMOP;
600 optype1 = RNDOP;
606 if (optype0 == RNDOP || optype1 == RNDOP)
615 if (optype1 == MEMOP)
637 if (optype1 == REGOP)
639 else if (optype1
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;
1765 optype1 = REGOP;
1767 optype1 = CNSTOP;
1769 optype1 = OFFSOP;
1771 optype1 = POPOP;
1773 optype1 = PUSHOP;
1775 optype1 = MEMOP;
1777 optype1 = RNDOP;
1783 if (optype0 == RNDOP || optype1 == RNDOP)
1790 if (optype0 == PUSHOP && optype1
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;
971 optype1 = REGOP;
973 optype1 = CNSTOP;
975 optype1 = OFFSOP;
977 optype1 = POPOP;
979 optype1 = PUSHOP;
981 optype1 = MEMOP;
983 optype1 = RNDOP;
991 if (optype0 == RNDOP || optype1 == RNDOP
992 || optype0 == MEMOP || optype1
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;
3218 optype1 = REGOP;
3220 optype1 = CNSTOP;
3222 optype1 = OFFSOP;
3224 optype1 = POPOP;
3226 optype1 = PUSHOP;
3228 optype1 = MEMOP;
3230 optype1 = RNDOP;
3235 gcc_assert (optype0 != RNDOP && optype1 != RNDOP);
3241 if (optype0 == PUSHOP && optype1
3182 } optype0, optype1; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa.c1648 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1;
1664 optype1 = REGOP;
1666 optype1 = CNSTOP;
1668 optype1 = OFFSOP;
1670 optype1 = MEMOP;
1672 optype1 = RNDOP;
1678 if (optype0 != REGOP && optype1 != REGOP)
1734 if (optype1 == MEMOP)
1831 if (optype1 == MEMOP)
1848 if (optype1
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;
2502 optype1 = REGOP;
2504 optype1 = CNSTOP;
2506 optype1 = OFFSOP;
2508 optype1 = MEMOP;
2510 optype1 = RNDOP;
2514 gcc_assert (optype0 == REGOP || optype1 == REGOP);
2518 if (optype0 == REGOP && optype1 == REGOP
2581 if (optype1 == MEMOP)
2677 if (optype1
2479 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; local
[all...]

Completed in 222 milliseconds