~ubuntu-branches/ubuntu/saucy/clamav/saucy

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/include/llvm/IntrinsicsXCore.td

  • Committer: Bazaar Package Importer
  • Author(s): Leonel Nunez
  • Date: 2008-02-11 22:52:13 UTC
  • mfrom: (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20080211225213-p2uwj4czso1w2f8h
Tags: upstream-0.92~dfsg
ImportĀ upstreamĀ versionĀ 0.92~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//==- IntrinsicsXCore.td - XCore intrinsics                 -*- tablegen -*-==//
2
 
// 
3
 
// Copyright (C) 2008 XMOS
4
 
//
5
 
//===----------------------------------------------------------------------===//
6
 
//
7
 
// This file defines all of the XCore-specific intrinsics.
8
 
//
9
 
//===----------------------------------------------------------------------===//
10
 
 
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]>;
14
 
}