Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
29a4b6c7
There was an error fetching the commit references. Please try again later.
Commit
29a4b6c7
authored
10 years ago
by
Lioncash
Browse files
Options
Downloads
Patches
Plain Diff
vfp: Make the FPSID values match the MPCore
parent
f9cc6d64
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/arm/skyeye_common/vfp/asm_vfp.h
+7
-7
7 additions, 7 deletions
src/core/arm/skyeye_common/vfp/asm_vfp.h
with
7 additions
and
7 deletions
src/core/arm/skyeye_common/vfp/asm_vfp.h
+
7
−
7
View file @
29a4b6c7
...
...
@@ -7,15 +7,15 @@
#pragma once
// FPSID Information
//
ARM11 MPCore
FPSID Information
// Note that these are used as values and not as flags.
enum
:
u32
{
VFP_FPSID_IMPLMEN
=
0
,
// Implementation code. Should be the same as cp15 0 c0 0
VFP_FPSID_SW
=
0
,
// Software emulation bit value
VFP_FPSID_SUBARCH
=
0x
2
,
// Subarchitecture version number
VFP_FPSID_PARTNUM
=
0x
1
,
// Part number
VFP_FPSID_VARIANT
=
0x
1
,
// Variant number
VFP_FPSID_REVISION
=
0x
1
// Revision number
VFP_FPSID_IMPLMEN
=
0
x41
,
// Implementation code. Should be the same as cp15 0 c0 0
VFP_FPSID_SW
=
0
,
// Software emulation bit value
VFP_FPSID_SUBARCH
=
0x
1
,
// Subarchitecture version number
VFP_FPSID_PARTNUM
=
0x
20
,
// Part number
VFP_FPSID_VARIANT
=
0x
B
,
// Variant number
VFP_FPSID_REVISION
=
0x
4
// Revision number
};
// FPEXC bits
...
...
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