Commit f78ac4f2 by Jan-Benedict Glaw Committed by Jan-Benedict Glaw

* config/vax/vax.md (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3,

	and<mode>3, *and<mode>_const_int, ior<mode>3, xor<mode>3, ashrsi3,
	*call): Fix indention.

From-SVN: r195218
parent 97dae02b
2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config/vax/vax.md (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3,
and<mode>3, *and<mode>_const_int, ior<mode>3, xor<mode>3, ashrsi3,
*call): Fix indention.
2013-01-15 Tom de Vries <tom@codesourcery.com> 2013-01-15 Tom de Vries <tom@codesourcery.com>
PR target/55876 PR target/55876
......
...@@ -369,7 +369,7 @@ ...@@ -369,7 +369,7 @@
(define_insn "add<mode>3" (define_insn "add<mode>3"
[(set (match_operand:VAXint 0 "nonimmediate_operand" "=g") [(set (match_operand:VAXint 0 "nonimmediate_operand" "=g")
(plus:VAXint (match_operand:VAXint 1 "general_operand" "nrmT") (plus:VAXint (match_operand:VAXint 1 "general_operand" "nrmT")
(match_operand:VAXint 2 "general_operand" "nrmT")))] (match_operand:VAXint 2 "general_operand" "nrmT")))]
"" ""
"* return vax_output_int_add (insn, operands, <MODE>mode);") "* return vax_output_int_add (insn, operands, <MODE>mode);")
...@@ -409,7 +409,7 @@ ...@@ -409,7 +409,7 @@
(define_insn "sub<mode>3" (define_insn "sub<mode>3"
[(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g") [(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g")
(minus:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT") (minus:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT")
(match_operand:VAXint 2 "general_operand" "nrmT,nrmT")))] (match_operand:VAXint 2 "general_operand" "nrmT,nrmT")))]
"" ""
"@ "@
sub<VAXint:isfx>2 %2,%0 sub<VAXint:isfx>2 %2,%0
...@@ -452,7 +452,7 @@ ...@@ -452,7 +452,7 @@
(define_insn "mul<mode>3" (define_insn "mul<mode>3"
[(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g,g") [(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g,g")
(mult:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT,nrmT") (mult:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT,nrmT")
(match_operand:VAXint 2 "general_operand" "nrmT,0,nrmT")))] (match_operand:VAXint 2 "general_operand" "nrmT,0,nrmT")))]
"" ""
"@ "@
mul<VAXint:isfx>2 %2,%0 mul<VAXint:isfx>2 %2,%0
...@@ -511,7 +511,7 @@ ...@@ -511,7 +511,7 @@
(define_insn "div<mode>3" (define_insn "div<mode>3"
[(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g") [(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g")
(div:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT") (div:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT")
(match_operand:VAXint 2 "general_operand" "nrmT,nrmT")))] (match_operand:VAXint 2 "general_operand" "nrmT,nrmT")))]
"" ""
"@ "@
div<VAXint:isfx>2 %2,%0 div<VAXint:isfx>2 %2,%0
...@@ -533,7 +533,7 @@ ...@@ -533,7 +533,7 @@
(define_expand "and<mode>3" (define_expand "and<mode>3"
[(set (match_operand:VAXint 0 "nonimmediate_operand" "") [(set (match_operand:VAXint 0 "nonimmediate_operand" "")
(and:VAXint (not:VAXint (match_operand:VAXint 1 "general_operand" "")) (and:VAXint (not:VAXint (match_operand:VAXint 1 "general_operand" ""))
(match_operand:VAXint 2 "general_operand" "")))] (match_operand:VAXint 2 "general_operand" "")))]
"" ""
" "
{ {
...@@ -570,7 +570,7 @@ ...@@ -570,7 +570,7 @@
(define_insn "*and<mode>_const_int" (define_insn "*and<mode>_const_int"
[(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g") [(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g")
(and:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT") (and:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT")
(match_operand:VAXint 2 "const_int_operand" "n,n")))] (match_operand:VAXint 2 "const_int_operand" "n,n")))]
"" ""
"@ "@
bic<VAXint:isfx>2 %<VAXint:iprefx>2,%0 bic<VAXint:isfx>2 %<VAXint:iprefx>2,%0
...@@ -582,7 +582,7 @@ ...@@ -582,7 +582,7 @@
(define_insn "ior<mode>3" (define_insn "ior<mode>3"
[(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g,g") [(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g,g")
(ior:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT,nrmT") (ior:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT,nrmT")
(match_operand:VAXint 2 "general_operand" "nrmT,0,nrmT")))] (match_operand:VAXint 2 "general_operand" "nrmT,0,nrmT")))]
"" ""
"@ "@
bis<VAXint:isfx>2 %2,%0 bis<VAXint:isfx>2 %2,%0
...@@ -594,7 +594,7 @@ ...@@ -594,7 +594,7 @@
(define_insn "xor<mode>3" (define_insn "xor<mode>3"
[(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g,g") [(set (match_operand:VAXint 0 "nonimmediate_operand" "=g,g,g")
(xor:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT,nrmT") (xor:VAXint (match_operand:VAXint 1 "general_operand" "0,nrmT,nrmT")
(match_operand:VAXint 2 "general_operand" "nrmT,0,nrmT")))] (match_operand:VAXint 2 "general_operand" "nrmT,0,nrmT")))]
"" ""
"@ "@
xor<VAXint:isfx>2 %2,%0 xor<VAXint:isfx>2 %2,%0
...@@ -629,7 +629,7 @@ ...@@ -629,7 +629,7 @@
(define_expand "ashrsi3" (define_expand "ashrsi3"
[(set (match_operand:SI 0 "general_operand" "=g") [(set (match_operand:SI 0 "general_operand" "=g")
(ashiftrt:SI (match_operand:SI 1 "general_operand" "g") (ashiftrt:SI (match_operand:SI 1 "general_operand" "g")
(match_operand:QI 2 "general_operand" "g")))] (match_operand:QI 2 "general_operand" "g")))]
"" ""
" "
{ {
...@@ -1361,7 +1361,7 @@ ...@@ -1361,7 +1361,7 @@
(define_insn "*call" (define_insn "*call"
[(call (match_operand:QI 0 "memory_operand" "m") [(call (match_operand:QI 0 "memory_operand" "m")
(match_operand:SI 1 "const_int_operand" ""))] (match_operand:SI 1 "const_int_operand" ""))]
"" ""
"calls $0,%0") "calls $0,%0")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment