[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)
commit5aff75b92a8919155b72e6c177dbf4150402ed0d
tree475b288335ca587ed2c49783a3eee632c69568ac
parent4db553199ca31f86d5ab892ec97e6abae94498e1
[X86] Add FXSR intrinsics

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

llvm-svn: 241049
llvm/include/llvm/IR/IntrinsicsX86.td
llvm/lib/Target/X86/X86InstrFPStack.td
llvm/test/CodeGen/X86/system-intrinsics-64.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/system-intrinsics.ll [new file with mode: 0644]