Searched refs:optype0 (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pdp11/ |
| D | pdp11.c | 383 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1; local 390 optype0 = REGOP; 392 optype0 = OFFSOP; 394 optype0 = POPOP; 396 optype0 = PUSHOP; 398 optype0 = MEMOP; 400 optype0 = RNDOP; 425 if (optype0 == RNDOP || optype1 == RNDOP) 432 if (optype0 == PUSHOP && optype1 == POPOP) 437 optype0 = OFFSOP; [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/pdp11/ |
| D | pdp11.c | 482 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype0, optype1; in output_move_double() local 489 optype0 = REGOP; in output_move_double() 491 optype0 = OFFSOP; in output_move_double() 493 optype0 = POPOP; in output_move_double() 495 optype0 = PUSHOP; in output_move_double() 497 optype0 = MEMOP; in output_move_double() 499 optype0 = RNDOP; in output_move_double() 524 gcc_assert (optype0 != RNDOP && optype1 != RNDOP); in output_move_double() 530 if (optype0 == PUSHOP && optype1 == POPOP) in output_move_double() 535 optype0 = OFFSOP; in output_move_double() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ns32k/ |
| D | ns32k.c | 672 enum anon1 { REGOP, OFFSOP, PUSHOP, CNSTOP, RNDOP } optype0, optype1; local 678 optype0 = REGOP; 680 optype0 = OFFSOP; 682 optype0 = PUSHOP; 684 optype0 = RNDOP; 702 if (optype0 == RNDOP || optype1 == RNDOP) 714 if (optype0 == REGOP) 716 else if (optype0 == OFFSOP) 734 if (optype0 == PUSHOP 741 else if (optype0 == PUSHOP || optype1 == PUSHOP) [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| D | m68k.c | 2024 } optype0, optype1; local 2038 optype0 = REGOP; 2040 optype0 = OFFSOP; 2042 optype0 = POPOP; 2044 optype0 = PUSHOP; 2046 optype0 = MEMOP; 2048 optype0 = RNDOP; 2069 if (optype0 == RNDOP || optype1 == RNDOP) 2076 if (optype0 == PUSHOP && optype1 == POPOP) 2089 optype0 = OFFSOP; [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/m68k/ |
| D | m68k.c | 1979 } optype0, optype1; in output_move_double() local 1993 optype0 = REGOP; in output_move_double() 1995 optype0 = OFFSOP; in output_move_double() 1997 optype0 = POPOP; in output_move_double() 1999 optype0 = PUSHOP; in output_move_double() 2001 optype0 = MEMOP; in output_move_double() 2003 optype0 = RNDOP; in output_move_double() 2023 gcc_assert (optype0 != RNDOP && optype1 != RNDOP); in output_move_double() 2029 if (optype0 == PUSHOP && optype1 == POPOP) in output_move_double() 2042 optype0 = OFFSOP; in output_move_double() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/ |
| D | pa.c | 2050 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; local 2057 optype0 = REGOP; 2059 optype0 = OFFSOP; 2061 optype0 = MEMOP; 2063 optype0 = RNDOP; 2080 if (optype0 != REGOP && optype1 != REGOP) 2089 if (optype0 == MEMOP) 2231 if (optype0 == MEMOP) 2244 if (optype0 == REGOP) 2246 else if (optype0 == OFFSOP) [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/pa/ |
| D | pa.c | 2192 enum { REGOP, OFFSOP, MEMOP, CNSTOP, RNDOP } optype0, optype1; in output_move_double() local 2199 optype0 = REGOP; in output_move_double() 2201 optype0 = OFFSOP; in output_move_double() 2203 optype0 = MEMOP; in output_move_double() 2205 optype0 = RNDOP; in output_move_double() 2220 gcc_assert (optype0 == REGOP || optype1 == REGOP); in output_move_double() 2224 if (optype0 == REGOP && optype1 == REGOP in output_move_double() 2247 if (optype0 == MEMOP) in output_move_double() 2379 if (optype0 == MEMOP) in output_move_double() 2392 if (optype0 == REGOP) in output_move_double() [all …]
|