Home | History | Annotate | Download | only in rs6000

Lines Matching refs:match_dup

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)))]