mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 13:21:43 +00:00
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162010 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a75e1a4d36
commit
2e7a01cb42
@ -17,14 +17,14 @@
|
|||||||
include "llvm/Target/Target.td"
|
include "llvm/Target/Target.td"
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// X86 Subtarget state.
|
// X86 Subtarget state
|
||||||
//
|
//
|
||||||
|
|
||||||
def Mode64Bit : SubtargetFeature<"64bit-mode", "In64BitMode", "true",
|
def Mode64Bit : SubtargetFeature<"64bit-mode", "In64BitMode", "true",
|
||||||
"64-bit mode (x86_64)">;
|
"64-bit mode (x86_64)">;
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// X86 Subtarget features.
|
// X86 Subtarget features
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
def FeatureCMOV : SubtargetFeature<"cmov","HasCMov", "true",
|
def FeatureCMOV : SubtargetFeature<"cmov","HasCMov", "true",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user