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
a993becf
Commit
a993becf
authored
Jul 23, 2012
by
Matthias Braun
Browse files
ia32: avoid assembler warning for 16bit stores
parent
cd1ba320
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_spec.pl
View file @
a993becf
...
...
@@ -1178,7 +1178,7 @@ Store => {
out
=>
[
"
none
",
"
none
",
"
none
"
]
},
ins
=>
[
"
base
",
"
index
",
"
mem
",
"
val
"
],
outs
=>
[
"
M
",
"
X_regular
",
"
X_except
"
],
emit
=>
'
mov%M %S3, %AM
',
emit
=>
'
mov%M %
#
S3, %AM
',
latency
=>
2
,
units
=>
[
"
GP
"
],
},
...
...
Write
Preview
Markdown
is supported
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