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
a7e0ed28
Commit
a7e0ed28
authored
Jul 17, 2006
by
Christian Würdig
Browse files
fixed SSE compare emit
parent
5a6ef592
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
a7e0ed28
...
...
@@ -1091,7 +1091,7 @@ static void Set_emitter(ir_node *irn, ir_mode *mode, ia32_emit_env_t *env) {
lc_esnprintf
(
arg_env
,
cmd_buf
,
SNPRINTF_BUF_LEN
,
"cmp %s"
,
ia32_emit_binop
(
irn
,
env
));
}
else
if
(
is_ia32_xCmpSet
(
irn
))
{
lc_esnprintf
(
arg_env
,
cmd_buf
,
SNPRINTF_BUF_LEN
,
"ucomis%M %s"
,
get_irn_n
(
irn
,
0
),
ia32_emit_binop
(
irn
,
env
));
lc_esnprintf
(
arg_env
,
cmd_buf
,
SNPRINTF_BUF_LEN
,
"ucomis%M %s"
,
get_irn_n
(
irn
,
2
),
ia32_emit_binop
(
irn
,
env
));
}
else
if
(
is_ia32_PsiCondSet
(
irn
))
{
/* omit compare because flags are already set by And/Or */
...
...
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