Home
last modified time | relevance | path

Searched refs:REGOP (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.cc3372 REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP in handle_move_double() enumerator
3387 optype0 = REGOP; in handle_move_double()
3400 optype1 = REGOP; in handle_move_double()
3472 if (optype0 == REGOP) in handle_move_double()
3488 if (optype1 == REGOP) in handle_move_double()
3526 if (optype0 == REGOP) in handle_move_double()
3533 if (optype1 == REGOP) in handle_move_double()
3556 if (optype0 == REGOP in handle_move_double()
3623 || (optype0 == REGOP && optype1 == REGOP in handle_move_double()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.c3374 REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP in handle_move_double() enumerator
3389 optype0 = REGOP; in handle_move_double()
3402 optype1 = REGOP; in handle_move_double()
3474 if (optype0 == REGOP) in handle_move_double()
3490 if (optype1 == REGOP) in handle_move_double()
3528 if (optype0 == REGOP) in handle_move_double()
3535 if (optype1 == REGOP) in handle_move_double()
3558 if (optype0 == REGOP in handle_move_double()
3625 || (optype0 == REGOP && optype1 == REGOP in handle_move_double()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpdp11.c477 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype; in pdp11_expand_operands() enumerator
537 optype = REGOP; in pdp11_expand_operands()
602 if (optype == REGOP) in pdp11_expand_operands()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.cc477 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype; in pdp11_expand_operands() enumerator
537 optype = REGOP; in pdp11_expand_operands()
602 if (optype == REGOP) in pdp11_expand_operands()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.cc2649 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; in pa_output_move_double() enumerator
2657 optype0 = REGOP; in pa_output_move_double()
2666 optype1 = REGOP; in pa_output_move_double()
2678 gcc_assert (optype0 == REGOP || optype1 == REGOP); in pa_output_move_double()
2682 if (optype0 == REGOP && optype1 == REGOP in pa_output_move_double()
2851 if (optype0 == REGOP) in pa_output_move_double()
2858 if (optype1 == REGOP) in pa_output_move_double()
2890 if (optype0 == REGOP in pa_output_move_double()
2906 if (optype0 == REGOP && optype1 == REGOP in pa_output_move_double()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c2615 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; in pa_output_move_double() enumerator
2623 optype0 = REGOP; in pa_output_move_double()
2632 optype1 = REGOP; in pa_output_move_double()
2644 gcc_assert (optype0 == REGOP || optype1 == REGOP); in pa_output_move_double()
2648 if (optype0 == REGOP && optype1 == REGOP in pa_output_move_double()
2817 if (optype0 == REGOP) in pa_output_move_double()
2824 if (optype1 == REGOP) in pa_output_move_double()
2856 if (optype0 == REGOP in pa_output_move_double()
2872 if (optype0 == REGOP && optype1 == REGOP in pa_output_move_double()