(movsf-1, movdf-1, movtf-1): Use 'F' not 'E'.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 6 Feb 1995 23:31:41 +0000 (15:31 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 6 Feb 1995 23:31:41 +0000 (15:31 -0800)
From-SVN: r8882

gcc/config/sparc/sparc.md

index c8c39c1..e0e8ac4 100644 (file)
 ;; It must come before the more general movsf pattern.
 (define_insn ""
   [(set (match_operand:SF 0 "general_operand" "=?r,f,m")
-       (match_operand:SF 1 "" "?E,m,G"))]
+       (match_operand:SF 1 "" "?F,m,G"))]
   "TARGET_FPU && GET_CODE (operands[1]) == CONST_DOUBLE"
   "*
 {
 
 (define_insn ""
   [(set (match_operand:DF 0 "general_operand" "=?r,e,o")
-       (match_operand:DF 1 "" "?E,m,G"))]
+       (match_operand:DF 1 "" "?F,m,G"))]
   "TARGET_FPU && GET_CODE (operands[1]) == CONST_DOUBLE"
   "*
 {
 ;; It must come before the more general movtf pattern.
 (define_insn ""
   [(set (match_operand:TF 0 "general_operand" "=?r,e,o")
-       (match_operand:TF 1 "" "?E,m,G"))]
+       (match_operand:TF 1 "" "?F,m,G"))]
   "TARGET_FPU && GET_CODE (operands[1]) == CONST_DOUBLE"
   "*
 {