Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
b6853fa0
Commit
b6853fa0
authored
Sep 09, 2008
by
Christoph Mallon
Browse files
Add should_be_same constraint on second input to second output of ia32_Minus64Bit.
[r21778]
parent
cc0a92ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_spec.pl
View file @
b6853fa0
...
...
@@ -912,7 +912,7 @@ NegMem => {
Minus64Bit
=>
{
irn_flags
=>
"
R
",
reg_req
=>
{
in
=>
[
"
gp
",
"
gp
"
],
out
=>
[
"
in_r1
",
"
gp
"
]
},
reg_req
=>
{
in
=>
[
"
gp
",
"
gp
"
],
out
=>
[
"
in_r1
",
"
in_r2
"
]
},
outs
=>
[
"
low_res
",
"
high_res
"
],
units
=>
[
"
GP
"
],
latency
=>
3
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment