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
29087fea
Commit
29087fea
authored
Dec 02, 2012
by
Christoph Mallon
Browse files
bescripts: Remove unused execution unit specification.
parent
2f8553d9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/amd64_spec.pl
View file @
29087fea
...
...
@@ -90,8 +90,6 @@ Push => {
emit
=>
'
push %S0
',
outs
=>
[
"
stack
",
"
M
"
],
am
=>
"
source,unary
",
latency
=>
2
,
# units => [ "GP" ],
},
Add
=>
{
...
...
@@ -237,14 +235,4 @@ Store => {
mode
=>
"
mode_M
",
emit
=>
"
mov %S1, %O(%S0)
"
},
#NoReg_GP => {
# state => "pinned",
# op_flags => [ "constlike", "dump_noblcok" ],
# reg_req => { out => [ "gp_NOREG:I" ] },
# units => [],
# emit => "",
# latency => 0,
# mode => $mode_gp,
#},
);
ir/be/ia32/ia32_spec.pl
View file @
29087fea
This diff is collapsed.
Click to expand it.
ir/be/scripts/generate_new_opcodes.pl
View file @
29087fea
...
...
@@ -584,7 +584,7 @@ EOF
}
else
{
# Create 1 default constructor
my
%constructor
=
();
foreach
my
$a
("
comment
",
"
ins
",
"
outs
",
"
args
",
"
attr
",
"
units
",
foreach
my
$a
("
comment
",
"
ins
",
"
outs
",
"
args
",
"
attr
",
"
reg_req
",
"
init_attr
",
"
irn_flags
",
"
mode
",
"
arity
",
"
out_arity
",
"
custominit
")
{
if
(
defined
(
$n
{
$a
}))
{
...
...
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