projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e41d5
)
Add a new flag, which is only used for symmetry.
author
Chris Lattner
<sabre@nondot.org>
Fri, 30 Jan 2004 22:24:18 +0000
(22:24 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 30 Jan 2004 22:24:18 +0000
(22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11025
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrInfo.h
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrInfo.h
b/lib/Target/X86/X86InstrInfo.h
index 0639c2d05378dd5d469d6eaf6e0a2e162b49ce1c..98f9fe68d72404e39ca59f3e6f9686447390d148 100644
(file)
--- a/
lib/Target/X86/X86InstrInfo.h
+++ b/
lib/Target/X86/X86InstrInfo.h
@@
-124,6
+124,9
@@
namespace X86II {
FPTypeShift = 13,
FPTypeMask = 7 << FPTypeShift,
+ // NotFP - The default, set for instructions that do not use FP registers.
+ NotFP = 0 << FPTypeShift,
+
// ZeroArgFP - 0 arg FP instruction which implicitly pushes ST(0), f.e. fld0
ZeroArgFP = 1 << FPTypeShift,