| /src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| m68k.cc | 3413 } optype0, optype1; 3440 optype1 = REGOP; 3442 optype1 = CNSTOP; 3444 optype1 = OFFSOP; 3446 optype1 = POPOP; 3448 optype1 = PUSHOP; 3450 optype1 = MEMOP; 3452 optype1 = RNDOP; 3457 gcc_assert (optype0 != RNDOP && optype1 != RNDOP); 3463 if (optype0 == PUSHOP && optype1 == POPOP 3403 } optype0, optype1; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| genmatch.cc | 2654 const char *optype1 local 2657 ops[i]->gen_transform (f, indent, dest1, gimple, depth + 1, optype1,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| m68k.cc | 3397 } optype0, optype1; 3424 optype1 = REGOP; 3426 optype1 = CNSTOP; 3428 optype1 = OFFSOP; 3430 optype1 = POPOP; 3432 optype1 = PUSHOP; 3434 optype1 = MEMOP; 3436 optype1 = RNDOP; 3441 gcc_assert (optype0 != RNDOP && optype1 != RNDOP); 3447 if (optype0 == PUSHOP && optype1 == POPOP 3387 } optype0, optype1; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmatch.cc | 2493 const char *optype1 local 2496 ops[i]->gen_transform (f, indent, dest1, gimple, depth + 1, optype1,
|
| /src/external/gpl3/gcc/dist/gcc/config/pa/ |
| pa.cc | 2802 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; 2819 optype1 = REGOP; 2821 optype1 = CNSTOP; 2823 optype1 = OFFSOP; 2825 optype1 = MEMOP; 2827 optype1 = RNDOP; 2831 gcc_assert (optype0 == REGOP || optype1 == REGOP); 2835 if (optype0 == REGOP && optype1 == REGOP 2898 if (optype1 == MEMOP) 2994 if (optype1 == MEMOP 2796 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| pa.cc | 2660 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; 2677 optype1 = REGOP; 2679 optype1 = CNSTOP; 2681 optype1 = OFFSOP; 2683 optype1 = MEMOP; 2685 optype1 = RNDOP; 2689 gcc_assert (optype0 == REGOP || optype1 == REGOP); 2693 if (optype0 == REGOP && optype1 == REGOP 2756 if (optype1 == MEMOP) 2852 if (optype1 == MEMOP 2654 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; local [all...] |