|
671 | 671 | ; N.B. operand 1 of alternative 7 expands into pcl,symbol@gotpc . |
672 | 672 | (define_insn "*movsi_insn" ; 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
673 | 673 | [(set (match_operand:SI 0 "move_dest_operand" "=Rcq,Rcq#q, w, W, w,w, w,???w, ?w, w,Rcq#q, w,Rcq, S, Us<,RcqRck,!*x,!*Rsd,!*Rcd, r,Usd, m,???m,VUsc,VUsc") |
674 | | - (match_operand:SI 1 "move_src_operand" "cL, cP,Rcq#q,WCm1,cL,I,Crr,?Rac,Cpc,Clb, ?Cal,?Cal,Uts,Rcq,RcqRck, Us>,Usd, Usd,Ucd, m,!*x, c,?Rac, Cm3, C32"))] |
| 674 | + (match_operand:SI 1 "move_src_operand" "cL, cP,Rcq#q,WCm1,cL,I,Crr,?Rac,Cpc,Clb, ?Cal,?Cal,Uts,Rcq,RcqRck, Us>,Usd, Usd, Ucd, m,!*x, c,?Rac, Cm3, C32"))] |
675 | 675 | "register_operand (operands[0], SImode) |
676 | 676 | || register_operand (operands[1], SImode) |
677 | 677 | || (CONSTANT_P (operands[1]) |
|
1553 | 1553 |
|
1554 | 1554 | (define_insn "*extendhisi2_i" |
1555 | 1555 | [(set (match_operand:SI 0 "dest_reg_operand" "=Rcqq,w,Rcqq,r") |
1556 | | - (sign_extend:SI (match_operand:HI 1 "nonvol_nonimm_operand" "Rcqq,c, T,m")))] |
| 1556 | + (sign_extend:SI (match_operand:HI 1 "nonvol_nonimm_operand" "Rcqq,c, Ucd,m")))] |
1557 | 1557 | "" |
1558 | 1558 | "* |
1559 | 1559 | switch (which_alternative) |
|
1563 | 1563 | case 1: |
1564 | 1564 | return TARGET_V2 ? \"sexh %0,%1\" : \"sexw %0,%1\"; |
1565 | 1565 | case 2: |
1566 | | - return \"ldh%?.x %0, %1\"; |
| 1566 | + return \"ldh%?.x %0,%1\"; |
1567 | 1567 | case 3: |
1568 | 1568 | return TARGET_V2 ? \"ldh.x%U1%V1 %0,%1\" : \"ldw.x%U1%V1 %0,%1\"; |
1569 | 1569 | default: |
|
0 commit comments