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
78f1315f
Commit
78f1315f
authored
Mar 29, 2006
by
Michael Beck
Browse files
added R flag to mark real x87 instructions
parent
d6f38b0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/scripts/generate_new_opcodes.pl
View file @
78f1315f
...
...
@@ -333,6 +333,7 @@ void $arch\_create_opcodes(void) {
#define c irop_flag_constlike
#define K irop_flag_keep
#define M irop_flag_machine
#define R (irop_flag_machine<<1)
ir_op_ops ops;
int cur_opcode = get_next_ir_opcodes($n_opcodes);
...
...
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