[X86] Add FXSR intrinsics
authorMichael Kuperstein <michael.m.kuperstein@intel.com>
Tue, 30 Jun 2015 08:49:35 +0000 (08:49 +0000)
committerMichael Kuperstein <michael.m.kuperstein@intel.com>
Tue, 30 Jun 2015 08:49:35 +0000 (08:49 +0000)
commit501cad951b7d5e0bfd289790472793433bc03368
treeac53a052cf1a1dc7a8fbca54207f5f0909e31692
parentd6751a82b33dc5d95d96a813821659c444c2a6f2
[X86] Add FXSR intrinsics

Add intrinsics for the FXSR instructions (FXSAVE/FXSAVE64/FXRSTOR/FXRSTOR64)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241049 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsX86.td
lib/Target/X86/X86InstrFPStack.td
test/CodeGen/X86/system-intrinsics-64.ll [new file with mode: 0644]
test/CodeGen/X86/system-intrinsics.ll [new file with mode: 0644]