Home | History | Annotate | Download | only in rs6000

Lines Matching refs:extend

62   my $extend;
70 # extend the SImode value. Otherwise if we need the value, we need to
94 # split because we have to sign/zero extend.
98 $extend = ($ccmode eq "CC") ? "sign" : "zero";
101 $extend = "none";
110 ;; load mode is $lmode result mode is $result compare mode is $ccmode extend is $extend
111 (define_insn_and_split "*l${ldst}${echr}_cmp${cmpl}${cmp_size_char}i_cr0_${lmode}_${result}_${ccmode}_${extend}"
130 (set (match_operand:${result} 0 "gpc_reg_operand" "=r") (${extend}_extend:${result} (match_dup 1)))]
143 if ($extend eq "none") {
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";