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
7a6efcac
Commit
7a6efcac
authored
Sep 12, 2007
by
Matthias Braun
Browse files
set names for ia32 default pns
[r15756]
parent
fcfbb41a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_new_nodes.h
View file @
7a6efcac
...
...
@@ -32,6 +32,14 @@
#include
"firm_config.h"
#include
"ia32_nodes_attr.h"
/** proj numbers for "normal" one-result nodes (for the complicated cases where we not only
* need the result) */
enum
{
pn_ia32_res
=
0
,
pn_ia32_mem
=
1
,
pn_ia32_flags
=
2
};
/***************************************************************************************************
* _ _ _ __ _ _ _ _
* | | | | | | / / | | | | | | | |
...
...
@@ -144,6 +152,11 @@ void clear_ia32_use_frame(ir_node *node);
*/
int
is_ia32_use_frame
(
const
ir_node
*
node
);
/**
* copies all address-mode attributes from one node to the other
*/
void
ia32_copy_am_attrs
(
ir_node
*
to
,
const
ir_node
*
from
);
/**
* Sets node to commutative.
*/
...
...
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