Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
bb8bdc04
Commit
bb8bdc04
authored
21 years ago
by
Chris Lattner
Browse files
Options
Downloads
Patches
Plain Diff
Start using tablegen'd instruction enum list
llvm-svn: 7542
parent
637eebbf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/lib/Target/X86/X86.h
+3
-10
3 additions, 10 deletions
llvm/lib/Target/X86/X86.h
with
3 additions
and
10 deletions
llvm/lib/Target/X86/X86.h
+
3
−
10
View file @
bb8bdc04
...
...
@@ -47,15 +47,8 @@ Pass *createEmitX86CodeToMemory();
//
#include
"X86GenRegisterNames.inc"
/// X86 namespace - This namespace contains all of the register and opcode enums
/// used by the X86 backend.
///
namespace
X86
{
// This defines a large number of symbolic names for X86 instruction opcodes.
enum
Opcode
{
#define I(ENUM, NAME, BASEOPCODE, FLAGS, TSFLAGS, IMPDEFS, IMPUSES) ENUM,
#include
"X86InstrInfo.def"
};
}
// Defines symbolic names for the X86 instructions.
//
#include
"X86GenInstrNames.inc"
#endif
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