HomeSort by: relevance | last modified time | path
    Searched refs:match_dup (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/arm/
ldmstm.md 29 (mem:SI (plus:SI (match_dup 5)
32 (mem:SI (plus:SI (match_dup 5)
35 (mem:SI (plus:SI (match_dup 5)
47 (mem:SI (plus:SI (match_dup 5)
50 (mem:SI (plus:SI (match_dup 5)
53 (mem:SI (plus:SI (match_dup 5)
62 (plus:SI (match_dup 5) (const_int 16)))
64 (mem:SI (match_dup 5)))
66 (mem:SI (plus:SI (match_dup 5)
69 (mem:SI (plus:SI (match_dup 5
    [all...]
arm-ldmstm.ml 76 Printf.sprintf "(match_dup %d)" (nregs + 1)
124 Printf.printf "%s (match_dup %d))" indent opnr
250 Printf.printf " [(set (match_dup %d) (match_op_dup %d [(match_dup %d) (match_dup %d)]))]\n"
254 Printf.printf " [(set (match_dup %d) (match_op_dup %d [(match_dup %d) (match_dup %d)]))\n"
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
ldmstm.md 29 (mem:SI (plus:SI (match_dup 5)
32 (mem:SI (plus:SI (match_dup 5)
35 (mem:SI (plus:SI (match_dup 5)
47 (mem:SI (plus:SI (match_dup 5)
50 (mem:SI (plus:SI (match_dup 5)
53 (mem:SI (plus:SI (match_dup 5)
62 (plus:SI (match_dup 5) (const_int 16)))
64 (mem:SI (match_dup 5)))
66 (mem:SI (plus:SI (match_dup 5)
69 (mem:SI (plus:SI (match_dup 5
    [all...]
arm-ldmstm.ml 76 Printf.sprintf "(match_dup %d)" (nregs + 1)
124 Printf.printf "%s (match_dup %d))" indent opnr
250 Printf.printf " [(set (match_dup %d) (match_op_dup %d [(match_dup %d) (match_dup %d)]))]\n"
254 Printf.printf " [(set (match_dup %d) (match_op_dup %d [(match_dup %d) (match_dup %d)]))\n"
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
ldstwm.md 695 (plus:SI (match_dup 2) (const_int 4)))
697 (mem:SI (match_dup 2)))])]
705 (plus:SI (match_dup 2) (const_int 4)))
707 (mem:SI (match_dup 2)))])]
733 (plus:SI (match_dup 2) (const_int -4)))
735 (mem:SI (plus:SI (match_dup 2) (const_int -4))))])]
743 (plus:SI (match_dup 2) (const_int -4)))
745 (mem:SI (plus:SI (match_dup 2) (const_int -4))))])]
771 (plus:SI (match_dup 3) (const_int 8)))
773 (mem:SI (match_dup 3))
    [all...]
nios2-ldstwm.sml 137 "(match_dup " ^ base_regno ^ ")"
211 ["(match_dup " ^ scratch ^ ")"])
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
ldstwm.md 695 (plus:SI (match_dup 2) (const_int 4)))
697 (mem:SI (match_dup 2)))])]
705 (plus:SI (match_dup 2) (const_int 4)))
707 (mem:SI (match_dup 2)))])]
733 (plus:SI (match_dup 2) (const_int -4)))
735 (mem:SI (plus:SI (match_dup 2) (const_int -4))))])]
743 (plus:SI (match_dup 2) (const_int -4)))
745 (mem:SI (plus:SI (match_dup 2) (const_int -4))))])]
771 (plus:SI (match_dup 3) (const_int 8)))
773 (mem:SI (match_dup 3))
    [all...]
nios2-ldstwm.sml 137 "(match_dup " ^ base_regno ^ ")"
211 ["(match_dup " ^ scratch ^ ")"])
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
darwin.md 158 [(set (match_dup 3) (plus:DI (match_dup 0) (match_dup 1)))
159 (set (mem:V4SI (match_dup 3))
160 (match_dup 2))]
genfusion.pl 126 (set (match_operand:${result} 0 "gpc_reg_operand" "=r") (match_dup 1))]
130 (set (match_operand:${result} 0 "gpc_reg_operand" "=r") (${extend}_extend:${result} (match_dup 1)))]
144 print " [(set (match_dup 0) (match_dup 1))\n";
146 print " [(set (match_dup 0) (${extend}_extend:${clobbermode} (match_dup 1)))\n";
148 print " [(set (match_dup 0) (${extend}_extend:${result} (match_dup 1)))\n";
152 (set (match_dup 2)
153 (compare:${ccmode} (match_dup 0) (match_dup 3)))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
darwin.md 158 [(set (match_dup 3) (plus:DI (match_dup 0) (match_dup 1)))
159 (set (mem:V4SI (match_dup 3))
160 (match_dup 2))]
genfusion.pl 126 (set (match_operand:${result} 0 "gpc_reg_operand" "=r") (match_dup 1))]
130 (set (match_operand:${result} 0 "gpc_reg_operand" "=r") (${extend}_extend:${result} (match_dup 1)))]
144 print " [(set (match_dup 0) (match_dup 1))\n";
146 print " [(set (match_dup 0) (${extend}_extend:${clobbermode} (match_dup 1)))\n";
148 print " [(set (match_dup 0) (${extend}_extend:${result} (match_dup 1)))\n";
152 (set (match_dup 2)
153 (compare:${ccmode} (match_dup 0) (match_dup 3)))
    [all...]

Completed in 22 milliseconds