Home
last modified time | relevance | path

Searched refs:optype0 (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/pdp11/
H A Dpdp11.c390 optype0 = REGOP;
392 optype0 = OFFSOP;
394 optype0 = POPOP;
396 optype0 = PUSHOP;
398 optype0 = MEMOP;
400 optype0 = RNDOP;
569 optype0 = REGOP;
571 optype0 = OFFSOP;
573 optype0 = POPOP;
577 optype0 = MEMOP;
[all …]
/openbsd/gnu/gcc/gcc/config/pdp11/
H A Dpdp11.c489 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()
664 optype0 = REGOP; in output_move_quad()
666 optype0 = OFFSOP; in output_move_quad()
668 optype0 = POPOP; in output_move_quad()
672 optype0 = MEMOP; in output_move_quad()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/ns32k/
H A Dns32k.c678 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)
751 if (optype0 == REGOP && optype1 == REGOP
[all …]
/openbsd/gnu/gcc/gcc/config/m68k/
H A Dm68k.c1979 } 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()
2042 optype0 = OFFSOP; in output_move_double()
2063 if (optype0 == MEMOP) in output_move_double()
2155 if (optype0 == PUSHOP in output_move_double()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dm68k.c2024 } optype0, optype1; local
2038 optype0 = REGOP;
2040 optype0 = OFFSOP;
2042 optype0 = POPOP;
2044 optype0 = PUSHOP;
2046 optype0 = MEMOP;
2048 optype0 = RNDOP;
2089 optype0 = OFFSOP;
2110 if (optype0 == MEMOP)
2206 if (optype0 == PUSHOP
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.c2057 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)
2276 if (optype0 == REGOP
[all …]
/openbsd/gnu/gcc/gcc/config/pa/
H A Dpa.c2199 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()
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()
2394 else if (optype0 == OFFSOP) in output_move_double()
2424 if (optype0 == REGOP in output_move_double()
[all …]