mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Add datalayout information for the IEEE quad precision fp128 type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126780 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -96,11 +96,11 @@ X86_32TargetMachine::X86_32TargetMachine(const Target &T, const std::string &TT,
|
|||||||
const std::string &FS)
|
const std::string &FS)
|
||||||
: X86TargetMachine(T, TT, FS, false),
|
: X86TargetMachine(T, TT, FS, false),
|
||||||
DataLayout(getSubtargetImpl()->isTargetDarwin() ?
|
DataLayout(getSubtargetImpl()->isTargetDarwin() ?
|
||||||
"e-p:32:32-f64:32:64-i64:32:64-f80:128:128-n8:16:32" :
|
"e-p:32:32-f64:32:64-i64:32:64-f80:128:128-f128:128:128-n8:16:32" :
|
||||||
(getSubtargetImpl()->isTargetCygMing() ||
|
(getSubtargetImpl()->isTargetCygMing() ||
|
||||||
getSubtargetImpl()->isTargetWindows()) ?
|
getSubtargetImpl()->isTargetWindows()) ?
|
||||||
"e-p:32:32-f64:64:64-i64:64:64-f80:32:32-n8:16:32" :
|
"e-p:32:32-f64:64:64-i64:64:64-f80:32:32-f128:128:128-n8:16:32" :
|
||||||
"e-p:32:32-f64:32:64-i64:32:64-f80:32:32-n8:16:32"),
|
"e-p:32:32-f64:32:64-i64:32:64-f80:32:32-f128:128:128-n8:16:32"),
|
||||||
InstrInfo(*this),
|
InstrInfo(*this),
|
||||||
TSInfo(*this),
|
TSInfo(*this),
|
||||||
TLInfo(*this),
|
TLInfo(*this),
|
||||||
@@ -111,7 +111,7 @@ X86_32TargetMachine::X86_32TargetMachine(const Target &T, const std::string &TT,
|
|||||||
X86_64TargetMachine::X86_64TargetMachine(const Target &T, const std::string &TT,
|
X86_64TargetMachine::X86_64TargetMachine(const Target &T, const std::string &TT,
|
||||||
const std::string &FS)
|
const std::string &FS)
|
||||||
: X86TargetMachine(T, TT, FS, true),
|
: X86TargetMachine(T, TT, FS, true),
|
||||||
DataLayout("e-p:64:64-s:64-f64:64:64-i64:64:64-f80:128:128-n8:16:32:64"),
|
DataLayout("e-p:64:64-s:64-f64:64:64-i64:64:64-f80:128:128-f128:128:128-n8:16:32:64"),
|
||||||
InstrInfo(*this),
|
InstrInfo(*this),
|
||||||
TSInfo(*this),
|
TSInfo(*this),
|
||||||
TLInfo(*this),
|
TLInfo(*this),
|
||||||
|
Reference in New Issue
Block a user