mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-15 06:01:20 +00:00
Add a new flag, which is only used for symmetry.
llvm-svn: 11025
This commit is contained in:
parent
0127841d4e
commit
543fbaa973
@ -124,6 +124,9 @@ namespace X86II {
|
|||||||
FPTypeShift = 13,
|
FPTypeShift = 13,
|
||||||
FPTypeMask = 7 << FPTypeShift,
|
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 - 0 arg FP instruction which implicitly pushes ST(0), f.e. fld0
|
||||||
ZeroArgFP = 1 << FPTypeShift,
|
ZeroArgFP = 1 << FPTypeShift,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user