Adding intrinsics to the llvm backend for TBM instruction set.
authorYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Fri, 27 Sep 2013 18:38:42 +0000 (18:38 +0000)
committerYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Fri, 27 Sep 2013 18:38:42 +0000 (18:38 +0000)
commitb8bbcbfcc81bb6101322c34fb4c770afb090a68c
treeb6d32284fd95ddb89884d0fc945b79d44b13326d
parent0ed04fc9ab27a7794c65b0b419de56d084319064
Adding intrinsics to the llvm backend for TBM instruction set.
Phabricator code review is located here: http://llvm-reviews.chandlerc.com/D1750

llvm-svn: 191539
llvm/include/llvm/IR/IntrinsicsX86.td
llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
llvm/lib/Target/X86/X86CodeEmitter.cpp
llvm/lib/Target/X86/X86InstrFormats.td
llvm/lib/Target/X86/X86InstrInfo.td
llvm/test/CodeGen/X86/tbm-intrinsics-x86_64.ll [new file with mode: 0644]
llvm/test/MC/X86/x86_64-tbm-encoding.s [new file with mode: 0644]