Commit d18dba68 by Aldy Hernandez Committed by Aldy Hernandez

rs6000.md ("*call_value_local32"): Remove constraints.

2002-01-29  Aldy Hernandez  <aldyh@redhat.com>

        * rs6000.md ("*call_value_local32"): Remove constraints.
        ("*call_value_local64"): Same.
        ("*call_value_indirect_nonlocal_aix32"): Same.
        ("*call_value_nonlocal_aix32"): Same.
        ("*call_value_indirect_nonlocal_aix64"): Same.
        ("*call_value_nonlocal_aix64"): Same.
        ("*call_value_nonlocal_sysv"): Same.

From-SVN: r49331
parent 80a8aac6
2002-01-29 Aldy Hernandez <aldyh@redhat.com>
* rs6000.md ("*call_value_local32"): Remove constraints.
("*call_value_local64"): Same.
("*call_value_indirect_nonlocal_aix32"): Same.
("*call_value_nonlocal_aix32"): Same.
("*call_value_indirect_nonlocal_aix64"): Same.
("*call_value_nonlocal_aix64"): Same.
("*call_value_nonlocal_sysv"): Same.
2002-01-29 Richard Henderson <rth@redhat.com>
* config/alpha/elf.h (SDB_DEBUGGING_INFO): Undef.
......
......@@ -9878,7 +9878,7 @@
(set_attr "length" "4,8")])
(define_insn "*call_value_local32"
[(set (match_operand 0 "" "=fg,fg")
[(set (match_operand 0 "" "")
(call (mem:SI (match_operand:SI 1 "current_file_function_operand" "s,s"))
(match_operand 2 "" "g,g")))
(use (match_operand:SI 3 "immediate_operand" "O,n"))
......@@ -9899,7 +9899,7 @@
(define_insn "*call_value_local64"
[(set (match_operand 0 "" "=fg,fg")
[(set (match_operand 0 "" "")
(call (mem:SI (match_operand:DI 1 "current_file_function_operand" "s,s"))
(match_operand 2 "" "g,g")))
(use (match_operand:SI 3 "immediate_operand" "O,n"))
......@@ -9976,7 +9976,7 @@
(set_attr "length" "8")])
(define_insn "*call_value_indirect_nonlocal_aix32"
[(set (match_operand 0 "" "=fg")
[(set (match_operand 0 "" "")
(call (mem:SI (match_operand:SI 1 "register_operand" "cl"))
(match_operand 2 "" "g")))
(use (reg:SI 2))
......@@ -9990,7 +9990,7 @@
(set_attr "length" "8")])
(define_insn "*call_value_nonlocal_aix32"
[(set (match_operand 0 "" "=fg")
[(set (match_operand 0 "" "")
(call (mem:SI (match_operand:SI 1 "call_operand" "s"))
(match_operand 2 "" "g")))
(use (match_operand:SI 3 "immediate_operand" "O"))
......@@ -10003,7 +10003,7 @@
(set_attr "length" "8")])
(define_insn "*call_value_indirect_nonlocal_aix64"
[(set (match_operand 0 "" "=fg")
[(set (match_operand 0 "" "")
(call (mem:SI (match_operand:DI 1 "register_operand" "cl"))
(match_operand 2 "" "g")))
(use (reg:DI 2))
......@@ -10017,7 +10017,7 @@
(set_attr "length" "8")])
(define_insn "*call_value_nonlocal_aix64"
[(set (match_operand 0 "" "=fg")
[(set (match_operand 0 "" "")
(call (mem:SI (match_operand:DI 1 "call_operand" "s"))
(match_operand 2 "" "g")))
(use (match_operand:SI 3 "immediate_operand" "O"))
......@@ -10067,7 +10067,7 @@
(set_attr "length" "4,8,4,8")])
(define_insn "*call_value_nonlocal_sysv"
[(set (match_operand 0 "" "=fg,fg,fg,fg")
[(set (match_operand 0 "" "")
(call (mem:SI (match_operand:SI 1 "call_operand" "cl,cl,s,s"))
(match_operand 2 "" "g,g,g,g")))
(use (match_operand:SI 3 "immediate_operand" "O,n,O,n"))
......
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