diff options
| author | Richard Osborne <richard@xmos.com> | 2011-07-19 13:00:40 +0000 |
|---|---|---|
| committer | Richard Osborne <richard@xmos.com> | 2011-07-19 13:00:40 +0000 |
| commit | 252c43ee8844aa5ab9a61ebb6a9b48c7a563cdd1 (patch) | |
| tree | f0c5edb62301d9cbceffe81c9d6eb313d23e3f59 /llvm/include | |
| parent | 707f0beae1aa2f7e2e52ce8967807aeb2592ed66 (diff) | |
| download | bcm5719-llvm-252c43ee8844aa5ab9a61ebb6a9b48c7a563cdd1.tar.gz bcm5719-llvm-252c43ee8844aa5ab9a61ebb6a9b48c7a563cdd1.zip | |
Add intrinsics for the testct, testwct instructions.
llvm-svn: 135475
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/IntrinsicsXCore.td | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/llvm/IntrinsicsXCore.td b/llvm/include/llvm/IntrinsicsXCore.td index 5ea4acece90..199b66648cb 100644 --- a/llvm/include/llvm/IntrinsicsXCore.td +++ b/llvm/include/llvm/IntrinsicsXCore.td @@ -40,6 +40,10 @@ let TargetPrefix = "xcore" in { // All intrinsics start with "llvm.xcore.". [NoCapture<0>]>; def int_xcore_chkct : Intrinsic<[],[llvm_anyptr_ty, llvm_i32_ty], [NoCapture<0>]>; + def int_xcore_testct : Intrinsic<[llvm_i32_ty],[llvm_anyptr_ty], + [NoCapture<0>]>; + def int_xcore_testwct : Intrinsic<[llvm_i32_ty],[llvm_anyptr_ty], + [NoCapture<0>]>; def int_xcore_setd : Intrinsic<[],[llvm_anyptr_ty, llvm_i32_ty], [NoCapture<0>]>; def int_xcore_setc : Intrinsic<[],[llvm_anyptr_ty, llvm_i32_ty], |

