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

  /src/external/gpl3/gcc/dist/gcc/config/pdp11/
pdp11.cc 480 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype;
545 optype = POPOP;
579 else if (optype == POPOP && order == little)
  /src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
pdp11.cc 480 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype;
545 optype = POPOP;
579 else if (optype == POPOP && order == little)
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 3412 REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP
3431 optype0 = POPOP;
3446 optype1 = POPOP;
3463 if (optype0 == PUSHOP && optype1 == POPOP)
3477 if (optype0 == POPOP && optype1 == PUSHOP)
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 3396 REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP
3415 optype0 = POPOP;
3430 optype1 = POPOP;
3447 if (optype0 == PUSHOP && optype1 == POPOP)
3461 if (optype0 == POPOP && optype1 == PUSHOP)

Completed in 34 milliseconds