/netbsd/external/gpl3/gcc/dist/gcc/config/pdp11/ |
H A D | pdp11.c | 477 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype; in pdp11_expand_operands() enumerator 546 optype = OFFSOP; in pdp11_expand_operands() 570 optype = OFFSOP; in pdp11_expand_operands() 582 optype = OFFSOP; in pdp11_expand_operands() 604 else if (optype == OFFSOP) in pdp11_expand_operands()
|
H A D | pdp11.cc | 477 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype; in pdp11_expand_operands() enumerator 546 optype = OFFSOP; in pdp11_expand_operands() 570 optype = OFFSOP; in pdp11_expand_operands() 582 optype = OFFSOP; in pdp11_expand_operands() 604 else if (optype == OFFSOP) in pdp11_expand_operands()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/pdp11/ |
H A D | pdp11.c | 477 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype; in pdp11_expand_operands() enumerator 546 optype = OFFSOP; in pdp11_expand_operands() 570 optype = OFFSOP; in pdp11_expand_operands() 582 optype = OFFSOP; in pdp11_expand_operands() 604 else if (optype == OFFSOP) in pdp11_expand_operands()
|
/netbsd/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | m68k.c | 3374 REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP in handle_move_double() enumerator 3391 optype0 = OFFSOP; in handle_move_double() 3406 optype1 = OFFSOP; in handle_move_double() 3437 optype0 = OFFSOP; in handle_move_double() 3451 optype1 = OFFSOP; in handle_move_double() 3479 else if (optype0 == OFFSOP) in handle_move_double() 3495 else if (optype1 == OFFSOP) in handle_move_double() 3530 else if (optype0 == OFFSOP) in handle_move_double() 3537 else if (optype1 == OFFSOP) in handle_move_double() 3559 && (optype1 == OFFSOP || optype1 == MEMOP)) in handle_move_double()
|
H A D | m68k.cc | 3372 REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP in handle_move_double() enumerator 3389 optype0 = OFFSOP; in handle_move_double() 3404 optype1 = OFFSOP; in handle_move_double() 3435 optype0 = OFFSOP; in handle_move_double() 3449 optype1 = OFFSOP; in handle_move_double() 3477 else if (optype0 == OFFSOP) in handle_move_double() 3493 else if (optype1 == OFFSOP) in handle_move_double() 3528 else if (optype0 == OFFSOP) in handle_move_double() 3535 else if (optype1 == OFFSOP) in handle_move_double() 3557 && (optype1 == OFFSOP || optype1 == MEMOP)) in handle_move_double()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | m68k.c | 3374 REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP in handle_move_double() enumerator 3391 optype0 = OFFSOP; in handle_move_double() 3406 optype1 = OFFSOP; in handle_move_double() 3437 optype0 = OFFSOP; in handle_move_double() 3451 optype1 = OFFSOP; in handle_move_double() 3479 else if (optype0 == OFFSOP) in handle_move_double() 3495 else if (optype1 == OFFSOP) in handle_move_double() 3530 else if (optype0 == OFFSOP) in handle_move_double() 3537 else if (optype1 == OFFSOP) in handle_move_double() 3559 && (optype1 == OFFSOP || optype1 == MEMOP)) in handle_move_double()
|
/netbsd/external/gpl3/gcc/dist/gcc/config/pa/ |
H A D | pa.c | 2615 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; in pa_output_move_double() enumerator 2625 optype0 = OFFSOP; in pa_output_move_double() 2636 optype1 = OFFSOP; in pa_output_move_double() 2819 else if (optype0 == OFFSOP) in pa_output_move_double() 2826 else if (optype1 == OFFSOP) in pa_output_move_double() 2857 && (optype1 == MEMOP || optype1 == OFFSOP) in pa_output_move_double()
|
H A D | pa.cc | 2649 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; in pa_output_move_double() enumerator 2659 optype0 = OFFSOP; in pa_output_move_double() 2670 optype1 = OFFSOP; in pa_output_move_double() 2853 else if (optype0 == OFFSOP) in pa_output_move_double() 2860 else if (optype1 == OFFSOP) in pa_output_move_double() 2891 && (optype1 == MEMOP || optype1 == OFFSOP) in pa_output_move_double()
|
/netbsd/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() enumerator 2625 optype0 = OFFSOP; in pa_output_move_double() 2636 optype1 = OFFSOP; in pa_output_move_double() 2819 else if (optype0 == OFFSOP) in pa_output_move_double() 2826 else if (optype1 == OFFSOP) in pa_output_move_double() 2857 && (optype1 == MEMOP || optype1 == OFFSOP) in pa_output_move_double()
|