mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 23:48:49 +00:00
Add comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5076 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c2fc7ea60b
commit
1894dd6ca9
@ -27,13 +27,15 @@
|
||||
R(ENUM, NAME, FLAGS, TSFLAGS, A1, A2, A3)
|
||||
#endif
|
||||
|
||||
// Arguments passed into the R macro
|
||||
// Arguments passed into the R macros
|
||||
// #1: Enum Name - This ends up being a symbol in the X86 namespace
|
||||
// #2: Register name - The name of the register as used by the gnu assembler
|
||||
// #3: Register Flags - A bitfield of flags or'd together from the
|
||||
// MRegisterInfo.h file.
|
||||
// #4: Target Specific Flags - Another bitfield containing X86 specific flags
|
||||
// as neccesary.
|
||||
//
|
||||
// #5,6,7: Registers aliased to this register, or 0 if none.
|
||||
|
||||
|
||||
// The first register must always be a 'noop' register for all backends. This
|
||||
|
Loading…
Reference in New Issue
Block a user