From: Misha Brukman
Instructions encode an opcode that identifies the kind of instruction.
Opcodes are an enumerated integer value. The specific values used depend on
the version of LLVM you're using. The opcode values are defined in the
-
+
include/llvm/Instruction.def file. You should check there for the
most recent definitions. The table below provides the opcodes defined as of
the writing of this document. The table associates each opcode mnemonic with
diff --git a/docs/Lexicon.html b/docs/Lexicon.html
index 81dbf4e91c6..b80bfbd326d 100644
--- a/docs/Lexicon.html
+++ b/docs/Lexicon.html
@@ -160,7 +160,7 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!">The LLVM Team
+ href="http://llvm.cs.uiuc.edu/">The LLVM Team
The LLVM Compiler Infrastructure
Last modified: $Date$