HomeSort by: relevance | last modified time | path
    Searched defs:RNDOP (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/pdp11/
pdp11.cc 480 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype;
553 optype = RNDOP;
557 if (optype == RNDOP)
  /src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
pdp11.cc 480 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype;
553 optype = RNDOP;
557 if (optype == RNDOP)
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 3412 REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP
3437 optype0 = RNDOP;
3452 optype1 = RNDOP;
3457 gcc_assert (optype0 != RNDOP && optype1 != RNDOP);
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 3396 REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP
3421 optype0 = RNDOP;
3436 optype1 = RNDOP;
3441 gcc_assert (optype0 != RNDOP && optype1 != RNDOP);
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 2802 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1;
2816 optype0 = RNDOP;
2827 optype1 = RNDOP;
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 2660 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1;
2674 optype0 = RNDOP;
2685 optype1 = RNDOP;

Completed in 52 milliseconds