HomeSort by: relevance | last modified time | path
    Searched defs:PUSHOP (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;
547 optype = PUSHOP;
567 if (optype == PUSHOP && order == big)
  /src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
pdp11.cc 480 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype;
547 optype = PUSHOP;
567 if (optype == PUSHOP && order == big)
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 3412 REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP
3433 optype0 = PUSHOP;
3448 optype1 = PUSHOP;
3463 if (optype0 == PUSHOP && optype1 == POPOP)
3477 if (optype0 == POPOP && optype1 == PUSHOP)
3587 if (optype0 == PUSHOP
3662 if (optype0 == PUSHOP || optype1 == PUSHOP
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 3396 REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP
3417 optype0 = PUSHOP;
3432 optype1 = PUSHOP;
3447 if (optype0 == PUSHOP && optype1 == POPOP)
3461 if (optype0 == POPOP && optype1 == PUSHOP)
3571 if (optype0 == PUSHOP
3646 if (optype0 == PUSHOP || optype1 == PUSHOP

Completed in 43 milliseconds