1 //==- IntrinsicsXCore.td - XCore intrinsics -*- tablegen -*-==//
3 // Copyright (C) 2008 XMOS
5 //===----------------------------------------------------------------------===//
7 // This file defines all of the XCore-specific intrinsics.
9 //===----------------------------------------------------------------------===//
11 let TargetPrefix = "xcore" in { // All intrinsics start with "llvm.xcore.".
12 def int_xcore_bitrev : Intrinsic<[llvm_i32_ty],[llvm_i32_ty],[IntrNoMem]>;
13 def int_xcore_getid : Intrinsic<[llvm_i32_ty],[],[IntrNoMem]>;