Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b32eba4a
Commit
b32eba4a
authored
Apr 22, 2000
by
Alexandre Oliva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace change
From-SVN: r33332
parent
a40d21da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
gcc/config/mn10300/mn10300.md
+11
-11
No files found.
gcc/config/mn10300/mn10300.md
View file @
b32eba4a
...
...
@@ -98,7 +98,7 @@
case 9:
return \"movbu %1,%0\";
default:
abort();
abort
();
}
}"
[
(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit")
]
)
...
...
@@ -136,7 +136,7 @@
case 9:
return \"movbu %1,%0\";
default:
abort();
abort
();
}
}"
[
(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit")
]
)
...
...
@@ -198,7 +198,7 @@
case 9:
return \"movhu %1,%0\";
default:
abort();
abort
();
}
}"
[
(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit")
]
)
...
...
@@ -235,7 +235,7 @@
case 9:
return
\"
movhu %1,%0
\"
;
default:
abort();
abort
();
}
}"
[
(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit")
]
)
...
...
@@ -341,7 +341,7 @@
}
return \"mov %1,%0\";
default:
abort();
abort
();
}
}"
[
(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit")
]
)
...
...
@@ -386,7 +386,7 @@
}
return \"mov %1,%0\";
default:
abort();
abort
();
}
}"
[
(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit")
]
)
...
...
@@ -534,7 +534,7 @@
return \"\";
}
default:
abort();
abort
();
}
}"
[
(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit")
]
)
...
...
@@ -682,11 +682,11 @@
return \"\";
}
default:
abort();
abort
();
}
}"
[
(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit")
]
)
;; ----------------------------------------------------------------------
...
...
@@ -832,7 +832,7 @@
return \"mov %2,%0\;add %1,%0\";
}
default:
abort();
abort
();
}
}"
[
(set_attr "cc" "set_zn,none_0hit,none_0hit,set_zn,none_0hit,set_zn")
]
)
...
...
@@ -874,7 +874,7 @@
return \"mov %1,%0\;add %2,%0\";
return \"mov %2,%0\;add %1,%0\";
default:
abort();
abort
();
}
}"
[
(set_attr "cc" "set_zn,none_0hit,none_0hit,set_zn,none_0hit,set_zn")
]
)
...
...
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