mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-13 08:35:46 +00:00
Add a comment about the PPC Interpretation64Bit bit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179391 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1877dc00e7
commit
81b2fd5819
@ -38,6 +38,11 @@ class I<bits<6> opcode, dag OOL, dag IOL, string asmstr, InstrItinClass itin>
|
||||
|
||||
// Fields used for relation models.
|
||||
string BaseName = "";
|
||||
|
||||
// For cases where multiple instruction definitions really represent the
|
||||
// same underlying instruction but with one definition for 64-bit arguments
|
||||
// and one for 32-bit arguments, this bit breaks the degeneracy between
|
||||
// the two forms and allows TableGen to generate mapping tables.
|
||||
bit Interpretation64Bit = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user