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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.c466 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1;
473 optype0 = REGOP;
475 optype0 = OFFSOP;
477 optype0 = POPOP;
479 optype0 = PUSHOP;
481 optype0 = MEMOP;
483 optype0 = RNDOP;
508 gcc_assert (optype0 != RNDOP && optype1 != RNDOP);
514 if (optype0 == PUSHOP && optype1 == POPOP)
519 optype0
463 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1; local
638 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pdp11/
H A Dpdp11.c485 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1;
492 optype0 = REGOP;
494 optype0 = OFFSOP;
496 optype0 = POPOP;
498 optype0 = PUSHOP;
500 optype0 = MEMOP;
502 optype0 = RNDOP;
527 gcc_assert (optype0 != RNDOP && optype1 != RNDOP);
533 if (optype0 == PUSHOP && optype1 == POPOP)
538 optype0
482 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1; local
657 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68k/
H A Dm68k.c1897 } optype0, optype1;
1911 optype0 = REGOP;
1913 optype0 = OFFSOP;
1915 optype0 = POPOP;
1917 optype0 = PUSHOP;
1919 optype0 = MEMOP;
1921 optype0 = RNDOP;
1941 gcc_assert (optype0 != RNDOP && optype1 != RNDOP);
1947 if (optype0 == PUSHOP && optype1 == POPOP)
1960 optype0
1889 } optype0, optype1; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.c3202 } optype0, optype1;
3216 optype0 = REGOP;
3218 optype0 = OFFSOP;
3220 optype0 = POPOP;
3222 optype0 = PUSHOP;
3224 optype0 = MEMOP;
3226 optype0 = RNDOP;
3246 gcc_assert (optype0 != RNDOP && optype1 != RNDOP);
3252 if (optype0 == PUSHOP && optype1 == POPOP)
3264 optype0
3192 } optype0, optype1; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.c2316 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1;
2323 optype0 = REGOP;
2325 optype0 = OFFSOP;
2327 optype0 = MEMOP;
2329 optype0 = RNDOP;
2344 gcc_assert (optype0 == REGOP || optype1 == REGOP);
2348 if (optype0 == REGOP && optype1 == REGOP
2371 if (optype0 == MEMOP)
2503 if (optype0 == MEMOP)
2516 if (optype0
2310 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dpa.c2203 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1;
2210 optype0 = REGOP;
2212 optype0 = OFFSOP;
2214 optype0 = MEMOP;
2216 optype0 = RNDOP;
2231 gcc_assert (optype0 == REGOP || optype1 == REGOP);
2235 if (optype0 == REGOP && optype1 == REGOP
2258 if (optype0 == MEMOP)
2390 if (optype0 == MEMOP)
2403 if (optype0
2197 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; local
[all...]

Completed in 187 milliseconds