Searched refs:optype0 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | m68k.cc | 3373 } optype0, optype1; in handle_move_double() local 3387 optype0 = REGOP; in handle_move_double() 3389 optype0 = OFFSOP; in handle_move_double() 3391 optype0 = POPOP; in handle_move_double() 3393 optype0 = PUSHOP; in handle_move_double() 3395 optype0 = MEMOP; in handle_move_double() 3397 optype0 = RNDOP; in handle_move_double() 3417 gcc_assert (optype0 != RNDOP && optype1 != RNDOP); in handle_move_double() 3423 if (optype0 == PUSHOP && optype1 == POPOP) in handle_move_double() 3435 optype0 = OFFSOP; in handle_move_double() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | m68k.c | 3375 } optype0, optype1; in handle_move_double() local 3389 optype0 = REGOP; in handle_move_double() 3391 optype0 = OFFSOP; in handle_move_double() 3393 optype0 = POPOP; in handle_move_double() 3395 optype0 = PUSHOP; in handle_move_double() 3397 optype0 = MEMOP; in handle_move_double() 3399 optype0 = RNDOP; in handle_move_double() 3419 gcc_assert (optype0 != RNDOP && optype1 != RNDOP); in handle_move_double() 3425 if (optype0 == PUSHOP && optype1 == POPOP) in handle_move_double() 3437 optype0 = OFFSOP; in handle_move_double() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
H A D | pa.cc | 2649 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; in pa_output_move_double() local 2657 optype0 = REGOP; in pa_output_move_double() 2659 optype0 = OFFSOP; in pa_output_move_double() 2661 optype0 = MEMOP; in pa_output_move_double() 2663 optype0 = RNDOP; 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() 2705 if (optype0 == MEMOP) in pa_output_move_double() 2838 if (optype0 == MEMOP) in pa_output_move_double() 2851 if (optype0 == REGOP) in pa_output_move_double() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
H A D | pa.c | 2615 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; in pa_output_move_double() local 2623 optype0 = REGOP; in pa_output_move_double() 2625 optype0 = OFFSOP; in pa_output_move_double() 2627 optype0 = MEMOP; in pa_output_move_double() 2629 optype0 = RNDOP; 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() 2671 if (optype0 == MEMOP) in pa_output_move_double() 2804 if (optype0 == MEMOP) in pa_output_move_double() 2817 if (optype0 == REGOP) in pa_output_move_double() [all …]
|