Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
binutils-gdb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastien Michelland
binutils-gdb
Commits
46da9a19
Commit
46da9a19
authored
20 years ago
by
Hans-Peter Nilsson
Browse files
Options
Downloads
Patches
Plain Diff
* cris.cpu (mstep): Add missing insn.
parent
14d8cbf6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cpu/ChangeLog
+4
-0
4 additions, 0 deletions
cpu/ChangeLog
cpu/cris.cpu
+14
-0
14 additions, 0 deletions
cpu/cris.cpu
with
18 additions
and
0 deletions
cpu/ChangeLog
+
4
−
0
View file @
46da9a19
2005-01-28 Hans-Peter Nilsson <hp@axis.com>
* cris.cpu (mstep): Add missing insn.
2005-01-25 Alexandre Oliva <aoliva@redhat.com>
2005-01-25 Alexandre Oliva <aoliva@redhat.com>
2004-11-10 Alexandre Oliva <aoliva@redhat.com>
2004-11-10 Alexandre Oliva <aoliva@redhat.com>
...
...
This diff is collapsed.
Click to expand it.
cpu/cris.cpu
+
14
−
0
View file @
46da9a19
...
@@ -3395,6 +3395,20 @@
...
@@ -3395,6 +3395,20 @@
(cris-arit5 add SI Rd-sfield Rd-sfield Ps rbit rbit))
(cris-arit5 add SI Rd-sfield Rd-sfield Ps rbit rbit))
)
)
; MSTEP Rs,Rd [ Rd | 01111111 | Rs ]
(dni-cdt-attr
mstep "Multiply step"
(MACH-PRE-V32)
"mstep $Rs,$Rd"
(+ Rd MODE_REGISTER RFIX_MSTEP SIZE_FIXED Rs)
(sequence
((SI tmpd) (SI tmps))
(set tmps Rs)
(set tmpd (add (sll Rd 1) (if SI nbit tmps 0)))
(set Rd tmpd)
(setf-move SI tmpd))
)
; DSTEP Rs,Rd [ Rd | 01101111 | Rs ]
; DSTEP Rs,Rd [ Rd | 01101111 | Rs ]
(dni-cdt
(dni-cdt
dstep "Division step"
dstep "Division step"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment