From 618617532e63a884395b9c3a8a289060cec083b0 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Sun, 9 Apr 2006 00:11:53 +0000 Subject: [PATCH] Fix whitespaces From-SVN: r112794 --- gcc/config/i386/i386.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index ef3f36b6964..669c0ea2a81 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -2274,7 +2274,7 @@ (define_insn "*movsf_1" [(set (match_operand:SF 0 "nonimmediate_operand" - "=f,m ,f,r,m ,x,x,x,m ,!*y,!rm,!*y") + "=f,m ,f,r ,m ,x,x,x ,m ,!*y,!rm,!*y") (match_operand:SF 1 "general_operand" "fm,f,G ,rmF,Fr,C ,x ,xm,x,rm ,*y ,*y"))] "!(MEM_P (operands[0]) && MEM_P (operands[1])) @@ -2441,9 +2441,9 @@ (define_insn "*movdf_nointeger" [(set (match_operand:DF 0 "nonimmediate_operand" - "=f,m ,f,*r ,o ,Y*x,Y*x,Y*x,m ") + "=f,m,f,*r ,o ,Y*x,Y*x,Y*x ,m ") (match_operand:DF 1 "general_operand" - "fm,f,G ,*roF,F*r,C ,Y*x,mY*x,Y*x"))] + "fm,f,G,*roF,F*r,C ,Y*x,mY*x,Y*x"))] "(GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM) && ((optimize_size || !TARGET_INTEGER_DFMODE_MOVES) && !TARGET_64BIT) && (reload_in_progress || reload_completed @@ -2561,9 +2561,9 @@ (define_insn "*movdf_integer" [(set (match_operand:DF 0 "nonimmediate_operand" - "=f,m ,f,r,o ,Y*x,Y*x,Y*x,m") + "=f,m,f,r ,o ,Y*x,Y*x,Y*x,m ") (match_operand:DF 1 "general_operand" - "fm,f,G ,roF,Fr,C ,Y*x,m ,Y*x"))] + "fm,f,G,roF,Fr,C ,Y*x,m ,Y*x"))] "(GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM) && ((!optimize_size && TARGET_INTEGER_DFMODE_MOVES) || TARGET_64BIT) && (reload_in_progress || reload_completed @@ -9545,10 +9545,10 @@ "ix86_expand_fp_absneg_operator (ABS, SFmode, operands); DONE;") (define_insn "*absnegsf2_mixed" - [(set (match_operand:SF 0 "nonimmediate_operand" "=x,x,f,rm") + [(set (match_operand:SF 0 "nonimmediate_operand" "=x ,x,f,rm") (match_operator:SF 3 "absneg_operator" - [(match_operand:SF 1 "nonimmediate_operand" "0 ,x,0 ,0")])) - (use (match_operand:V4SF 2 "nonimmediate_operand" "xm ,0 ,X ,X")) + [(match_operand:SF 1 "nonimmediate_operand" "0 ,x,0,0 ")])) + (use (match_operand:V4SF 2 "nonimmediate_operand" "xm ,0,X,X ")) (clobber (reg:CC FLAGS_REG))] "TARGET_SSE_MATH && TARGET_MIX_SSE_I387 && ix86_unary_operator_ok (GET_CODE (operands[3]), SFmode, operands)" @@ -9643,8 +9643,8 @@ (define_insn "*absnegdf2_mixed" [(set (match_operand:DF 0 "nonimmediate_operand" "=Y,Y,f,rm") (match_operator:DF 3 "absneg_operator" - [(match_operand:DF 1 "nonimmediate_operand" "0 ,Y,0 ,0")])) - (use (match_operand:V2DF 2 "nonimmediate_operand" "Ym ,0 ,X ,X")) + [(match_operand:DF 1 "nonimmediate_operand" "0 ,Y,0,0")])) + (use (match_operand:V2DF 2 "nonimmediate_operand" "Ym,0,X,X")) (clobber (reg:CC FLAGS_REG))] "TARGET_SSE2 && TARGET_SSE_MATH && TARGET_MIX_SSE_I387 && ix86_unary_operator_ok (GET_CODE (operands[3]), DFmode, operands)" @@ -9653,8 +9653,8 @@ (define_insn "*absnegdf2_sse" [(set (match_operand:DF 0 "nonimmediate_operand" "=Y,Y,rm") (match_operator:DF 3 "absneg_operator" - [(match_operand:DF 1 "nonimmediate_operand" "0 ,Y,0")])) - (use (match_operand:V2DF 2 "nonimmediate_operand" "Ym,0,X")) + [(match_operand:DF 1 "nonimmediate_operand" "0 ,Y,0 ")])) + (use (match_operand:V2DF 2 "nonimmediate_operand" "Ym,0,X ")) (clobber (reg:CC FLAGS_REG))] "TARGET_SSE2 && TARGET_SSE_MATH && ix86_unary_operator_ok (GET_CODE (operands[3]), DFmode, operands)"