Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
| 2 | "http://www.w3.org/TR/html4/strict.dtd"> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3 | <html> |
| 4 | <head> |
| 5 | <title>LLVM Assembly Language Reference Manual</title> |
Reid Spencer | 3921c74 | 2004-08-26 20:44:00 +0000 | [diff] [blame] | 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 7 | <meta name="author" content="Chris Lattner"> |
| 8 | <meta name="description" |
| 9 | content="LLVM Assembly Language Reference Manual."> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 10 | <link rel="stylesheet" href="llvm.css" type="text/css"> |
| 11 | </head> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 12 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 13 | <body> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 14 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 15 | <div class="doc_title"> LLVM Language Reference Manual </div> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 16 | <ol> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 17 | <li><a href="#abstract">Abstract</a></li> |
| 18 | <li><a href="#introduction">Introduction</a></li> |
| 19 | <li><a href="#identifiers">Identifiers</a></li> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 20 | <li><a href="#highlevel">High Level Structure</a> |
| 21 | <ol> |
| 22 | <li><a href="#modulestructure">Module Structure</a></li> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 23 | <li><a href="#linkage">Linkage Types</a></li> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 24 | <li><a href="#callingconv">Calling Conventions</a></li> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 25 | <li><a href="#globalvars">Global Variables</a></li> |
Chris Lattner | 4e9aba7 | 2006-01-23 23:23:47 +0000 | [diff] [blame] | 26 | <li><a href="#functionstructure">Functions</a></li> |
Anton Korobeynikov | c6c98af | 2007-04-29 18:02:48 +0000 | [diff] [blame] | 27 | <li><a href="#aliasstructure">Aliases</a> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 28 | <li><a href="#paramattrs">Parameter Attributes</a></li> |
Chris Lattner | 4e9aba7 | 2006-01-23 23:23:47 +0000 | [diff] [blame] | 29 | <li><a href="#moduleasm">Module-Level Inline Assembly</a></li> |
Reid Spencer | de15194 | 2007-02-19 23:54:10 +0000 | [diff] [blame] | 30 | <li><a href="#datalayout">Data Layout</a></li> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 31 | </ol> |
| 32 | </li> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 33 | <li><a href="#typesystem">Type System</a> |
| 34 | <ol> |
Robert Bocchino | 7b81c75 | 2006-02-17 21:18:08 +0000 | [diff] [blame] | 35 | <li><a href="#t_primitive">Primitive Types</a> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 36 | <ol> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 37 | <li><a href="#t_classifications">Type Classifications</a></li> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 38 | </ol> |
| 39 | </li> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 40 | <li><a href="#t_derived">Derived Types</a> |
| 41 | <ol> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 42 | <li><a href="#t_array">Array Type</a></li> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 43 | <li><a href="#t_function">Function Type</a></li> |
| 44 | <li><a href="#t_pointer">Pointer Type</a></li> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 45 | <li><a href="#t_struct">Structure Type</a></li> |
Andrew Lenharth | 75e1068 | 2006-12-08 17:13:00 +0000 | [diff] [blame] | 46 | <li><a href="#t_pstruct">Packed Structure Type</a></li> |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 47 | <li><a href="#t_vector">Vector Type</a></li> |
Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 48 | <li><a href="#t_opaque">Opaque Type</a></li> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 49 | </ol> |
| 50 | </li> |
| 51 | </ol> |
| 52 | </li> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 53 | <li><a href="#constants">Constants</a> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 54 | <ol> |
| 55 | <li><a href="#simpleconstants">Simple Constants</a> |
| 56 | <li><a href="#aggregateconstants">Aggregate Constants</a> |
| 57 | <li><a href="#globalconstants">Global Variable and Function Addresses</a> |
| 58 | <li><a href="#undefvalues">Undefined Values</a> |
| 59 | <li><a href="#constantexprs">Constant Expressions</a> |
| 60 | </ol> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 61 | </li> |
Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 62 | <li><a href="#othervalues">Other Values</a> |
| 63 | <ol> |
| 64 | <li><a href="#inlineasm">Inline Assembler Expressions</a> |
| 65 | </ol> |
| 66 | </li> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 67 | <li><a href="#instref">Instruction Reference</a> |
| 68 | <ol> |
| 69 | <li><a href="#terminators">Terminator Instructions</a> |
| 70 | <ol> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 71 | <li><a href="#i_ret">'<tt>ret</tt>' Instruction</a></li> |
| 72 | <li><a href="#i_br">'<tt>br</tt>' Instruction</a></li> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 73 | <li><a href="#i_switch">'<tt>switch</tt>' Instruction</a></li> |
| 74 | <li><a href="#i_invoke">'<tt>invoke</tt>' Instruction</a></li> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 75 | <li><a href="#i_unwind">'<tt>unwind</tt>' Instruction</a></li> |
Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 76 | <li><a href="#i_unreachable">'<tt>unreachable</tt>' Instruction</a></li> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 77 | </ol> |
| 78 | </li> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 79 | <li><a href="#binaryops">Binary Operations</a> |
| 80 | <ol> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 81 | <li><a href="#i_add">'<tt>add</tt>' Instruction</a></li> |
| 82 | <li><a href="#i_sub">'<tt>sub</tt>' Instruction</a></li> |
| 83 | <li><a href="#i_mul">'<tt>mul</tt>' Instruction</a></li> |
Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 84 | <li><a href="#i_udiv">'<tt>udiv</tt>' Instruction</a></li> |
| 85 | <li><a href="#i_sdiv">'<tt>sdiv</tt>' Instruction</a></li> |
| 86 | <li><a href="#i_fdiv">'<tt>fdiv</tt>' Instruction</a></li> |
Reid Spencer | 0a783f7 | 2006-11-02 01:53:59 +0000 | [diff] [blame] | 87 | <li><a href="#i_urem">'<tt>urem</tt>' Instruction</a></li> |
| 88 | <li><a href="#i_srem">'<tt>srem</tt>' Instruction</a></li> |
| 89 | <li><a href="#i_frem">'<tt>frem</tt>' Instruction</a></li> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 90 | </ol> |
| 91 | </li> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 92 | <li><a href="#bitwiseops">Bitwise Binary Operations</a> |
| 93 | <ol> |
Reid Spencer | 8e11bf8 | 2007-02-02 13:57:07 +0000 | [diff] [blame] | 94 | <li><a href="#i_shl">'<tt>shl</tt>' Instruction</a></li> |
| 95 | <li><a href="#i_lshr">'<tt>lshr</tt>' Instruction</a></li> |
| 96 | <li><a href="#i_ashr">'<tt>ashr</tt>' Instruction</a></li> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 97 | <li><a href="#i_and">'<tt>and</tt>' Instruction</a></li> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 98 | <li><a href="#i_or">'<tt>or</tt>' Instruction</a></li> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 99 | <li><a href="#i_xor">'<tt>xor</tt>' Instruction</a></li> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 100 | </ol> |
| 101 | </li> |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 102 | <li><a href="#vectorops">Vector Operations</a> |
| 103 | <ol> |
| 104 | <li><a href="#i_extractelement">'<tt>extractelement</tt>' Instruction</a></li> |
| 105 | <li><a href="#i_insertelement">'<tt>insertelement</tt>' Instruction</a></li> |
| 106 | <li><a href="#i_shufflevector">'<tt>shufflevector</tt>' Instruction</a></li> |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 107 | </ol> |
| 108 | </li> |
Chris Lattner | 884a970 | 2006-08-15 00:45:58 +0000 | [diff] [blame] | 109 | <li><a href="#memoryops">Memory Access and Addressing Operations</a> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 110 | <ol> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 111 | <li><a href="#i_malloc">'<tt>malloc</tt>' Instruction</a></li> |
| 112 | <li><a href="#i_free">'<tt>free</tt>' Instruction</a></li> |
| 113 | <li><a href="#i_alloca">'<tt>alloca</tt>' Instruction</a></li> |
Robert Bocchino | 7b81c75 | 2006-02-17 21:18:08 +0000 | [diff] [blame] | 114 | <li><a href="#i_load">'<tt>load</tt>' Instruction</a></li> |
| 115 | <li><a href="#i_store">'<tt>store</tt>' Instruction</a></li> |
| 116 | <li><a href="#i_getelementptr">'<tt>getelementptr</tt>' Instruction</a></li> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 117 | </ol> |
| 118 | </li> |
Reid Spencer | 2fd21e6 | 2006-11-08 01:18:52 +0000 | [diff] [blame] | 119 | <li><a href="#convertops">Conversion Operations</a> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 120 | <ol> |
| 121 | <li><a href="#i_trunc">'<tt>trunc .. to</tt>' Instruction</a></li> |
| 122 | <li><a href="#i_zext">'<tt>zext .. to</tt>' Instruction</a></li> |
| 123 | <li><a href="#i_sext">'<tt>sext .. to</tt>' Instruction</a></li> |
| 124 | <li><a href="#i_fptrunc">'<tt>fptrunc .. to</tt>' Instruction</a></li> |
| 125 | <li><a href="#i_fpext">'<tt>fpext .. to</tt>' Instruction</a></li> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 126 | <li><a href="#i_fptoui">'<tt>fptoui .. to</tt>' Instruction</a></li> |
| 127 | <li><a href="#i_fptosi">'<tt>fptosi .. to</tt>' Instruction</a></li> |
| 128 | <li><a href="#i_uitofp">'<tt>uitofp .. to</tt>' Instruction</a></li> |
| 129 | <li><a href="#i_sitofp">'<tt>sitofp .. to</tt>' Instruction</a></li> |
Reid Spencer | 7267925 | 2006-11-11 21:00:47 +0000 | [diff] [blame] | 130 | <li><a href="#i_ptrtoint">'<tt>ptrtoint .. to</tt>' Instruction</a></li> |
| 131 | <li><a href="#i_inttoptr">'<tt>inttoptr .. to</tt>' Instruction</a></li> |
Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 132 | <li><a href="#i_bitcast">'<tt>bitcast .. to</tt>' Instruction</a></li> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 133 | </ol> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 134 | <li><a href="#otherops">Other Operations</a> |
| 135 | <ol> |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 136 | <li><a href="#i_icmp">'<tt>icmp</tt>' Instruction</a></li> |
| 137 | <li><a href="#i_fcmp">'<tt>fcmp</tt>' Instruction</a></li> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 138 | <li><a href="#i_phi">'<tt>phi</tt>' Instruction</a></li> |
Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 139 | <li><a href="#i_select">'<tt>select</tt>' Instruction</a></li> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 140 | <li><a href="#i_call">'<tt>call</tt>' Instruction</a></li> |
Chris Lattner | fb6977d | 2006-01-13 23:26:01 +0000 | [diff] [blame] | 141 | <li><a href="#i_va_arg">'<tt>va_arg</tt>' Instruction</a></li> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 142 | </ol> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 143 | </li> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 144 | </ol> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 145 | </li> |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 146 | <li><a href="#intrinsics">Intrinsic Functions</a> |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 147 | <ol> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 148 | <li><a href="#int_varargs">Variable Argument Handling Intrinsics</a> |
| 149 | <ol> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 150 | <li><a href="#int_va_start">'<tt>llvm.va_start</tt>' Intrinsic</a></li> |
| 151 | <li><a href="#int_va_end">'<tt>llvm.va_end</tt>' Intrinsic</a></li> |
| 152 | <li><a href="#int_va_copy">'<tt>llvm.va_copy</tt>' Intrinsic</a></li> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 153 | </ol> |
| 154 | </li> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 155 | <li><a href="#int_gc">Accurate Garbage Collection Intrinsics</a> |
| 156 | <ol> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 157 | <li><a href="#int_gcroot">'<tt>llvm.gcroot</tt>' Intrinsic</a></li> |
| 158 | <li><a href="#int_gcread">'<tt>llvm.gcread</tt>' Intrinsic</a></li> |
| 159 | <li><a href="#int_gcwrite">'<tt>llvm.gcwrite</tt>' Intrinsic</a></li> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 160 | </ol> |
| 161 | </li> |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 162 | <li><a href="#int_codegen">Code Generator Intrinsics</a> |
| 163 | <ol> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 164 | <li><a href="#int_returnaddress">'<tt>llvm.returnaddress</tt>' Intrinsic</a></li> |
| 165 | <li><a href="#int_frameaddress">'<tt>llvm.frameaddress</tt>' Intrinsic</a></li> |
| 166 | <li><a href="#int_stacksave">'<tt>llvm.stacksave</tt>' Intrinsic</a></li> |
| 167 | <li><a href="#int_stackrestore">'<tt>llvm.stackrestore</tt>' Intrinsic</a></li> |
| 168 | <li><a href="#int_prefetch">'<tt>llvm.prefetch</tt>' Intrinsic</a></li> |
| 169 | <li><a href="#int_pcmarker">'<tt>llvm.pcmarker</tt>' Intrinsic</a></li> |
| 170 | <li><a href="#int_readcyclecounter"><tt>llvm.readcyclecounter</tt>' Intrinsic</a></li> |
John Criswell | 7123e27 | 2004-04-09 16:43:20 +0000 | [diff] [blame] | 171 | </ol> |
| 172 | </li> |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 173 | <li><a href="#int_libc">Standard C Library Intrinsics</a> |
| 174 | <ol> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 175 | <li><a href="#int_memcpy">'<tt>llvm.memcpy.*</tt>' Intrinsic</a></li> |
| 176 | <li><a href="#int_memmove">'<tt>llvm.memmove.*</tt>' Intrinsic</a></li> |
| 177 | <li><a href="#int_memset">'<tt>llvm.memset.*</tt>' Intrinsic</a></li> |
| 178 | <li><a href="#int_sqrt">'<tt>llvm.sqrt.*</tt>' Intrinsic</a></li> |
| 179 | <li><a href="#int_powi">'<tt>llvm.powi.*</tt>' Intrinsic</a></li> |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 180 | </ol> |
| 181 | </li> |
Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 182 | <li><a href="#int_manip">Bit Manipulation Intrinsics</a> |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 183 | <ol> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 184 | <li><a href="#int_bswap">'<tt>llvm.bswap.*</tt>' Intrinsics</a></li> |
Chris Lattner | 8a886be | 2006-01-16 22:34:14 +0000 | [diff] [blame] | 185 | <li><a href="#int_ctpop">'<tt>llvm.ctpop.*</tt>' Intrinsic </a></li> |
| 186 | <li><a href="#int_ctlz">'<tt>llvm.ctlz.*</tt>' Intrinsic </a></li> |
| 187 | <li><a href="#int_cttz">'<tt>llvm.cttz.*</tt>' Intrinsic </a></li> |
Reid Spencer | f86037f | 2007-04-11 23:23:49 +0000 | [diff] [blame] | 188 | <li><a href="#int_part_select">'<tt>llvm.part.select.*</tt>' Intrinsic </a></li> |
| 189 | <li><a href="#int_part_set">'<tt>llvm.part.set.*</tt>' Intrinsic </a></li> |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 190 | </ol> |
| 191 | </li> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 192 | <li><a href="#int_debugger">Debugger intrinsics</a></li> |
Jim Laskey | dd4ef1b | 2007-03-14 19:31:19 +0000 | [diff] [blame] | 193 | <li><a href="#int_eh">Exception Handling intrinsics</a></li> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 194 | <li><a href="#int_atomics">Atomic Operations and Synchronization Intrinsics</a> |
| 195 | <ol> |
| 196 | <li><a href="#int_lcs">'<tt>llvm.atomic.lcs.*</tt>' Intrinsic</a></li> |
| 197 | <li><a href="#int_ls">'<tt>llvm.atomic.ls.*</tt>' Intrinsic</a></li> |
| 198 | <li><a href="#int_las">'<tt>llvm.atomic.las.*</tt>' Intrinsic</a></li> |
| 199 | <li><a href="#int_lss">'<tt>llvm.atomic.lss.*</tt>' Intrinsic</a></li> |
| 200 | <li><a href="#int_memory_barrier">'<tt>llvm.memory.barrier</tt>' Intrinsic</a></li> |
| 201 | </ol> |
| 202 | </li> |
Duncan Sands | 36397f5 | 2007-07-27 12:58:54 +0000 | [diff] [blame] | 203 | <li><a href="#int_trampoline">Trampoline Intrinsics</a> |
| 204 | <ol> |
| 205 | <li><a href="#int_it">'<tt>llvm.init.trampoline</tt>' Intrinsic</a></li> |
| 206 | <li><a href="#int_at">'<tt>llvm.adjust.trampoline</tt>' Intrinsic</a></li> |
| 207 | </ol> |
| 208 | </li> |
Reid Spencer | 2067764 | 2007-07-20 19:59:11 +0000 | [diff] [blame] | 209 | <li><a href="#int_general">General intrinsics</a> |
Tanya Lattner | 6d806e9 | 2007-06-15 20:50:54 +0000 | [diff] [blame] | 210 | <ol> |
Reid Spencer | 2067764 | 2007-07-20 19:59:11 +0000 | [diff] [blame] | 211 | <li><a href="#int_var_annotation"> |
| 212 | <tt>llvm.var.annotation</tt>' Intrinsic</a></li> |
| 213 | </ol> |
Tanya Lattner | 6d806e9 | 2007-06-15 20:50:54 +0000 | [diff] [blame] | 214 | </li> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 215 | </ol> |
| 216 | </li> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 217 | </ol> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 218 | |
| 219 | <div class="doc_author"> |
| 220 | <p>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a> |
| 221 | and <a href="mailto:vadve@cs.uiuc.edu">Vikram Adve</a></p> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 222 | </div> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 223 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 224 | <!-- *********************************************************************** --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 225 | <div class="doc_section"> <a name="abstract">Abstract </a></div> |
| 226 | <!-- *********************************************************************** --> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 227 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 228 | <div class="doc_text"> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 229 | <p>This document is a reference manual for the LLVM assembly language. |
| 230 | LLVM is an SSA based representation that provides type safety, |
| 231 | low-level operations, flexibility, and the capability of representing |
| 232 | 'all' high-level languages cleanly. It is the common code |
| 233 | representation used throughout all phases of the LLVM compilation |
| 234 | strategy.</p> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 235 | </div> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 236 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 237 | <!-- *********************************************************************** --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 238 | <div class="doc_section"> <a name="introduction">Introduction</a> </div> |
| 239 | <!-- *********************************************************************** --> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 240 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 241 | <div class="doc_text"> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 242 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 243 | <p>The LLVM code representation is designed to be used in three |
Gabor Greif | 04367bf | 2007-07-06 22:07:22 +0000 | [diff] [blame] | 244 | different forms: as an in-memory compiler IR, as an on-disk bitcode |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 245 | representation (suitable for fast loading by a Just-In-Time compiler), |
| 246 | and as a human readable assembly language representation. This allows |
| 247 | LLVM to provide a powerful intermediate representation for efficient |
| 248 | compiler transformations and analysis, while providing a natural means |
| 249 | to debug and visualize the transformations. The three different forms |
| 250 | of LLVM are all equivalent. This document describes the human readable |
| 251 | representation and notation.</p> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 252 | |
John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 253 | <p>The LLVM representation aims to be light-weight and low-level |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 254 | while being expressive, typed, and extensible at the same time. It |
| 255 | aims to be a "universal IR" of sorts, by being at a low enough level |
| 256 | that high-level ideas may be cleanly mapped to it (similar to how |
| 257 | microprocessors are "universal IR's", allowing many source languages to |
| 258 | be mapped to them). By providing type information, LLVM can be used as |
| 259 | the target of optimizations: for example, through pointer analysis, it |
| 260 | can be proven that a C automatic variable is never accessed outside of |
| 261 | the current function... allowing it to be promoted to a simple SSA |
| 262 | value instead of a memory location.</p> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 263 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 264 | </div> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 265 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 266 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 267 | <div class="doc_subsubsection"> <a name="wellformed">Well-Formedness</a> </div> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 268 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 269 | <div class="doc_text"> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 270 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 271 | <p>It is important to note that this document describes 'well formed' |
| 272 | LLVM assembly language. There is a difference between what the parser |
| 273 | accepts and what is considered 'well formed'. For example, the |
| 274 | following instruction is syntactically okay, but not well formed:</p> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 275 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 276 | <div class="doc_code"> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 277 | <pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 278 | %x = <a href="#i_add">add</a> i32 1, %x |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 279 | </pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 280 | </div> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 281 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 282 | <p>...because the definition of <tt>%x</tt> does not dominate all of |
| 283 | its uses. The LLVM infrastructure provides a verification pass that may |
| 284 | be used to verify that an LLVM module is well formed. This pass is |
John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 285 | automatically run by the parser after parsing input assembly and by |
Gabor Greif | 04367bf | 2007-07-06 22:07:22 +0000 | [diff] [blame] | 286 | the optimizer before it outputs bitcode. The violations pointed out |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 287 | by the verifier pass indicate bugs in transformation passes or input to |
| 288 | the parser.</p> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 289 | </div> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 290 | |
Reid Spencer | 2067764 | 2007-07-20 19:59:11 +0000 | [diff] [blame] | 291 | <!-- Describe the typesetting conventions here. --> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 292 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 293 | <!-- *********************************************************************** --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 294 | <div class="doc_section"> <a name="identifiers">Identifiers</a> </div> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 295 | <!-- *********************************************************************** --> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 296 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 297 | <div class="doc_text"> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 298 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 299 | <p>LLVM uses three different forms of identifiers, for different |
| 300 | purposes:</p> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 301 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 302 | <ol> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 303 | <li>Named values are represented as a string of characters with a '%' prefix. |
| 304 | For example, %foo, %DivisionByZero, %a.really.long.identifier. The actual |
| 305 | regular expression used is '<tt>%[a-zA-Z$._][a-zA-Z$._0-9]*</tt>'. |
| 306 | Identifiers which require other characters in their names can be surrounded |
Anton Korobeynikov | 7f70559 | 2007-01-12 19:20:47 +0000 | [diff] [blame] | 307 | with quotes. In this way, anything except a <tt>"</tt> character can be used |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 308 | in a name.</li> |
| 309 | |
| 310 | <li>Unnamed values are represented as an unsigned numeric value with a '%' |
| 311 | prefix. For example, %12, %2, %44.</li> |
| 312 | |
Reid Spencer | cc16dc3 | 2004-12-09 18:02:53 +0000 | [diff] [blame] | 313 | <li>Constants, which are described in a <a href="#constants">section about |
| 314 | constants</a>, below.</li> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 315 | </ol> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 316 | |
| 317 | <p>LLVM requires that values start with a '%' sign for two reasons: Compilers |
| 318 | don't need to worry about name clashes with reserved words, and the set of |
| 319 | reserved words may be expanded in the future without penalty. Additionally, |
| 320 | unnamed identifiers allow a compiler to quickly come up with a temporary |
| 321 | variable without having to avoid symbol table conflicts.</p> |
| 322 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 323 | <p>Reserved words in LLVM are very similar to reserved words in other |
Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 324 | languages. There are keywords for different opcodes |
| 325 | ('<tt><a href="#i_add">add</a></tt>', |
| 326 | '<tt><a href="#i_bitcast">bitcast</a></tt>', |
| 327 | '<tt><a href="#i_ret">ret</a></tt>', etc...), for primitive type names ('<tt><a |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 328 | href="#t_void">void</a></tt>', '<tt><a href="#t_primitive">i32</a></tt>', etc...), |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 329 | and others. These reserved words cannot conflict with variable names, because |
| 330 | none of them start with a '%' character.</p> |
| 331 | |
| 332 | <p>Here is an example of LLVM code to multiply the integer variable |
| 333 | '<tt>%X</tt>' by 8:</p> |
| 334 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 335 | <p>The easy way:</p> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 336 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 337 | <div class="doc_code"> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 338 | <pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 339 | %result = <a href="#i_mul">mul</a> i32 %X, 8 |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 340 | </pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 341 | </div> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 342 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 343 | <p>After strength reduction:</p> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 344 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 345 | <div class="doc_code"> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 346 | <pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 347 | %result = <a href="#i_shl">shl</a> i32 %X, i8 3 |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 348 | </pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 349 | </div> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 350 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 351 | <p>And the hard way:</p> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 352 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 353 | <div class="doc_code"> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 354 | <pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 355 | <a href="#i_add">add</a> i32 %X, %X <i>; yields {i32}:%0</i> |
| 356 | <a href="#i_add">add</a> i32 %0, %0 <i>; yields {i32}:%1</i> |
| 357 | %result = <a href="#i_add">add</a> i32 %1, %1 |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 358 | </pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 359 | </div> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 360 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 361 | <p>This last way of multiplying <tt>%X</tt> by 8 illustrates several |
| 362 | important lexical features of LLVM:</p> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 363 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 364 | <ol> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 365 | |
| 366 | <li>Comments are delimited with a '<tt>;</tt>' and go until the end of |
| 367 | line.</li> |
| 368 | |
| 369 | <li>Unnamed temporaries are created when the result of a computation is not |
| 370 | assigned to a named value.</li> |
| 371 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 372 | <li>Unnamed temporaries are numbered sequentially</li> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 373 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 374 | </ol> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 375 | |
John Criswell | e4c57cc | 2005-05-12 16:52:32 +0000 | [diff] [blame] | 376 | <p>...and it also shows a convention that we follow in this document. When |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 377 | demonstrating instructions, we will follow an instruction with a comment that |
| 378 | defines the type and name of value produced. Comments are shown in italic |
| 379 | text.</p> |
| 380 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 381 | </div> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 382 | |
| 383 | <!-- *********************************************************************** --> |
| 384 | <div class="doc_section"> <a name="highlevel">High Level Structure</a> </div> |
| 385 | <!-- *********************************************************************** --> |
| 386 | |
| 387 | <!-- ======================================================================= --> |
| 388 | <div class="doc_subsection"> <a name="modulestructure">Module Structure</a> |
| 389 | </div> |
| 390 | |
| 391 | <div class="doc_text"> |
| 392 | |
| 393 | <p>LLVM programs are composed of "Module"s, each of which is a |
| 394 | translation unit of the input programs. Each module consists of |
| 395 | functions, global variables, and symbol table entries. Modules may be |
| 396 | combined together with the LLVM linker, which merges function (and |
| 397 | global variable) definitions, resolves forward declarations, and merges |
| 398 | symbol table entries. Here is an example of the "hello world" module:</p> |
| 399 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 400 | <div class="doc_code"> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 401 | <pre><i>; Declare the string constant as a global constant...</i> |
Chris Lattner | a89e5f1 | 2007-06-12 17:00:26 +0000 | [diff] [blame] | 402 | <a href="#identifiers">@.LC0</a> = <a href="#linkage_internal">internal</a> <a |
| 403 | href="#globalvars">constant</a> <a href="#t_array">[13 x i8]</a> c"hello world\0A\00" <i>; [13 x i8]*</i> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 404 | |
| 405 | <i>; External declaration of the puts function</i> |
Chris Lattner | a89e5f1 | 2007-06-12 17:00:26 +0000 | [diff] [blame] | 406 | <a href="#functionstructure">declare</a> i32 @puts(i8 *) <i>; i32(i8 *)* </i> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 407 | |
| 408 | <i>; Definition of main function</i> |
Chris Lattner | a89e5f1 | 2007-06-12 17:00:26 +0000 | [diff] [blame] | 409 | define i32 @main() { <i>; i32()* </i> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 410 | <i>; Convert [13x i8 ]* to i8 *...</i> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 411 | %cast210 = <a |
Chris Lattner | 6c0955b | 2007-06-12 17:01:15 +0000 | [diff] [blame] | 412 | href="#i_getelementptr">getelementptr</a> [13 x i8 ]* @.LC0, i64 0, i64 0 <i>; i8 *</i> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 413 | |
| 414 | <i>; Call puts function to write out the string to stdout...</i> |
| 415 | <a |
Chris Lattner | a89e5f1 | 2007-06-12 17:00:26 +0000 | [diff] [blame] | 416 | href="#i_call">call</a> i32 @puts(i8 * %cast210) <i>; i32</i> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 417 | <a |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 418 | href="#i_ret">ret</a> i32 0<br>}<br> |
| 419 | </pre> |
| 420 | </div> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 421 | |
| 422 | <p>This example is made up of a <a href="#globalvars">global variable</a> |
| 423 | named "<tt>.LC0</tt>", an external declaration of the "<tt>puts</tt>" |
| 424 | function, and a <a href="#functionstructure">function definition</a> |
| 425 | for "<tt>main</tt>".</p> |
| 426 | |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 427 | <p>In general, a module is made up of a list of global values, |
| 428 | where both functions and global variables are global values. Global values are |
| 429 | represented by a pointer to a memory location (in this case, a pointer to an |
| 430 | array of char, and a pointer to a function), and have one of the following <a |
| 431 | href="#linkage">linkage types</a>.</p> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 432 | |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 433 | </div> |
| 434 | |
| 435 | <!-- ======================================================================= --> |
| 436 | <div class="doc_subsection"> |
| 437 | <a name="linkage">Linkage Types</a> |
| 438 | </div> |
| 439 | |
| 440 | <div class="doc_text"> |
| 441 | |
| 442 | <p> |
| 443 | All Global Variables and Functions have one of the following types of linkage: |
| 444 | </p> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 445 | |
| 446 | <dl> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 447 | |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 448 | <dt><tt><b><a name="linkage_internal">internal</a></b></tt> </dt> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 449 | |
| 450 | <dd>Global values with internal linkage are only directly accessible by |
| 451 | objects in the current module. In particular, linking code into a module with |
| 452 | an internal global value may cause the internal to be renamed as necessary to |
| 453 | avoid collisions. Because the symbol is internal to the module, all |
| 454 | references can be updated. This corresponds to the notion of the |
Chris Lattner | 4887bd8 | 2007-01-14 06:51:48 +0000 | [diff] [blame] | 455 | '<tt>static</tt>' keyword in C. |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 456 | </dd> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 457 | |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 458 | <dt><tt><b><a name="linkage_linkonce">linkonce</a></b></tt>: </dt> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 459 | |
Chris Lattner | 4887bd8 | 2007-01-14 06:51:48 +0000 | [diff] [blame] | 460 | <dd>Globals with "<tt>linkonce</tt>" linkage are merged with other globals of |
| 461 | the same name when linkage occurs. This is typically used to implement |
| 462 | inline functions, templates, or other code which must be generated in each |
| 463 | translation unit that uses it. Unreferenced <tt>linkonce</tt> globals are |
| 464 | allowed to be discarded. |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 465 | </dd> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 466 | |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 467 | <dt><tt><b><a name="linkage_weak">weak</a></b></tt>: </dt> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 468 | |
| 469 | <dd>"<tt>weak</tt>" linkage is exactly the same as <tt>linkonce</tt> linkage, |
| 470 | except that unreferenced <tt>weak</tt> globals may not be discarded. This is |
Chris Lattner | 4887bd8 | 2007-01-14 06:51:48 +0000 | [diff] [blame] | 471 | used for globals that may be emitted in multiple translation units, but that |
| 472 | are not guaranteed to be emitted into every translation unit that uses them. |
| 473 | One example of this are common globals in C, such as "<tt>int X;</tt>" at |
| 474 | global scope. |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 475 | </dd> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 476 | |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 477 | <dt><tt><b><a name="linkage_appending">appending</a></b></tt>: </dt> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 478 | |
| 479 | <dd>"<tt>appending</tt>" linkage may only be applied to global variables of |
| 480 | pointer to array type. When two global variables with appending linkage are |
| 481 | linked together, the two global arrays are appended together. This is the |
| 482 | LLVM, typesafe, equivalent of having the system linker append together |
| 483 | "sections" with identical names when .o files are linked. |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 484 | </dd> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 485 | |
Anton Korobeynikov | 7f70559 | 2007-01-12 19:20:47 +0000 | [diff] [blame] | 486 | <dt><tt><b><a name="linkage_externweak">extern_weak</a></b></tt>: </dt> |
| 487 | <dd>The semantics of this linkage follow the ELF model: the symbol is weak |
| 488 | until linked, if not linked, the symbol becomes null instead of being an |
| 489 | undefined reference. |
| 490 | </dd> |
Anton Korobeynikov | 7f70559 | 2007-01-12 19:20:47 +0000 | [diff] [blame] | 491 | |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 492 | <dt><tt><b><a name="linkage_external">externally visible</a></b></tt>:</dt> |
Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 493 | |
| 494 | <dd>If none of the above identifiers are used, the global is externally |
| 495 | visible, meaning that it participates in linkage and can be used to resolve |
| 496 | external symbol references. |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 497 | </dd> |
Reid Spencer | c891084 | 2007-04-11 23:49:50 +0000 | [diff] [blame] | 498 | </dl> |
Anton Korobeynikov | b74ed07 | 2006-09-14 18:23:27 +0000 | [diff] [blame] | 499 | |
Anton Korobeynikov | b74ed07 | 2006-09-14 18:23:27 +0000 | [diff] [blame] | 500 | <p> |
| 501 | The next two types of linkage are targeted for Microsoft Windows platform |
| 502 | only. They are designed to support importing (exporting) symbols from (to) |
| 503 | DLLs. |
| 504 | </p> |
| 505 | |
Anton Korobeynikov | 7f70559 | 2007-01-12 19:20:47 +0000 | [diff] [blame] | 506 | <dl> |
Anton Korobeynikov | b74ed07 | 2006-09-14 18:23:27 +0000 | [diff] [blame] | 507 | <dt><tt><b><a name="linkage_dllimport">dllimport</a></b></tt>: </dt> |
| 508 | |
| 509 | <dd>"<tt>dllimport</tt>" linkage causes the compiler to reference a function |
| 510 | or variable via a global pointer to a pointer that is set up by the DLL |
| 511 | exporting the symbol. On Microsoft Windows targets, the pointer name is |
| 512 | formed by combining <code>_imp__</code> and the function or variable name. |
| 513 | </dd> |
| 514 | |
| 515 | <dt><tt><b><a name="linkage_dllexport">dllexport</a></b></tt>: </dt> |
| 516 | |
| 517 | <dd>"<tt>dllexport</tt>" linkage causes the compiler to provide a global |
| 518 | pointer to a pointer in a DLL, so that it can be referenced with the |
| 519 | <tt>dllimport</tt> attribute. On Microsoft Windows targets, the pointer |
| 520 | name is formed by combining <code>_imp__</code> and the function or variable |
| 521 | name. |
| 522 | </dd> |
| 523 | |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 524 | </dl> |
| 525 | |
Anton Korobeynikov | 7f70559 | 2007-01-12 19:20:47 +0000 | [diff] [blame] | 526 | <p><a name="linkage_external"></a>For example, since the "<tt>.LC0</tt>" |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 527 | variable is defined to be internal, if another module defined a "<tt>.LC0</tt>" |
| 528 | variable and was linked with this one, one of the two would be renamed, |
| 529 | preventing a collision. Since "<tt>main</tt>" and "<tt>puts</tt>" are |
| 530 | external (i.e., lacking any linkage declarations), they are accessible |
Reid Spencer | ac8d276 | 2007-01-05 00:59:10 +0000 | [diff] [blame] | 531 | outside of the current module.</p> |
| 532 | <p>It is illegal for a function <i>declaration</i> |
| 533 | to have any linkage type other than "externally visible", <tt>dllimport</tt>, |
Anton Korobeynikov | 7f70559 | 2007-01-12 19:20:47 +0000 | [diff] [blame] | 534 | or <tt>extern_weak</tt>.</p> |
Anton Korobeynikov | 8b0a8c8 | 2007-04-25 14:27:10 +0000 | [diff] [blame] | 535 | <p>Aliases can have only <tt>external</tt>, <tt>internal</tt> and <tt>weak</tt> |
| 536 | linkages. |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 537 | </div> |
| 538 | |
| 539 | <!-- ======================================================================= --> |
| 540 | <div class="doc_subsection"> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 541 | <a name="callingconv">Calling Conventions</a> |
| 542 | </div> |
| 543 | |
| 544 | <div class="doc_text"> |
| 545 | |
| 546 | <p>LLVM <a href="#functionstructure">functions</a>, <a href="#i_call">calls</a> |
| 547 | and <a href="#i_invoke">invokes</a> can all have an optional calling convention |
| 548 | specified for the call. The calling convention of any pair of dynamic |
| 549 | caller/callee must match, or the behavior of the program is undefined. The |
| 550 | following calling conventions are supported by LLVM, and more may be added in |
| 551 | the future:</p> |
| 552 | |
| 553 | <dl> |
| 554 | <dt><b>"<tt>ccc</tt>" - The C calling convention</b>:</dt> |
| 555 | |
| 556 | <dd>This calling convention (the default if no other calling convention is |
| 557 | specified) matches the target C calling conventions. This calling convention |
John Criswell | e4c57cc | 2005-05-12 16:52:32 +0000 | [diff] [blame] | 558 | supports varargs function calls and tolerates some mismatch in the declared |
Reid Spencer | c28d2bc | 2006-12-31 21:30:18 +0000 | [diff] [blame] | 559 | prototype and implemented declaration of the function (as does normal C). |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 560 | </dd> |
| 561 | |
| 562 | <dt><b>"<tt>fastcc</tt>" - The fast calling convention</b>:</dt> |
| 563 | |
| 564 | <dd>This calling convention attempts to make calls as fast as possible |
| 565 | (e.g. by passing things in registers). This calling convention allows the |
| 566 | target to use whatever tricks it wants to produce fast code for the target, |
Chris Lattner | 8cdc5bc | 2005-05-06 23:08:23 +0000 | [diff] [blame] | 567 | without having to conform to an externally specified ABI. Implementations of |
| 568 | this convention should allow arbitrary tail call optimization to be supported. |
| 569 | This calling convention does not support varargs and requires the prototype of |
| 570 | all callees to exactly match the prototype of the function definition. |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 571 | </dd> |
| 572 | |
| 573 | <dt><b>"<tt>coldcc</tt>" - The cold calling convention</b>:</dt> |
| 574 | |
| 575 | <dd>This calling convention attempts to make code in the caller as efficient |
| 576 | as possible under the assumption that the call is not commonly executed. As |
| 577 | such, these calls often preserve all registers so that the call does not break |
| 578 | any live ranges in the caller side. This calling convention does not support |
| 579 | varargs and requires the prototype of all callees to exactly match the |
| 580 | prototype of the function definition. |
| 581 | </dd> |
| 582 | |
Chris Lattner | cfe6b37 | 2005-05-07 01:46:40 +0000 | [diff] [blame] | 583 | <dt><b>"<tt>cc <<em>n</em>></tt>" - Numbered convention</b>:</dt> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 584 | |
| 585 | <dd>Any calling convention may be specified by number, allowing |
| 586 | target-specific calling conventions to be used. Target specific calling |
| 587 | conventions start at 64. |
| 588 | </dd> |
Chris Lattner | cfe6b37 | 2005-05-07 01:46:40 +0000 | [diff] [blame] | 589 | </dl> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 590 | |
| 591 | <p>More calling conventions can be added/defined on an as-needed basis, to |
| 592 | support pascal conventions or any other well-known target-independent |
| 593 | convention.</p> |
| 594 | |
| 595 | </div> |
| 596 | |
| 597 | <!-- ======================================================================= --> |
| 598 | <div class="doc_subsection"> |
Anton Korobeynikov | 8cea37b | 2007-01-23 12:35:46 +0000 | [diff] [blame] | 599 | <a name="visibility">Visibility Styles</a> |
| 600 | </div> |
| 601 | |
| 602 | <div class="doc_text"> |
| 603 | |
| 604 | <p> |
| 605 | All Global Variables and Functions have one of the following visibility styles: |
| 606 | </p> |
| 607 | |
| 608 | <dl> |
| 609 | <dt><b>"<tt>default</tt>" - Default style</b>:</dt> |
| 610 | |
| 611 | <dd>On ELF, default visibility means that the declaration is visible to other |
| 612 | modules and, in shared libraries, means that the declared entity may be |
| 613 | overridden. On Darwin, default visibility means that the declaration is |
| 614 | visible to other modules. Default visibility corresponds to "external |
| 615 | linkage" in the language. |
| 616 | </dd> |
| 617 | |
| 618 | <dt><b>"<tt>hidden</tt>" - Hidden style</b>:</dt> |
| 619 | |
| 620 | <dd>Two declarations of an object with hidden visibility refer to the same |
| 621 | object if they are in the same shared object. Usually, hidden visibility |
| 622 | indicates that the symbol will not be placed into the dynamic symbol table, |
| 623 | so no other module (executable or shared library) can reference it |
| 624 | directly. |
| 625 | </dd> |
| 626 | |
Anton Korobeynikov | 6f9896f | 2007-04-29 18:35:00 +0000 | [diff] [blame] | 627 | <dt><b>"<tt>protected</tt>" - Protected style</b>:</dt> |
| 628 | |
| 629 | <dd>On ELF, protected visibility indicates that the symbol will be placed in |
| 630 | the dynamic symbol table, but that references within the defining module will |
| 631 | bind to the local symbol. That is, the symbol cannot be overridden by another |
| 632 | module. |
| 633 | </dd> |
Anton Korobeynikov | 8cea37b | 2007-01-23 12:35:46 +0000 | [diff] [blame] | 634 | </dl> |
| 635 | |
| 636 | </div> |
| 637 | |
| 638 | <!-- ======================================================================= --> |
| 639 | <div class="doc_subsection"> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 640 | <a name="globalvars">Global Variables</a> |
| 641 | </div> |
| 642 | |
| 643 | <div class="doc_text"> |
| 644 | |
Chris Lattner | 3689a34 | 2005-02-12 19:30:21 +0000 | [diff] [blame] | 645 | <p>Global variables define regions of memory allocated at compilation time |
Chris Lattner | 88f6c46 | 2005-11-12 00:45:07 +0000 | [diff] [blame] | 646 | instead of run-time. Global variables may optionally be initialized, may have |
Anton Korobeynikov | 8b0a8c8 | 2007-04-25 14:27:10 +0000 | [diff] [blame] | 647 | an explicit section to be placed in, and may have an optional explicit alignment |
| 648 | specified. A variable may be defined as "thread_local", which means that it |
| 649 | will not be shared by threads (each thread will have a separated copy of the |
| 650 | variable). A variable may be defined as a global "constant," which indicates |
| 651 | that the contents of the variable will <b>never</b> be modified (enabling better |
Chris Lattner | 3689a34 | 2005-02-12 19:30:21 +0000 | [diff] [blame] | 652 | optimization, allowing the global data to be placed in the read-only section of |
| 653 | an executable, etc). Note that variables that need runtime initialization |
John Criswell | 0ec250c | 2005-10-24 16:17:18 +0000 | [diff] [blame] | 654 | cannot be marked "constant" as there is a store to the variable.</p> |
Chris Lattner | 3689a34 | 2005-02-12 19:30:21 +0000 | [diff] [blame] | 655 | |
| 656 | <p> |
| 657 | LLVM explicitly allows <em>declarations</em> of global variables to be marked |
| 658 | constant, even if the final definition of the global is not. This capability |
| 659 | can be used to enable slightly better optimization of the program, but requires |
| 660 | the language definition to guarantee that optimizations based on the |
| 661 | 'constantness' are valid for the translation units that do not include the |
| 662 | definition. |
| 663 | </p> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 664 | |
| 665 | <p>As SSA values, global variables define pointer values that are in |
| 666 | scope (i.e. they dominate) all basic blocks in the program. Global |
| 667 | variables always define a pointer to their "content" type because they |
| 668 | describe a region of memory, and all memory objects in LLVM are |
| 669 | accessed through pointers.</p> |
| 670 | |
Chris Lattner | 88f6c46 | 2005-11-12 00:45:07 +0000 | [diff] [blame] | 671 | <p>LLVM allows an explicit section to be specified for globals. If the target |
| 672 | supports it, it will emit globals to the section specified.</p> |
| 673 | |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 674 | <p>An explicit alignment may be specified for a global. If not present, or if |
| 675 | the alignment is set to zero, the alignment of the global is set by the target |
| 676 | to whatever it feels convenient. If an explicit alignment is specified, the |
| 677 | global is forced to have at least that much alignment. All alignments must be |
| 678 | a power of 2.</p> |
| 679 | |
Chris Lattner | 68027ea | 2007-01-14 00:27:09 +0000 | [diff] [blame] | 680 | <p>For example, the following defines a global with an initializer, section, |
| 681 | and alignment:</p> |
| 682 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 683 | <div class="doc_code"> |
Chris Lattner | 68027ea | 2007-01-14 00:27:09 +0000 | [diff] [blame] | 684 | <pre> |
Chris Lattner | 3e63a9d | 2007-07-13 20:01:46 +0000 | [diff] [blame] | 685 | @G = constant float 1.0, section "foo", align 4 |
Chris Lattner | 68027ea | 2007-01-14 00:27:09 +0000 | [diff] [blame] | 686 | </pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 687 | </div> |
Chris Lattner | 68027ea | 2007-01-14 00:27:09 +0000 | [diff] [blame] | 688 | |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 689 | </div> |
| 690 | |
| 691 | |
| 692 | <!-- ======================================================================= --> |
| 693 | <div class="doc_subsection"> |
| 694 | <a name="functionstructure">Functions</a> |
| 695 | </div> |
| 696 | |
| 697 | <div class="doc_text"> |
| 698 | |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 699 | <p>LLVM function definitions consist of the "<tt>define</tt>" keyord, |
| 700 | an optional <a href="#linkage">linkage type</a>, an optional |
Anton Korobeynikov | 8cea37b | 2007-01-23 12:35:46 +0000 | [diff] [blame] | 701 | <a href="#visibility">visibility style</a>, an optional |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 702 | <a href="#callingconv">calling convention</a>, a return type, an optional |
| 703 | <a href="#paramattrs">parameter attribute</a> for the return type, a function |
| 704 | name, a (possibly empty) argument list (each with optional |
Anton Korobeynikov | 8cea37b | 2007-01-23 12:35:46 +0000 | [diff] [blame] | 705 | <a href="#paramattrs">parameter attributes</a>), an optional section, an |
| 706 | optional alignment, an opening curly brace, a list of basic blocks, and a |
| 707 | closing curly brace. |
| 708 | |
| 709 | LLVM function declarations consist of the "<tt>declare</tt>" keyword, an |
| 710 | optional <a href="#linkage">linkage type</a>, an optional |
| 711 | <a href="#visibility">visibility style</a>, an optional |
| 712 | <a href="#callingconv">calling convention</a>, a return type, an optional |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 713 | <a href="#paramattrs">parameter attribute</a> for the return type, a function |
| 714 | name, a possibly empty list of arguments, and an optional alignment.</p> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 715 | |
| 716 | <p>A function definition contains a list of basic blocks, forming the CFG for |
| 717 | the function. Each basic block may optionally start with a label (giving the |
| 718 | basic block a symbol table entry), contains a list of instructions, and ends |
| 719 | with a <a href="#terminators">terminator</a> instruction (such as a branch or |
| 720 | function return).</p> |
| 721 | |
Chris Lattner | 4a3c901 | 2007-06-08 16:52:14 +0000 | [diff] [blame] | 722 | <p>The first basic block in a function is special in two ways: it is immediately |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 723 | executed on entrance to the function, and it is not allowed to have predecessor |
| 724 | basic blocks (i.e. there can not be any branches to the entry block of a |
| 725 | function). Because the block can have no predecessors, it also cannot have any |
| 726 | <a href="#i_phi">PHI nodes</a>.</p> |
| 727 | |
Chris Lattner | 88f6c46 | 2005-11-12 00:45:07 +0000 | [diff] [blame] | 728 | <p>LLVM allows an explicit section to be specified for functions. If the target |
| 729 | supports it, it will emit functions to the section specified.</p> |
| 730 | |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 731 | <p>An explicit alignment may be specified for a function. If not present, or if |
| 732 | the alignment is set to zero, the alignment of the function is set by the target |
| 733 | to whatever it feels convenient. If an explicit alignment is specified, the |
| 734 | function is forced to have at least that much alignment. All alignments must be |
| 735 | a power of 2.</p> |
| 736 | |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 737 | </div> |
| 738 | |
Anton Korobeynikov | 8b0a8c8 | 2007-04-25 14:27:10 +0000 | [diff] [blame] | 739 | |
| 740 | <!-- ======================================================================= --> |
| 741 | <div class="doc_subsection"> |
| 742 | <a name="aliasstructure">Aliases</a> |
| 743 | </div> |
| 744 | <div class="doc_text"> |
| 745 | <p>Aliases act as "second name" for the aliasee value (which can be either |
Anton Korobeynikov | a80e118 | 2007-04-28 13:45:00 +0000 | [diff] [blame] | 746 | function or global variable or bitcast of global value). Aliases may have an |
Anton Korobeynikov | 8b0a8c8 | 2007-04-25 14:27:10 +0000 | [diff] [blame] | 747 | optional <a href="#linkage">linkage type</a>, and an |
| 748 | optional <a href="#visibility">visibility style</a>.</p> |
| 749 | |
| 750 | <h5>Syntax:</h5> |
| 751 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 752 | <div class="doc_code"> |
Bill Wendling | aac388b | 2007-05-29 09:42:13 +0000 | [diff] [blame] | 753 | <pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 754 | @<Name> = [Linkage] [Visibility] alias <AliaseeTy> @<Aliasee> |
Bill Wendling | aac388b | 2007-05-29 09:42:13 +0000 | [diff] [blame] | 755 | </pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 756 | </div> |
Anton Korobeynikov | 8b0a8c8 | 2007-04-25 14:27:10 +0000 | [diff] [blame] | 757 | |
| 758 | </div> |
| 759 | |
| 760 | |
| 761 | |
Chris Lattner | 4e9aba7 | 2006-01-23 23:23:47 +0000 | [diff] [blame] | 762 | <!-- ======================================================================= --> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 763 | <div class="doc_subsection"><a name="paramattrs">Parameter Attributes</a></div> |
| 764 | <div class="doc_text"> |
| 765 | <p>The return type and each parameter of a function type may have a set of |
| 766 | <i>parameter attributes</i> associated with them. Parameter attributes are |
| 767 | used to communicate additional information about the result or parameters of |
| 768 | a function. Parameter attributes are considered to be part of the function |
| 769 | type so two functions types that differ only by the parameter attributes |
| 770 | are different function types.</p> |
| 771 | |
Reid Spencer | 950e9f8 | 2007-01-15 18:27:39 +0000 | [diff] [blame] | 772 | <p>Parameter attributes are simple keywords that follow the type specified. If |
| 773 | multiple parameter attributes are needed, they are space separated. For |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 774 | example:</p> |
| 775 | |
| 776 | <div class="doc_code"> |
| 777 | <pre> |
Reid Spencer | 9445e9a | 2007-07-19 23:13:04 +0000 | [diff] [blame] | 778 | %someFunc = i16 (i8 signext %someParam) zeroext |
| 779 | %someFunc = i16 (i8 zeroext %someParam) zeroext |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 780 | </pre> |
| 781 | </div> |
| 782 | |
Anton Korobeynikov | 7f70559 | 2007-01-12 19:20:47 +0000 | [diff] [blame] | 783 | <p>Note that the two function types above are unique because the parameter has |
Reid Spencer | 9445e9a | 2007-07-19 23:13:04 +0000 | [diff] [blame] | 784 | a different attribute (<tt>signext</tt> in the first one, <tt>zeroext</tt> in |
| 785 | the second). Also note that the attribute for the function result |
| 786 | (<tt>zeroext</tt>) comes immediately after the argument list.</p> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 787 | |
Anton Korobeynikov | 7f70559 | 2007-01-12 19:20:47 +0000 | [diff] [blame] | 788 | <p>Currently, only the following parameter attributes are defined:</p> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 789 | <dl> |
Reid Spencer | 9445e9a | 2007-07-19 23:13:04 +0000 | [diff] [blame] | 790 | <dt><tt>zeroext</tt></dt> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 791 | <dd>This indicates that the parameter should be zero extended just before |
| 792 | a call to this function.</dd> |
Reid Spencer | 9445e9a | 2007-07-19 23:13:04 +0000 | [diff] [blame] | 793 | <dt><tt>signext</tt></dt> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 794 | <dd>This indicates that the parameter should be sign extended just before |
| 795 | a call to this function.</dd> |
Anton Korobeynikov | 34d6dea | 2007-01-28 14:30:45 +0000 | [diff] [blame] | 796 | <dt><tt>inreg</tt></dt> |
| 797 | <dd>This indicates that the parameter should be placed in register (if |
Anton Korobeynikov | 66a8c8c | 2007-01-28 15:27:21 +0000 | [diff] [blame] | 798 | possible) during assembling function call. Support for this attribute is |
| 799 | target-specific</dd> |
Anton Korobeynikov | 34d6dea | 2007-01-28 14:30:45 +0000 | [diff] [blame] | 800 | <dt><tt>sret</tt></dt> |
Anton Korobeynikov | 66a8c8c | 2007-01-28 15:27:21 +0000 | [diff] [blame] | 801 | <dd>This indicates that the parameter specifies the address of a structure |
Reid Spencer | 6760612 | 2007-03-22 02:02:11 +0000 | [diff] [blame] | 802 | that is the return value of the function in the source program.</dd> |
Zhou Sheng | febca34 | 2007-06-05 05:28:26 +0000 | [diff] [blame] | 803 | <dt><tt>noalias</tt></dt> |
| 804 | <dd>This indicates that the parameter not alias any other object or any |
| 805 | other "noalias" objects during the function call. |
Reid Spencer | 2dc5201 | 2007-03-22 02:18:56 +0000 | [diff] [blame] | 806 | <dt><tt>noreturn</tt></dt> |
| 807 | <dd>This function attribute indicates that the function never returns. This |
| 808 | indicates to LLVM that every call to this function should be treated as if |
| 809 | an <tt>unreachable</tt> instruction immediately followed the call.</dd> |
Reid Spencer | 6760612 | 2007-03-22 02:02:11 +0000 | [diff] [blame] | 810 | <dt><tt>nounwind</tt></dt> |
| 811 | <dd>This function attribute indicates that the function type does not use |
| 812 | the unwind instruction and does not allow stack unwinding to propagate |
| 813 | through it.</dd> |
Duncan Sands | 50f19f5 | 2007-07-27 19:57:41 +0000 | [diff] [blame] | 814 | <dt><tt>nest</tt></dt> |
| 815 | <dd>This indicates that the parameter can be excised using the |
| 816 | <a href="#int_trampoline">trampoline intrinsics</a>.</dd> |
Anton Korobeynikov | 7f70559 | 2007-01-12 19:20:47 +0000 | [diff] [blame] | 817 | </dl> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 818 | |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 819 | </div> |
| 820 | |
| 821 | <!-- ======================================================================= --> |
Chris Lattner | 4e9aba7 | 2006-01-23 23:23:47 +0000 | [diff] [blame] | 822 | <div class="doc_subsection"> |
Chris Lattner | 1eeeb0c | 2006-04-08 04:40:53 +0000 | [diff] [blame] | 823 | <a name="moduleasm">Module-Level Inline Assembly</a> |
Chris Lattner | 4e9aba7 | 2006-01-23 23:23:47 +0000 | [diff] [blame] | 824 | </div> |
| 825 | |
| 826 | <div class="doc_text"> |
| 827 | <p> |
| 828 | Modules may contain "module-level inline asm" blocks, which corresponds to the |
| 829 | GCC "file scope inline asm" blocks. These blocks are internally concatenated by |
| 830 | LLVM and treated as a single unit, but may be separated in the .ll file if |
| 831 | desired. The syntax is very simple: |
| 832 | </p> |
| 833 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 834 | <div class="doc_code"> |
| 835 | <pre> |
| 836 | module asm "inline asm code goes here" |
| 837 | module asm "more can go here" |
| 838 | </pre> |
| 839 | </div> |
Chris Lattner | 4e9aba7 | 2006-01-23 23:23:47 +0000 | [diff] [blame] | 840 | |
| 841 | <p>The strings can contain any character by escaping non-printable characters. |
| 842 | The escape sequence used is simply "\xx" where "xx" is the two digit hex code |
| 843 | for the number. |
| 844 | </p> |
| 845 | |
| 846 | <p> |
| 847 | The inline asm code is simply printed to the machine code .s file when |
| 848 | assembly code is generated. |
| 849 | </p> |
| 850 | </div> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 851 | |
Reid Spencer | de15194 | 2007-02-19 23:54:10 +0000 | [diff] [blame] | 852 | <!-- ======================================================================= --> |
| 853 | <div class="doc_subsection"> |
| 854 | <a name="datalayout">Data Layout</a> |
| 855 | </div> |
| 856 | |
| 857 | <div class="doc_text"> |
| 858 | <p>A module may specify a target specific data layout string that specifies how |
Reid Spencer | c891084 | 2007-04-11 23:49:50 +0000 | [diff] [blame] | 859 | data is to be laid out in memory. The syntax for the data layout is simply:</p> |
| 860 | <pre> target datalayout = "<i>layout specification</i>"</pre> |
| 861 | <p>The <i>layout specification</i> consists of a list of specifications |
| 862 | separated by the minus sign character ('-'). Each specification starts with a |
| 863 | letter and may include other information after the letter to define some |
| 864 | aspect of the data layout. The specifications accepted are as follows: </p> |
Reid Spencer | de15194 | 2007-02-19 23:54:10 +0000 | [diff] [blame] | 865 | <dl> |
| 866 | <dt><tt>E</tt></dt> |
| 867 | <dd>Specifies that the target lays out data in big-endian form. That is, the |
| 868 | bits with the most significance have the lowest address location.</dd> |
| 869 | <dt><tt>e</tt></dt> |
| 870 | <dd>Specifies that hte target lays out data in little-endian form. That is, |
| 871 | the bits with the least significance have the lowest address location.</dd> |
| 872 | <dt><tt>p:<i>size</i>:<i>abi</i>:<i>pref</i></tt></dt> |
| 873 | <dd>This specifies the <i>size</i> of a pointer and its <i>abi</i> and |
| 874 | <i>preferred</i> alignments. All sizes are in bits. Specifying the <i>pref</i> |
| 875 | alignment is optional. If omitted, the preceding <tt>:</tt> should be omitted |
| 876 | too.</dd> |
| 877 | <dt><tt>i<i>size</i>:<i>abi</i>:<i>pref</i></tt></dt> |
| 878 | <dd>This specifies the alignment for an integer type of a given bit |
| 879 | <i>size</i>. The value of <i>size</i> must be in the range [1,2^23).</dd> |
| 880 | <dt><tt>v<i>size</i>:<i>abi</i>:<i>pref</i></tt></dt> |
| 881 | <dd>This specifies the alignment for a vector type of a given bit |
| 882 | <i>size</i>.</dd> |
| 883 | <dt><tt>f<i>size</i>:<i>abi</i>:<i>pref</i></tt></dt> |
| 884 | <dd>This specifies the alignment for a floating point type of a given bit |
| 885 | <i>size</i>. The value of <i>size</i> must be either 32 (float) or 64 |
| 886 | (double).</dd> |
| 887 | <dt><tt>a<i>size</i>:<i>abi</i>:<i>pref</i></tt></dt> |
| 888 | <dd>This specifies the alignment for an aggregate type of a given bit |
| 889 | <i>size</i>.</dd> |
| 890 | </dl> |
| 891 | <p>When constructing the data layout for a given target, LLVM starts with a |
| 892 | default set of specifications which are then (possibly) overriden by the |
| 893 | specifications in the <tt>datalayout</tt> keyword. The default specifications |
| 894 | are given in this list:</p> |
| 895 | <ul> |
| 896 | <li><tt>E</tt> - big endian</li> |
| 897 | <li><tt>p:32:64:64</tt> - 32-bit pointers with 64-bit alignment</li> |
| 898 | <li><tt>i1:8:8</tt> - i1 is 8-bit (byte) aligned</li> |
| 899 | <li><tt>i8:8:8</tt> - i8 is 8-bit (byte) aligned</li> |
| 900 | <li><tt>i16:16:16</tt> - i16 is 16-bit aligned</li> |
| 901 | <li><tt>i32:32:32</tt> - i32 is 32-bit aligned</li> |
| 902 | <li><tt>i64:32:64</tt> - i64 has abi alignment of 32-bits but preferred |
| 903 | alignment of 64-bits</li> |
| 904 | <li><tt>f32:32:32</tt> - float is 32-bit aligned</li> |
| 905 | <li><tt>f64:64:64</tt> - double is 64-bit aligned</li> |
| 906 | <li><tt>v64:64:64</tt> - 64-bit vector is 64-bit aligned</li> |
| 907 | <li><tt>v128:128:128</tt> - 128-bit vector is 128-bit aligned</li> |
| 908 | <li><tt>a0:0:1</tt> - aggregates are 8-bit aligned</li> |
| 909 | </ul> |
| 910 | <p>When llvm is determining the alignment for a given type, it uses the |
| 911 | following rules: |
| 912 | <ol> |
| 913 | <li>If the type sought is an exact match for one of the specifications, that |
| 914 | specification is used.</li> |
| 915 | <li>If no match is found, and the type sought is an integer type, then the |
| 916 | smallest integer type that is larger than the bitwidth of the sought type is |
| 917 | used. If none of the specifications are larger than the bitwidth then the the |
| 918 | largest integer type is used. For example, given the default specifications |
| 919 | above, the i7 type will use the alignment of i8 (next largest) while both |
| 920 | i65 and i256 will use the alignment of i64 (largest specified).</li> |
| 921 | <li>If no match is found, and the type sought is a vector type, then the |
| 922 | largest vector type that is smaller than the sought vector type will be used |
| 923 | as a fall back. This happens because <128 x double> can be implemented in |
| 924 | terms of 64 <2 x double>, for example.</li> |
| 925 | </ol> |
| 926 | </div> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 927 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 928 | <!-- *********************************************************************** --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 929 | <div class="doc_section"> <a name="typesystem">Type System</a> </div> |
| 930 | <!-- *********************************************************************** --> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 931 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 932 | <div class="doc_text"> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 933 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 934 | <p>The LLVM type system is one of the most important features of the |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 935 | intermediate representation. Being typed enables a number of |
| 936 | optimizations to be performed on the IR directly, without having to do |
| 937 | extra analyses on the side before the transformation. A strong type |
| 938 | system makes it easier to read the generated code and enables novel |
| 939 | analyses and transformations that are not feasible to perform on normal |
| 940 | three address code representations.</p> |
Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 941 | |
| 942 | </div> |
| 943 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 944 | <!-- ======================================================================= --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 945 | <div class="doc_subsection"> <a name="t_primitive">Primitive Types</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 946 | <div class="doc_text"> |
John Criswell | 4457dc9 | 2004-04-09 16:48:45 +0000 | [diff] [blame] | 947 | <p>The primitive types are the fundamental building blocks of the LLVM |
Chris Lattner | d4f6b17 | 2005-03-07 22:13:59 +0000 | [diff] [blame] | 948 | system. The current set of primitive types is as follows:</p> |
Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 949 | |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 950 | <table class="layout"> |
| 951 | <tr class="layout"> |
| 952 | <td class="left"> |
| 953 | <table> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 954 | <tbody> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 955 | <tr><th>Type</th><th>Description</th></tr> |
Duncan Sands | 8036ca4 | 2007-03-30 12:22:09 +0000 | [diff] [blame] | 956 | <tr><td><tt><a name="t_void">void</a></tt></td><td>No value</td></tr> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 957 | <tr><td><tt>label</tt></td><td>Branch destination</td></tr> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 958 | </tbody> |
| 959 | </table> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 960 | </td> |
| 961 | <td class="right"> |
| 962 | <table> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 963 | <tbody> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 964 | <tr><th>Type</th><th>Description</th></tr> |
Reid Spencer | 2b91631 | 2007-05-16 18:44:01 +0000 | [diff] [blame] | 965 | <tr><td><tt>float</tt></td><td>32-bit floating point value</td></tr> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 966 | <tr><td><tt>double</tt></td><td>64-bit floating point value</td></tr> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 967 | </tbody> |
| 968 | </table> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 969 | </td> |
| 970 | </tr> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 971 | </table> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 972 | </div> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 973 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 974 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 975 | <div class="doc_subsubsection"> <a name="t_classifications">Type |
| 976 | Classifications</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 977 | <div class="doc_text"> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 978 | <p>These different primitive types fall into a few useful |
| 979 | classifications:</p> |
Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 980 | |
| 981 | <table border="1" cellspacing="0" cellpadding="4"> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 982 | <tbody> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 983 | <tr><th>Classification</th><th>Types</th></tr> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 984 | <tr> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 985 | <td><a name="t_integer">integer</a></td> |
Reid Spencer | 2b91631 | 2007-05-16 18:44:01 +0000 | [diff] [blame] | 986 | <td><tt>i1, i2, i3, ... i8, ... i16, ... i32, ... i64, ... </tt></td> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 987 | </tr> |
| 988 | <tr> |
| 989 | <td><a name="t_floating">floating point</a></td> |
| 990 | <td><tt>float, double</tt></td> |
| 991 | </tr> |
| 992 | <tr> |
| 993 | <td><a name="t_firstclass">first class</a></td> |
Reid Spencer | 2b91631 | 2007-05-16 18:44:01 +0000 | [diff] [blame] | 994 | <td><tt>i1, ..., float, double, <br/> |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 995 | <a href="#t_pointer">pointer</a>,<a href="#t_vector">vector</a></tt> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 996 | </td> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 997 | </tr> |
| 998 | </tbody> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 999 | </table> |
Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 1000 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1001 | <p>The <a href="#t_firstclass">first class</a> types are perhaps the |
| 1002 | most important. Values of these types are the only ones which can be |
| 1003 | produced by instructions, passed as arguments, or used as operands to |
| 1004 | instructions. This means that all structures and arrays must be |
| 1005 | manipulated either by pointer or by component.</p> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1006 | </div> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1007 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1008 | <!-- ======================================================================= --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1009 | <div class="doc_subsection"> <a name="t_derived">Derived Types</a> </div> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1010 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1011 | <div class="doc_text"> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1012 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1013 | <p>The real power in LLVM comes from the derived types in the system. |
| 1014 | This is what allows a programmer to represent arrays, functions, |
| 1015 | pointers, and other useful types. Note that these derived types may be |
| 1016 | recursive: For example, it is possible to have a two dimensional array.</p> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1017 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1018 | </div> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1019 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1020 | <!-- _______________________________________________________________________ --> |
Reid Spencer | 2b91631 | 2007-05-16 18:44:01 +0000 | [diff] [blame] | 1021 | <div class="doc_subsubsection"> <a name="t_integer">Integer Type</a> </div> |
| 1022 | |
| 1023 | <div class="doc_text"> |
| 1024 | |
| 1025 | <h5>Overview:</h5> |
| 1026 | <p>The integer type is a very simple derived type that simply specifies an |
| 1027 | arbitrary bit width for the integer type desired. Any bit width from 1 bit to |
| 1028 | 2^23-1 (about 8 million) can be specified.</p> |
| 1029 | |
| 1030 | <h5>Syntax:</h5> |
| 1031 | |
| 1032 | <pre> |
| 1033 | iN |
| 1034 | </pre> |
| 1035 | |
| 1036 | <p>The number of bits the integer will occupy is specified by the <tt>N</tt> |
| 1037 | value.</p> |
| 1038 | |
| 1039 | <h5>Examples:</h5> |
| 1040 | <table class="layout"> |
| 1041 | <tr class="layout"> |
| 1042 | <td class="left"> |
| 1043 | <tt>i1</tt><br/> |
| 1044 | <tt>i4</tt><br/> |
| 1045 | <tt>i8</tt><br/> |
| 1046 | <tt>i16</tt><br/> |
| 1047 | <tt>i32</tt><br/> |
| 1048 | <tt>i42</tt><br/> |
| 1049 | <tt>i64</tt><br/> |
| 1050 | <tt>i1942652</tt><br/> |
| 1051 | </td> |
| 1052 | <td class="left"> |
| 1053 | A boolean integer of 1 bit<br/> |
| 1054 | A nibble sized integer of 4 bits.<br/> |
| 1055 | A byte sized integer of 8 bits.<br/> |
| 1056 | A half word sized integer of 16 bits.<br/> |
| 1057 | A word sized integer of 32 bits.<br/> |
| 1058 | An integer whose bit width is the answer. <br/> |
| 1059 | A double word sized integer of 64 bits.<br/> |
| 1060 | A really big integer of over 1 million bits.<br/> |
| 1061 | </td> |
| 1062 | </tr> |
| 1063 | </table> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 1064 | </div> |
Reid Spencer | 2b91631 | 2007-05-16 18:44:01 +0000 | [diff] [blame] | 1065 | |
| 1066 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1067 | <div class="doc_subsubsection"> <a name="t_array">Array Type</a> </div> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1068 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1069 | <div class="doc_text"> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1070 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1071 | <h5>Overview:</h5> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1072 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1073 | <p>The array type is a very simple derived type that arranges elements |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1074 | sequentially in memory. The array type requires a size (number of |
| 1075 | elements) and an underlying data type.</p> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1076 | |
Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 1077 | <h5>Syntax:</h5> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1078 | |
| 1079 | <pre> |
| 1080 | [<# elements> x <elementtype>] |
| 1081 | </pre> |
| 1082 | |
John Criswell | e4c57cc | 2005-05-12 16:52:32 +0000 | [diff] [blame] | 1083 | <p>The number of elements is a constant integer value; elementtype may |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1084 | be any type with a size.</p> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1085 | |
Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 1086 | <h5>Examples:</h5> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1087 | <table class="layout"> |
| 1088 | <tr class="layout"> |
| 1089 | <td class="left"> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1090 | <tt>[40 x i32 ]</tt><br/> |
| 1091 | <tt>[41 x i32 ]</tt><br/> |
Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 1092 | <tt>[40 x i8]</tt><br/> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1093 | </td> |
| 1094 | <td class="left"> |
Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 1095 | Array of 40 32-bit integer values.<br/> |
| 1096 | Array of 41 32-bit integer values.<br/> |
| 1097 | Array of 40 8-bit integer values.<br/> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1098 | </td> |
| 1099 | </tr> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1100 | </table> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1101 | <p>Here are some examples of multidimensional arrays:</p> |
| 1102 | <table class="layout"> |
| 1103 | <tr class="layout"> |
| 1104 | <td class="left"> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1105 | <tt>[3 x [4 x i32]]</tt><br/> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1106 | <tt>[12 x [10 x float]]</tt><br/> |
Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 1107 | <tt>[2 x [3 x [4 x i16]]]</tt><br/> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1108 | </td> |
| 1109 | <td class="left"> |
Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 1110 | 3x4 array of 32-bit integer values.<br/> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1111 | 12x10 array of single precision floating point values.<br/> |
Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 1112 | 2x3x4 array of 16-bit integer values.<br/> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1113 | </td> |
| 1114 | </tr> |
| 1115 | </table> |
Chris Lattner | e67a951 | 2005-06-24 17:22:57 +0000 | [diff] [blame] | 1116 | |
John Criswell | 0ec250c | 2005-10-24 16:17:18 +0000 | [diff] [blame] | 1117 | <p>Note that 'variable sized arrays' can be implemented in LLVM with a zero |
| 1118 | length array. Normally, accesses past the end of an array are undefined in |
Chris Lattner | e67a951 | 2005-06-24 17:22:57 +0000 | [diff] [blame] | 1119 | LLVM (e.g. it is illegal to access the 5th element of a 3 element array). |
| 1120 | As a special case, however, zero length arrays are recognized to be variable |
| 1121 | length. This allows implementation of 'pascal style arrays' with the LLVM |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1122 | type "{ i32, [0 x float]}", for example.</p> |
Chris Lattner | e67a951 | 2005-06-24 17:22:57 +0000 | [diff] [blame] | 1123 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1124 | </div> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1125 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1126 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1127 | <div class="doc_subsubsection"> <a name="t_function">Function Type</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1128 | <div class="doc_text"> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1129 | <h5>Overview:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1130 | <p>The function type can be thought of as a function signature. It |
| 1131 | consists of a return type and a list of formal parameter types. |
John Criswell | 009900b | 2003-11-25 21:45:46 +0000 | [diff] [blame] | 1132 | Function types are usually used to build virtual function tables |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1133 | (which are structures of pointers to functions), for indirect function |
| 1134 | calls, and when defining a function.</p> |
John Criswell | 009900b | 2003-11-25 21:45:46 +0000 | [diff] [blame] | 1135 | <p> |
| 1136 | The return type of a function type cannot be an aggregate type. |
| 1137 | </p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1138 | <h5>Syntax:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1139 | <pre> <returntype> (<parameter list>)<br></pre> |
John Criswell | 0ec250c | 2005-10-24 16:17:18 +0000 | [diff] [blame] | 1140 | <p>...where '<tt><parameter list></tt>' is a comma-separated list of type |
Misha Brukman | c24b758 | 2004-08-12 20:16:08 +0000 | [diff] [blame] | 1141 | specifiers. Optionally, the parameter list may include a type <tt>...</tt>, |
Chris Lattner | 27f71f2 | 2003-09-03 00:41:47 +0000 | [diff] [blame] | 1142 | which indicates that the function takes a variable number of arguments. |
| 1143 | Variable argument functions can access their arguments with the <a |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1144 | href="#int_varargs">variable argument handling intrinsic</a> functions.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1145 | <h5>Examples:</h5> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1146 | <table class="layout"> |
| 1147 | <tr class="layout"> |
Reid Spencer | 92f8230 | 2006-12-31 07:18:34 +0000 | [diff] [blame] | 1148 | <td class="left"><tt>i32 (i32)</tt></td> |
| 1149 | <td class="left">function taking an <tt>i32</tt>, returning an <tt>i32</tt> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1150 | </td> |
Reid Spencer | 92f8230 | 2006-12-31 07:18:34 +0000 | [diff] [blame] | 1151 | </tr><tr class="layout"> |
Reid Spencer | 9445e9a | 2007-07-19 23:13:04 +0000 | [diff] [blame] | 1152 | <td class="left"><tt>float (i16 signext, i32 *) * |
Reid Spencer | f17a0b7 | 2006-12-31 07:20:23 +0000 | [diff] [blame] | 1153 | </tt></td> |
Reid Spencer | 92f8230 | 2006-12-31 07:18:34 +0000 | [diff] [blame] | 1154 | <td class="left"><a href="#t_pointer">Pointer</a> to a function that takes |
| 1155 | an <tt>i16</tt> that should be sign extended and a |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1156 | <a href="#t_pointer">pointer</a> to <tt>i32</tt>, returning |
Reid Spencer | 92f8230 | 2006-12-31 07:18:34 +0000 | [diff] [blame] | 1157 | <tt>float</tt>. |
| 1158 | </td> |
| 1159 | </tr><tr class="layout"> |
| 1160 | <td class="left"><tt>i32 (i8*, ...)</tt></td> |
| 1161 | <td class="left">A vararg function that takes at least one |
Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 1162 | <a href="#t_pointer">pointer</a> to <tt>i8 </tt> (char in C), |
Reid Spencer | 92f8230 | 2006-12-31 07:18:34 +0000 | [diff] [blame] | 1163 | which returns an integer. This is the signature for <tt>printf</tt> in |
| 1164 | LLVM. |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1165 | </td> |
| 1166 | </tr> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1167 | </table> |
Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 1168 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1169 | </div> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1170 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1171 | <div class="doc_subsubsection"> <a name="t_struct">Structure Type</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1172 | <div class="doc_text"> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1173 | <h5>Overview:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1174 | <p>The structure type is used to represent a collection of data members |
| 1175 | together in memory. The packing of the field types is defined to match |
| 1176 | the ABI of the underlying processor. The elements of a structure may |
| 1177 | be any type that has a size.</p> |
| 1178 | <p>Structures are accessed using '<tt><a href="#i_load">load</a></tt> |
| 1179 | and '<tt><a href="#i_store">store</a></tt>' by getting a pointer to a |
| 1180 | field with the '<tt><a href="#i_getelementptr">getelementptr</a></tt>' |
| 1181 | instruction.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1182 | <h5>Syntax:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1183 | <pre> { <type list> }<br></pre> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1184 | <h5>Examples:</h5> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1185 | <table class="layout"> |
| 1186 | <tr class="layout"> |
Jeff Cohen | 6f1cc77 | 2007-04-22 01:17:39 +0000 | [diff] [blame] | 1187 | <td class="left"><tt>{ i32, i32, i32 }</tt></td> |
| 1188 | <td class="left">A triple of three <tt>i32</tt> values</td> |
| 1189 | </tr><tr class="layout"> |
| 1190 | <td class="left"><tt>{ float, i32 (i32) * }</tt></td> |
| 1191 | <td class="left">A pair, where the first element is a <tt>float</tt> and the |
| 1192 | second element is a <a href="#t_pointer">pointer</a> to a |
| 1193 | <a href="#t_function">function</a> that takes an <tt>i32</tt>, returning |
| 1194 | an <tt>i32</tt>.</td> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1195 | </tr> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1196 | </table> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1197 | </div> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1198 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1199 | <!-- _______________________________________________________________________ --> |
Andrew Lenharth | 75e1068 | 2006-12-08 17:13:00 +0000 | [diff] [blame] | 1200 | <div class="doc_subsubsection"> <a name="t_pstruct">Packed Structure Type</a> |
| 1201 | </div> |
| 1202 | <div class="doc_text"> |
| 1203 | <h5>Overview:</h5> |
| 1204 | <p>The packed structure type is used to represent a collection of data members |
| 1205 | together in memory. There is no padding between fields. Further, the alignment |
| 1206 | of a packed structure is 1 byte. The elements of a packed structure may |
| 1207 | be any type that has a size.</p> |
| 1208 | <p>Structures are accessed using '<tt><a href="#i_load">load</a></tt> |
| 1209 | and '<tt><a href="#i_store">store</a></tt>' by getting a pointer to a |
| 1210 | field with the '<tt><a href="#i_getelementptr">getelementptr</a></tt>' |
| 1211 | instruction.</p> |
| 1212 | <h5>Syntax:</h5> |
| 1213 | <pre> < { <type list> } > <br></pre> |
| 1214 | <h5>Examples:</h5> |
| 1215 | <table class="layout"> |
| 1216 | <tr class="layout"> |
Jeff Cohen | 6f1cc77 | 2007-04-22 01:17:39 +0000 | [diff] [blame] | 1217 | <td class="left"><tt>< { i32, i32, i32 } ></tt></td> |
| 1218 | <td class="left">A triple of three <tt>i32</tt> values</td> |
| 1219 | </tr><tr class="layout"> |
| 1220 | <td class="left"><tt>< { float, i32 (i32) * } ></tt></td> |
| 1221 | <td class="left">A pair, where the first element is a <tt>float</tt> and the |
| 1222 | second element is a <a href="#t_pointer">pointer</a> to a |
| 1223 | <a href="#t_function">function</a> that takes an <tt>i32</tt>, returning |
| 1224 | an <tt>i32</tt>.</td> |
Andrew Lenharth | 75e1068 | 2006-12-08 17:13:00 +0000 | [diff] [blame] | 1225 | </tr> |
| 1226 | </table> |
| 1227 | </div> |
| 1228 | |
| 1229 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1230 | <div class="doc_subsubsection"> <a name="t_pointer">Pointer Type</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1231 | <div class="doc_text"> |
Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 1232 | <h5>Overview:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1233 | <p>As in many languages, the pointer type represents a pointer or |
| 1234 | reference to another object, which must live in memory.</p> |
Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 1235 | <h5>Syntax:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1236 | <pre> <type> *<br></pre> |
Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 1237 | <h5>Examples:</h5> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1238 | <table class="layout"> |
| 1239 | <tr class="layout"> |
| 1240 | <td class="left"> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1241 | <tt>[4x i32]*</tt><br/> |
| 1242 | <tt>i32 (i32 *) *</tt><br/> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1243 | </td> |
| 1244 | <td class="left"> |
| 1245 | A <a href="#t_pointer">pointer</a> to <a href="#t_array">array</a> of |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1246 | four <tt>i32</tt> values<br/> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1247 | A <a href="#t_pointer">pointer</a> to a <a |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1248 | href="#t_function">function</a> that takes an <tt>i32*</tt>, returning an |
| 1249 | <tt>i32</tt>.<br/> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1250 | </td> |
| 1251 | </tr> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1252 | </table> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1253 | </div> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1254 | |
Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1255 | <!-- _______________________________________________________________________ --> |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 1256 | <div class="doc_subsubsection"> <a name="t_vector">Vector Type</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1257 | <div class="doc_text"> |
Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 1258 | |
Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1259 | <h5>Overview:</h5> |
Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 1260 | |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 1261 | <p>A vector type is a simple derived type that represents a vector |
| 1262 | of elements. Vector types are used when multiple primitive data |
Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1263 | are operated in parallel using a single instruction (SIMD). |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 1264 | A vector type requires a size (number of |
Chris Lattner | b8d172f | 2005-11-10 01:44:22 +0000 | [diff] [blame] | 1265 | elements) and an underlying primitive data type. Vectors must have a power |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 1266 | of two length (1, 2, 4, 8, 16 ...). Vector types are |
Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1267 | considered <a href="#t_firstclass">first class</a>.</p> |
Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 1268 | |
Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1269 | <h5>Syntax:</h5> |
Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 1270 | |
| 1271 | <pre> |
| 1272 | < <# elements> x <elementtype> > |
| 1273 | </pre> |
| 1274 | |
John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 1275 | <p>The number of elements is a constant integer value; elementtype may |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 1276 | be any integer or floating point type.</p> |
Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 1277 | |
Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1278 | <h5>Examples:</h5> |
Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 1279 | |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1280 | <table class="layout"> |
| 1281 | <tr class="layout"> |
| 1282 | <td class="left"> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1283 | <tt><4 x i32></tt><br/> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1284 | <tt><8 x float></tt><br/> |
Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 1285 | <tt><2 x i64></tt><br/> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1286 | </td> |
| 1287 | <td class="left"> |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 1288 | Vector of 4 32-bit integer values.<br/> |
| 1289 | Vector of 8 floating-point values.<br/> |
| 1290 | Vector of 2 64-bit integer values.<br/> |
Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1291 | </td> |
| 1292 | </tr> |
| 1293 | </table> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1294 | </div> |
| 1295 | |
Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 1296 | <!-- _______________________________________________________________________ --> |
| 1297 | <div class="doc_subsubsection"> <a name="t_opaque">Opaque Type</a> </div> |
| 1298 | <div class="doc_text"> |
| 1299 | |
| 1300 | <h5>Overview:</h5> |
| 1301 | |
| 1302 | <p>Opaque types are used to represent unknown types in the system. This |
| 1303 | corresponds (for example) to the C notion of a foward declared structure type. |
| 1304 | In LLVM, opaque types can eventually be resolved to any type (not just a |
| 1305 | structure type).</p> |
| 1306 | |
| 1307 | <h5>Syntax:</h5> |
| 1308 | |
| 1309 | <pre> |
| 1310 | opaque |
| 1311 | </pre> |
| 1312 | |
| 1313 | <h5>Examples:</h5> |
| 1314 | |
| 1315 | <table class="layout"> |
| 1316 | <tr class="layout"> |
| 1317 | <td class="left"> |
| 1318 | <tt>opaque</tt> |
| 1319 | </td> |
| 1320 | <td class="left"> |
| 1321 | An opaque type.<br/> |
| 1322 | </td> |
| 1323 | </tr> |
| 1324 | </table> |
| 1325 | </div> |
| 1326 | |
| 1327 | |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1328 | <!-- *********************************************************************** --> |
| 1329 | <div class="doc_section"> <a name="constants">Constants</a> </div> |
| 1330 | <!-- *********************************************************************** --> |
| 1331 | |
| 1332 | <div class="doc_text"> |
| 1333 | |
| 1334 | <p>LLVM has several different basic types of constants. This section describes |
| 1335 | them all and their syntax.</p> |
| 1336 | |
| 1337 | </div> |
| 1338 | |
| 1339 | <!-- ======================================================================= --> |
Reid Spencer | cc16dc3 | 2004-12-09 18:02:53 +0000 | [diff] [blame] | 1340 | <div class="doc_subsection"><a name="simpleconstants">Simple Constants</a></div> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1341 | |
| 1342 | <div class="doc_text"> |
| 1343 | |
| 1344 | <dl> |
| 1345 | <dt><b>Boolean constants</b></dt> |
| 1346 | |
| 1347 | <dd>The two strings '<tt>true</tt>' and '<tt>false</tt>' are both valid |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 1348 | constants of the <tt><a href="#t_primitive">i1</a></tt> type. |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1349 | </dd> |
| 1350 | |
| 1351 | <dt><b>Integer constants</b></dt> |
| 1352 | |
Reid Spencer | cc16dc3 | 2004-12-09 18:02:53 +0000 | [diff] [blame] | 1353 | <dd>Standard integers (such as '4') are constants of the <a |
Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 1354 | href="#t_integer">integer</a> type. Negative numbers may be used with |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1355 | integer types. |
| 1356 | </dd> |
| 1357 | |
| 1358 | <dt><b>Floating point constants</b></dt> |
| 1359 | |
| 1360 | <dd>Floating point constants use standard decimal notation (e.g. 123.421), |
| 1361 | exponential notation (e.g. 1.23421e+2), or a more precise hexadecimal |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1362 | notation (see below). Floating point constants must have a <a |
| 1363 | href="#t_floating">floating point</a> type. </dd> |
| 1364 | |
| 1365 | <dt><b>Null pointer constants</b></dt> |
| 1366 | |
John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 1367 | <dd>The identifier '<tt>null</tt>' is recognized as a null pointer constant |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1368 | and must be of <a href="#t_pointer">pointer type</a>.</dd> |
| 1369 | |
| 1370 | </dl> |
| 1371 | |
John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 1372 | <p>The one non-intuitive notation for constants is the optional hexadecimal form |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1373 | of floating point constants. For example, the form '<tt>double |
| 1374 | 0x432ff973cafa8000</tt>' is equivalent to (but harder to read than) '<tt>double |
| 1375 | 4.5e+15</tt>'. The only time hexadecimal floating point constants are required |
Reid Spencer | cc16dc3 | 2004-12-09 18:02:53 +0000 | [diff] [blame] | 1376 | (and the only time that they are generated by the disassembler) is when a |
| 1377 | floating point constant must be emitted but it cannot be represented as a |
| 1378 | decimal floating point number. For example, NaN's, infinities, and other |
| 1379 | special values are represented in their IEEE hexadecimal format so that |
| 1380 | assembly and disassembly do not cause any bits to change in the constants.</p> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1381 | |
| 1382 | </div> |
| 1383 | |
| 1384 | <!-- ======================================================================= --> |
| 1385 | <div class="doc_subsection"><a name="aggregateconstants">Aggregate Constants</a> |
| 1386 | </div> |
| 1387 | |
| 1388 | <div class="doc_text"> |
Chris Lattner | d4f6b17 | 2005-03-07 22:13:59 +0000 | [diff] [blame] | 1389 | <p>Aggregate constants arise from aggregation of simple constants |
| 1390 | and smaller aggregate constants.</p> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1391 | |
| 1392 | <dl> |
| 1393 | <dt><b>Structure constants</b></dt> |
| 1394 | |
| 1395 | <dd>Structure constants are represented with notation similar to structure |
| 1396 | type definitions (a comma separated list of elements, surrounded by braces |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1397 | (<tt>{}</tt>)). For example: "<tt>{ i32 4, float 17.0, i32* %G }</tt>", |
Chris Lattner | 3e63a9d | 2007-07-13 20:01:46 +0000 | [diff] [blame] | 1398 | where "<tt>%G</tt>" is declared as "<tt>@G = external global i32</tt>". Structure constants |
Chris Lattner | d4f6b17 | 2005-03-07 22:13:59 +0000 | [diff] [blame] | 1399 | must have <a href="#t_struct">structure type</a>, and the number and |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1400 | types of elements must match those specified by the type. |
| 1401 | </dd> |
| 1402 | |
| 1403 | <dt><b>Array constants</b></dt> |
| 1404 | |
| 1405 | <dd>Array constants are represented with notation similar to array type |
| 1406 | definitions (a comma separated list of elements, surrounded by square brackets |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1407 | (<tt>[]</tt>)). For example: "<tt>[ i32 42, i32 11, i32 74 ]</tt>". Array |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1408 | constants must have <a href="#t_array">array type</a>, and the number and |
| 1409 | types of elements must match those specified by the type. |
| 1410 | </dd> |
| 1411 | |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 1412 | <dt><b>Vector constants</b></dt> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1413 | |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 1414 | <dd>Vector constants are represented with notation similar to vector type |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1415 | definitions (a comma separated list of elements, surrounded by |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1416 | less-than/greater-than's (<tt><></tt>)). For example: "<tt>< i32 42, |
Jeff Cohen | 6f1cc77 | 2007-04-22 01:17:39 +0000 | [diff] [blame] | 1417 | i32 11, i32 74, i32 100 ></tt>". Vector constants must have <a |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 1418 | href="#t_vector">vector type</a>, and the number and types of elements must |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1419 | match those specified by the type. |
| 1420 | </dd> |
| 1421 | |
| 1422 | <dt><b>Zero initialization</b></dt> |
| 1423 | |
| 1424 | <dd>The string '<tt>zeroinitializer</tt>' can be used to zero initialize a |
| 1425 | value to zero of <em>any</em> type, including scalar and aggregate types. |
| 1426 | This is often used to avoid having to print large zero initializers (e.g. for |
John Criswell | 0ec250c | 2005-10-24 16:17:18 +0000 | [diff] [blame] | 1427 | large arrays) and is always exactly equivalent to using explicit zero |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1428 | initializers. |
| 1429 | </dd> |
| 1430 | </dl> |
| 1431 | |
| 1432 | </div> |
| 1433 | |
| 1434 | <!-- ======================================================================= --> |
| 1435 | <div class="doc_subsection"> |
| 1436 | <a name="globalconstants">Global Variable and Function Addresses</a> |
| 1437 | </div> |
| 1438 | |
| 1439 | <div class="doc_text"> |
| 1440 | |
| 1441 | <p>The addresses of <a href="#globalvars">global variables</a> and <a |
| 1442 | href="#functionstructure">functions</a> are always implicitly valid (link-time) |
John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 1443 | constants. These constants are explicitly referenced when the <a |
| 1444 | href="#identifiers">identifier for the global</a> is used and always have <a |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1445 | href="#t_pointer">pointer</a> type. For example, the following is a legal LLVM |
| 1446 | file:</p> |
| 1447 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 1448 | <div class="doc_code"> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1449 | <pre> |
Chris Lattner | a18a424 | 2007-06-06 18:28:13 +0000 | [diff] [blame] | 1450 | @X = global i32 17 |
| 1451 | @Y = global i32 42 |
| 1452 | @Z = global [2 x i32*] [ i32* @X, i32* @Y ] |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1453 | </pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 1454 | </div> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1455 | |
| 1456 | </div> |
| 1457 | |
| 1458 | <!-- ======================================================================= --> |
Reid Spencer | 2dc45b8 | 2004-12-09 18:13:12 +0000 | [diff] [blame] | 1459 | <div class="doc_subsection"><a name="undefvalues">Undefined Values</a></div> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1460 | <div class="doc_text"> |
Reid Spencer | 2dc45b8 | 2004-12-09 18:13:12 +0000 | [diff] [blame] | 1461 | <p>The string '<tt>undef</tt>' is recognized as a type-less constant that has |
John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 1462 | no specific value. Undefined values may be of any type and be used anywhere |
Reid Spencer | 2dc45b8 | 2004-12-09 18:13:12 +0000 | [diff] [blame] | 1463 | a constant is permitted.</p> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1464 | |
Reid Spencer | 2dc45b8 | 2004-12-09 18:13:12 +0000 | [diff] [blame] | 1465 | <p>Undefined values indicate to the compiler that the program is well defined |
| 1466 | no matter what value is used, giving the compiler more freedom to optimize. |
| 1467 | </p> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1468 | </div> |
| 1469 | |
| 1470 | <!-- ======================================================================= --> |
| 1471 | <div class="doc_subsection"><a name="constantexprs">Constant Expressions</a> |
| 1472 | </div> |
| 1473 | |
| 1474 | <div class="doc_text"> |
| 1475 | |
| 1476 | <p>Constant expressions are used to allow expressions involving other constants |
| 1477 | to be used as constants. Constant expressions may be of any <a |
John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 1478 | href="#t_firstclass">first class</a> type and may involve any LLVM operation |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1479 | that does not have side effects (e.g. load and call are not supported). The |
| 1480 | following is the syntax for constant expressions:</p> |
| 1481 | |
| 1482 | <dl> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1483 | <dt><b><tt>trunc ( CST to TYPE )</tt></b></dt> |
| 1484 | <dd>Truncate a constant to another type. The bit size of CST must be larger |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 1485 | than the bit size of TYPE. Both types must be integers.</dd> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1486 | |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1487 | <dt><b><tt>zext ( CST to TYPE )</tt></b></dt> |
| 1488 | <dd>Zero extend a constant to another type. The bit size of CST must be |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 1489 | smaller or equal to the bit size of TYPE. Both types must be integers.</dd> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1490 | |
| 1491 | <dt><b><tt>sext ( CST to TYPE )</tt></b></dt> |
| 1492 | <dd>Sign extend a constant to another type. The bit size of CST must be |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 1493 | smaller or equal to the bit size of TYPE. Both types must be integers.</dd> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1494 | |
| 1495 | <dt><b><tt>fptrunc ( CST to TYPE )</tt></b></dt> |
| 1496 | <dd>Truncate a floating point constant to another floating point type. The |
| 1497 | size of CST must be larger than the size of TYPE. Both types must be |
| 1498 | floating point.</dd> |
| 1499 | |
| 1500 | <dt><b><tt>fpext ( CST to TYPE )</tt></b></dt> |
| 1501 | <dd>Floating point extend a constant to another type. The size of CST must be |
| 1502 | smaller or equal to the size of TYPE. Both types must be floating point.</dd> |
| 1503 | |
Reid Spencer | 1539a1c | 2007-07-31 14:40:14 +0000 | [diff] [blame] | 1504 | <dt><b><tt>fptoui ( CST to TYPE )</tt></b></dt> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1505 | <dd>Convert a floating point constant to the corresponding unsigned integer |
| 1506 | constant. TYPE must be an integer type. CST must be floating point. If the |
| 1507 | value won't fit in the integer type, the results are undefined.</dd> |
| 1508 | |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 1509 | <dt><b><tt>fptosi ( CST to TYPE )</tt></b></dt> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1510 | <dd>Convert a floating point constant to the corresponding signed integer |
| 1511 | constant. TYPE must be an integer type. CST must be floating point. If the |
| 1512 | value won't fit in the integer type, the results are undefined.</dd> |
| 1513 | |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 1514 | <dt><b><tt>uitofp ( CST to TYPE )</tt></b></dt> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1515 | <dd>Convert an unsigned integer constant to the corresponding floating point |
| 1516 | constant. TYPE must be floating point. CST must be of integer type. If the |
Jeff Cohen | cb75731 | 2007-04-22 14:56:37 +0000 | [diff] [blame] | 1517 | value won't fit in the floating point type, the results are undefined.</dd> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1518 | |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 1519 | <dt><b><tt>sitofp ( CST to TYPE )</tt></b></dt> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1520 | <dd>Convert a signed integer constant to the corresponding floating point |
| 1521 | constant. TYPE must be floating point. CST must be of integer type. If the |
Jeff Cohen | cb75731 | 2007-04-22 14:56:37 +0000 | [diff] [blame] | 1522 | value won't fit in the floating point type, the results are undefined.</dd> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1523 | |
Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 1524 | <dt><b><tt>ptrtoint ( CST to TYPE )</tt></b></dt> |
| 1525 | <dd>Convert a pointer typed constant to the corresponding integer constant |
| 1526 | TYPE must be an integer type. CST must be of pointer type. The CST value is |
| 1527 | zero extended, truncated, or unchanged to make it fit in TYPE.</dd> |
| 1528 | |
| 1529 | <dt><b><tt>inttoptr ( CST to TYPE )</tt></b></dt> |
| 1530 | <dd>Convert a integer constant to a pointer constant. TYPE must be a |
| 1531 | pointer type. CST must be of integer type. The CST value is zero extended, |
| 1532 | truncated, or unchanged to make it fit in a pointer size. This one is |
| 1533 | <i>really</i> dangerous!</dd> |
| 1534 | |
| 1535 | <dt><b><tt>bitcast ( CST to TYPE )</tt></b></dt> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1536 | <dd>Convert a constant, CST, to another TYPE. The size of CST and TYPE must be |
| 1537 | identical (same number of bits). The conversion is done as if the CST value |
| 1538 | was stored to memory and read back as TYPE. In other words, no bits change |
Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 1539 | with this operator, just the type. This can be used for conversion of |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 1540 | vector types to any other type, as long as they have the same bit width. For |
Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 1541 | pointers it is only valid to cast to another pointer type. |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1542 | </dd> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1543 | |
| 1544 | <dt><b><tt>getelementptr ( CSTPTR, IDX0, IDX1, ... )</tt></b></dt> |
| 1545 | |
| 1546 | <dd>Perform the <a href="#i_getelementptr">getelementptr operation</a> on |
| 1547 | constants. As with the <a href="#i_getelementptr">getelementptr</a> |
| 1548 | instruction, the index list may have zero or more indexes, which are required |
| 1549 | to make sense for the type of "CSTPTR".</dd> |
| 1550 | |
Robert Bocchino | 9fbe145 | 2006-01-10 19:31:34 +0000 | [diff] [blame] | 1551 | <dt><b><tt>select ( COND, VAL1, VAL2 )</tt></b></dt> |
| 1552 | |
| 1553 | <dd>Perform the <a href="#i_select">select operation</a> on |
Reid Spencer | 01c4259 | 2006-12-04 19:23:19 +0000 | [diff] [blame] | 1554 | constants.</dd> |
| 1555 | |
| 1556 | <dt><b><tt>icmp COND ( VAL1, VAL2 )</tt></b></dt> |
| 1557 | <dd>Performs the <a href="#i_icmp">icmp operation</a> on constants.</dd> |
| 1558 | |
| 1559 | <dt><b><tt>fcmp COND ( VAL1, VAL2 )</tt></b></dt> |
| 1560 | <dd>Performs the <a href="#i_fcmp">fcmp operation</a> on constants.</dd> |
Robert Bocchino | 9fbe145 | 2006-01-10 19:31:34 +0000 | [diff] [blame] | 1561 | |
| 1562 | <dt><b><tt>extractelement ( VAL, IDX )</tt></b></dt> |
| 1563 | |
| 1564 | <dd>Perform the <a href="#i_extractelement">extractelement |
| 1565 | operation</a> on constants. |
| 1566 | |
Robert Bocchino | 05ccd70 | 2006-01-15 20:48:27 +0000 | [diff] [blame] | 1567 | <dt><b><tt>insertelement ( VAL, ELT, IDX )</tt></b></dt> |
| 1568 | |
| 1569 | <dd>Perform the <a href="#i_insertelement">insertelement |
Reid Spencer | 01c4259 | 2006-12-04 19:23:19 +0000 | [diff] [blame] | 1570 | operation</a> on constants.</dd> |
Robert Bocchino | 05ccd70 | 2006-01-15 20:48:27 +0000 | [diff] [blame] | 1571 | |
Chris Lattner | c198954 | 2006-04-08 00:13:41 +0000 | [diff] [blame] | 1572 | |
| 1573 | <dt><b><tt>shufflevector ( VEC1, VEC2, IDXMASK )</tt></b></dt> |
| 1574 | |
| 1575 | <dd>Perform the <a href="#i_shufflevector">shufflevector |
Reid Spencer | 01c4259 | 2006-12-04 19:23:19 +0000 | [diff] [blame] | 1576 | operation</a> on constants.</dd> |
Chris Lattner | c198954 | 2006-04-08 00:13:41 +0000 | [diff] [blame] | 1577 | |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1578 | <dt><b><tt>OPCODE ( LHS, RHS )</tt></b></dt> |
| 1579 | |
Reid Spencer | 2dc45b8 | 2004-12-09 18:13:12 +0000 | [diff] [blame] | 1580 | <dd>Perform the specified operation of the LHS and RHS constants. OPCODE may |
| 1581 | be any of the <a href="#binaryops">binary</a> or <a href="#bitwiseops">bitwise |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1582 | binary</a> operations. The constraints on operands are the same as those for |
| 1583 | the corresponding instruction (e.g. no bitwise operations on floating point |
John Criswell | e4c57cc | 2005-05-12 16:52:32 +0000 | [diff] [blame] | 1584 | values are allowed).</dd> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1585 | </dl> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1586 | </div> |
Chris Lattner | 9ee5d22 | 2004-03-08 16:49:10 +0000 | [diff] [blame] | 1587 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1588 | <!-- *********************************************************************** --> |
Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 1589 | <div class="doc_section"> <a name="othervalues">Other Values</a> </div> |
| 1590 | <!-- *********************************************************************** --> |
| 1591 | |
| 1592 | <!-- ======================================================================= --> |
| 1593 | <div class="doc_subsection"> |
| 1594 | <a name="inlineasm">Inline Assembler Expressions</a> |
| 1595 | </div> |
| 1596 | |
| 1597 | <div class="doc_text"> |
| 1598 | |
| 1599 | <p> |
| 1600 | LLVM supports inline assembler expressions (as opposed to <a href="#moduleasm"> |
| 1601 | Module-Level Inline Assembly</a>) through the use of a special value. This |
| 1602 | value represents the inline assembler as a string (containing the instructions |
| 1603 | to emit), a list of operand constraints (stored as a string), and a flag that |
| 1604 | indicates whether or not the inline asm expression has side effects. An example |
| 1605 | inline assembler expression is: |
| 1606 | </p> |
| 1607 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 1608 | <div class="doc_code"> |
Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 1609 | <pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 1610 | i32 (i32) asm "bswap $0", "=r,r" |
Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 1611 | </pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 1612 | </div> |
Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 1613 | |
| 1614 | <p> |
| 1615 | Inline assembler expressions may <b>only</b> be used as the callee operand of |
| 1616 | a <a href="#i_call"><tt>call</tt> instruction</a>. Thus, typically we have: |
| 1617 | </p> |
| 1618 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 1619 | <div class="doc_code"> |
Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 1620 | <pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 1621 | %X = call i32 asm "<a href="#int_bswap">bswap</a> $0", "=r,r"(i32 %Y) |
Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 1622 | </pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 1623 | </div> |
Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 1624 | |
| 1625 | <p> |
| 1626 | Inline asms with side effects not visible in the constraint list must be marked |
| 1627 | as having side effects. This is done through the use of the |
| 1628 | '<tt>sideeffect</tt>' keyword, like so: |
| 1629 | </p> |
| 1630 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 1631 | <div class="doc_code"> |
Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 1632 | <pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 1633 | call void asm sideeffect "eieio", ""() |
Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 1634 | </pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 1635 | </div> |
Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 1636 | |
| 1637 | <p>TODO: The format of the asm and constraints string still need to be |
| 1638 | documented here. Constraints on what can be done (e.g. duplication, moving, etc |
| 1639 | need to be documented). |
| 1640 | </p> |
| 1641 | |
| 1642 | </div> |
| 1643 | |
| 1644 | <!-- *********************************************************************** --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1645 | <div class="doc_section"> <a name="instref">Instruction Reference</a> </div> |
| 1646 | <!-- *********************************************************************** --> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1647 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1648 | <div class="doc_text"> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1649 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1650 | <p>The LLVM instruction set consists of several different |
| 1651 | classifications of instructions: <a href="#terminators">terminator |
John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 1652 | instructions</a>, <a href="#binaryops">binary instructions</a>, |
| 1653 | <a href="#bitwiseops">bitwise binary instructions</a>, <a |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1654 | href="#memoryops">memory instructions</a>, and <a href="#otherops">other |
| 1655 | instructions</a>.</p> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1656 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1657 | </div> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1658 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1659 | <!-- ======================================================================= --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1660 | <div class="doc_subsection"> <a name="terminators">Terminator |
| 1661 | Instructions</a> </div> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1662 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1663 | <div class="doc_text"> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1664 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1665 | <p>As mentioned <a href="#functionstructure">previously</a>, every |
| 1666 | basic block in a program ends with a "Terminator" instruction, which |
| 1667 | indicates which block should be executed after the current block is |
| 1668 | finished. These terminator instructions typically yield a '<tt>void</tt>' |
| 1669 | value: they produce control flow, not values (the one exception being |
| 1670 | the '<a href="#i_invoke"><tt>invoke</tt></a>' instruction).</p> |
John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 1671 | <p>There are six different terminator instructions: the '<a |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1672 | href="#i_ret"><tt>ret</tt></a>' instruction, the '<a href="#i_br"><tt>br</tt></a>' |
| 1673 | instruction, the '<a href="#i_switch"><tt>switch</tt></a>' instruction, |
Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1674 | the '<a href="#i_invoke"><tt>invoke</tt></a>' instruction, the '<a |
| 1675 | href="#i_unwind"><tt>unwind</tt></a>' instruction, and the '<a |
| 1676 | href="#i_unreachable"><tt>unreachable</tt></a>' instruction.</p> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1677 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1678 | </div> |
Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1679 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1680 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1681 | <div class="doc_subsubsection"> <a name="i_ret">'<tt>ret</tt>' |
| 1682 | Instruction</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1683 | <div class="doc_text"> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1684 | <h5>Syntax:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1685 | <pre> ret <type> <value> <i>; Return a value from a non-void function</i> |
Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 1686 | ret void <i>; Return from void function</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1687 | </pre> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1688 | <h5>Overview:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1689 | <p>The '<tt>ret</tt>' instruction is used to return control flow (and a |
John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 1690 | value) from a function back to the caller.</p> |
John Criswell | 4457dc9 | 2004-04-09 16:48:45 +0000 | [diff] [blame] | 1691 | <p>There are two forms of the '<tt>ret</tt>' instruction: one that |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1692 | returns a value and then causes control flow, and one that just causes |
| 1693 | control flow to occur.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1694 | <h5>Arguments:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1695 | <p>The '<tt>ret</tt>' instruction may return any '<a |
| 1696 | href="#t_firstclass">first class</a>' type. Notice that a function is |
| 1697 | not <a href="#wellformed">well formed</a> if there exists a '<tt>ret</tt>' |
| 1698 | instruction inside of the function that returns a value that does not |
| 1699 | match the return type of the function.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1700 | <h5>Semantics:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1701 | <p>When the '<tt>ret</tt>' instruction is executed, control flow |
| 1702 | returns back to the calling function's context. If the caller is a "<a |
John Criswell | fa08187 | 2004-06-25 15:16:57 +0000 | [diff] [blame] | 1703 | href="#i_call"><tt>call</tt></a>" instruction, execution continues at |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1704 | the instruction after the call. If the caller was an "<a |
| 1705 | href="#i_invoke"><tt>invoke</tt></a>" instruction, execution continues |
John Criswell | e4c57cc | 2005-05-12 16:52:32 +0000 | [diff] [blame] | 1706 | at the beginning of the "normal" destination block. If the instruction |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1707 | returns a value, that value shall set the call or invoke instruction's |
| 1708 | return value.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1709 | <h5>Example:</h5> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1710 | <pre> ret i32 5 <i>; Return an integer value of 5</i> |
Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 1711 | ret void <i>; Return from a void function</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1712 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1713 | </div> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1714 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1715 | <div class="doc_subsubsection"> <a name="i_br">'<tt>br</tt>' Instruction</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1716 | <div class="doc_text"> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1717 | <h5>Syntax:</h5> |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 1718 | <pre> br i1 <cond>, label <iftrue>, label <iffalse><br> br label <dest> <i>; Unconditional branch</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1719 | </pre> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1720 | <h5>Overview:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1721 | <p>The '<tt>br</tt>' instruction is used to cause control flow to |
| 1722 | transfer to a different basic block in the current function. There are |
| 1723 | two forms of this instruction, corresponding to a conditional branch |
| 1724 | and an unconditional branch.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1725 | <h5>Arguments:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1726 | <p>The conditional branch form of the '<tt>br</tt>' instruction takes a |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 1727 | single '<tt>i1</tt>' value and two '<tt>label</tt>' values. The |
Reid Spencer | de15194 | 2007-02-19 23:54:10 +0000 | [diff] [blame] | 1728 | unconditional form of the '<tt>br</tt>' instruction takes a single |
| 1729 | '<tt>label</tt>' value as a target.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1730 | <h5>Semantics:</h5> |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 1731 | <p>Upon execution of a conditional '<tt>br</tt>' instruction, the '<tt>i1</tt>' |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1732 | argument is evaluated. If the value is <tt>true</tt>, control flows |
| 1733 | to the '<tt>iftrue</tt>' <tt>label</tt> argument. If "cond" is <tt>false</tt>, |
| 1734 | control flows to the '<tt>iffalse</tt>' <tt>label</tt> argument.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1735 | <h5>Example:</h5> |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 1736 | <pre>Test:<br> %cond = <a href="#i_icmp">icmp</a> eq, i32 %a, %b<br> br i1 %cond, label %IfEqual, label %IfUnequal<br>IfEqual:<br> <a |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1737 | href="#i_ret">ret</a> i32 1<br>IfUnequal:<br> <a href="#i_ret">ret</a> i32 0<br></pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1738 | </div> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1739 | <!-- _______________________________________________________________________ --> |
Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1740 | <div class="doc_subsubsection"> |
| 1741 | <a name="i_switch">'<tt>switch</tt>' Instruction</a> |
| 1742 | </div> |
| 1743 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1744 | <div class="doc_text"> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1745 | <h5>Syntax:</h5> |
Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1746 | |
| 1747 | <pre> |
| 1748 | switch <intty> <value>, label <defaultdest> [ <intty> <val>, label <dest> ... ] |
| 1749 | </pre> |
| 1750 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1751 | <h5>Overview:</h5> |
Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1752 | |
| 1753 | <p>The '<tt>switch</tt>' instruction is used to transfer control flow to one of |
| 1754 | several different places. It is a generalization of the '<tt>br</tt>' |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1755 | instruction, allowing a branch to occur to one of many possible |
| 1756 | destinations.</p> |
Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1757 | |
| 1758 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1759 | <h5>Arguments:</h5> |
Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1760 | |
| 1761 | <p>The '<tt>switch</tt>' instruction uses three parameters: an integer |
| 1762 | comparison value '<tt>value</tt>', a default '<tt>label</tt>' destination, and |
| 1763 | an array of pairs of comparison value constants and '<tt>label</tt>'s. The |
| 1764 | table is not allowed to contain duplicate constant entries.</p> |
| 1765 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1766 | <h5>Semantics:</h5> |
Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1767 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1768 | <p>The <tt>switch</tt> instruction specifies a table of values and |
| 1769 | destinations. When the '<tt>switch</tt>' instruction is executed, this |
John Criswell | 8411475 | 2004-06-25 16:05:06 +0000 | [diff] [blame] | 1770 | table is searched for the given value. If the value is found, control flow is |
| 1771 | transfered to the corresponding destination; otherwise, control flow is |
| 1772 | transfered to the default destination.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1773 | |
Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1774 | <h5>Implementation:</h5> |
| 1775 | |
| 1776 | <p>Depending on properties of the target machine and the particular |
| 1777 | <tt>switch</tt> instruction, this instruction may be code generated in different |
John Criswell | 8411475 | 2004-06-25 16:05:06 +0000 | [diff] [blame] | 1778 | ways. For example, it could be generated as a series of chained conditional |
| 1779 | branches or with a lookup table.</p> |
Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1780 | |
| 1781 | <h5>Example:</h5> |
| 1782 | |
| 1783 | <pre> |
| 1784 | <i>; Emulate a conditional br instruction</i> |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 1785 | %Val = <a href="#i_zext">zext</a> i1 %value to i32 |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1786 | switch i32 %Val, label %truedest [i32 0, label %falsedest ] |
Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1787 | |
| 1788 | <i>; Emulate an unconditional br instruction</i> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1789 | switch i32 0, label %dest [ ] |
Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1790 | |
| 1791 | <i>; Implement a jump table:</i> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1792 | switch i32 %val, label %otherwise [ i32 0, label %onzero |
| 1793 | i32 1, label %onone |
| 1794 | i32 2, label %ontwo ] |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1795 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1796 | </div> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1797 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1798 | <!-- _______________________________________________________________________ --> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1799 | <div class="doc_subsubsection"> |
| 1800 | <a name="i_invoke">'<tt>invoke</tt>' Instruction</a> |
| 1801 | </div> |
| 1802 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1803 | <div class="doc_text"> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1804 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1805 | <h5>Syntax:</h5> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1806 | |
| 1807 | <pre> |
| 1808 | <result> = invoke [<a href="#callingconv">cconv</a>] <ptr to function ty> %<function ptr val>(<function args>) |
Chris Lattner | 76b8a33 | 2006-05-14 18:23:06 +0000 | [diff] [blame] | 1809 | to label <normal label> unwind label <exception label> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1810 | </pre> |
| 1811 | |
Chris Lattner | 6536cfe | 2002-05-06 22:08:29 +0000 | [diff] [blame] | 1812 | <h5>Overview:</h5> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1813 | |
| 1814 | <p>The '<tt>invoke</tt>' instruction causes control to transfer to a specified |
| 1815 | function, with the possibility of control flow transfer to either the |
John Criswell | e4c57cc | 2005-05-12 16:52:32 +0000 | [diff] [blame] | 1816 | '<tt>normal</tt>' label or the |
| 1817 | '<tt>exception</tt>' label. If the callee function returns with the |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1818 | "<tt><a href="#i_ret">ret</a></tt>" instruction, control flow will return to the |
| 1819 | "normal" label. If the callee (or any indirect callees) returns with the "<a |
John Criswell | e4c57cc | 2005-05-12 16:52:32 +0000 | [diff] [blame] | 1820 | href="#i_unwind"><tt>unwind</tt></a>" instruction, control is interrupted and |
| 1821 | continued at the dynamically nearest "exception" label.</p> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1822 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1823 | <h5>Arguments:</h5> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1824 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1825 | <p>This instruction requires several arguments:</p> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1826 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1827 | <ol> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1828 | <li> |
Duncan Sands | 8036ca4 | 2007-03-30 12:22:09 +0000 | [diff] [blame] | 1829 | The optional "cconv" marker indicates which <a href="#callingconv">calling |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1830 | convention</a> the call should use. If none is specified, the call defaults |
| 1831 | to using C calling conventions. |
| 1832 | </li> |
| 1833 | <li>'<tt>ptr to function ty</tt>': shall be the signature of the pointer to |
| 1834 | function value being invoked. In most cases, this is a direct function |
| 1835 | invocation, but indirect <tt>invoke</tt>s are just as possible, branching off |
| 1836 | an arbitrary pointer to function value. |
| 1837 | </li> |
| 1838 | |
| 1839 | <li>'<tt>function ptr val</tt>': An LLVM value containing a pointer to a |
| 1840 | function to be invoked. </li> |
| 1841 | |
| 1842 | <li>'<tt>function args</tt>': argument list whose types match the function |
| 1843 | signature argument types. If the function signature indicates the function |
| 1844 | accepts a variable number of arguments, the extra arguments can be |
| 1845 | specified. </li> |
| 1846 | |
| 1847 | <li>'<tt>normal label</tt>': the label reached when the called function |
| 1848 | executes a '<tt><a href="#i_ret">ret</a></tt>' instruction. </li> |
| 1849 | |
| 1850 | <li>'<tt>exception label</tt>': the label reached when a callee returns with |
| 1851 | the <a href="#i_unwind"><tt>unwind</tt></a> instruction. </li> |
| 1852 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1853 | </ol> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1854 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1855 | <h5>Semantics:</h5> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1856 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1857 | <p>This instruction is designed to operate as a standard '<tt><a |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1858 | href="#i_call">call</a></tt>' instruction in most regards. The primary |
| 1859 | difference is that it establishes an association with a label, which is used by |
| 1860 | the runtime library to unwind the stack.</p> |
| 1861 | |
| 1862 | <p>This instruction is used in languages with destructors to ensure that proper |
| 1863 | cleanup is performed in the case of either a <tt>longjmp</tt> or a thrown |
| 1864 | exception. Additionally, this is important for implementation of |
| 1865 | '<tt>catch</tt>' clauses in high-level languages that support them.</p> |
| 1866 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1867 | <h5>Example:</h5> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1868 | <pre> |
Jeff Cohen | 6f1cc77 | 2007-04-22 01:17:39 +0000 | [diff] [blame] | 1869 | %retval = invoke i32 %Test(i32 15) to label %Continue |
| 1870 | unwind label %TestCleanup <i>; {i32}:retval set</i> |
| 1871 | %retval = invoke <a href="#callingconv">coldcc</a> i32 %Test(i32 15) to label %Continue |
| 1872 | unwind label %TestCleanup <i>; {i32}:retval set</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1873 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1874 | </div> |
Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1875 | |
| 1876 | |
Chris Lattner | 27f71f2 | 2003-09-03 00:41:47 +0000 | [diff] [blame] | 1877 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1878 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1879 | <div class="doc_subsubsection"> <a name="i_unwind">'<tt>unwind</tt>' |
| 1880 | Instruction</a> </div> |
Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1881 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1882 | <div class="doc_text"> |
Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1883 | |
Chris Lattner | 27f71f2 | 2003-09-03 00:41:47 +0000 | [diff] [blame] | 1884 | <h5>Syntax:</h5> |
Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1885 | <pre> |
| 1886 | unwind |
| 1887 | </pre> |
| 1888 | |
Chris Lattner | 27f71f2 | 2003-09-03 00:41:47 +0000 | [diff] [blame] | 1889 | <h5>Overview:</h5> |
Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1890 | |
| 1891 | <p>The '<tt>unwind</tt>' instruction unwinds the stack, continuing control flow |
| 1892 | at the first callee in the dynamic call stack which used an <a |
| 1893 | href="#i_invoke"><tt>invoke</tt></a> instruction to perform the call. This is |
| 1894 | primarily used to implement exception handling.</p> |
| 1895 | |
Chris Lattner | 27f71f2 | 2003-09-03 00:41:47 +0000 | [diff] [blame] | 1896 | <h5>Semantics:</h5> |
Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1897 | |
| 1898 | <p>The '<tt>unwind</tt>' intrinsic causes execution of the current function to |
| 1899 | immediately halt. The dynamic call stack is then searched for the first <a |
| 1900 | href="#i_invoke"><tt>invoke</tt></a> instruction on the call stack. Once found, |
| 1901 | execution continues at the "exceptional" destination block specified by the |
| 1902 | <tt>invoke</tt> instruction. If there is no <tt>invoke</tt> instruction in the |
| 1903 | dynamic call chain, undefined behavior results.</p> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1904 | </div> |
Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1905 | |
| 1906 | <!-- _______________________________________________________________________ --> |
| 1907 | |
| 1908 | <div class="doc_subsubsection"> <a name="i_unreachable">'<tt>unreachable</tt>' |
| 1909 | Instruction</a> </div> |
| 1910 | |
| 1911 | <div class="doc_text"> |
| 1912 | |
| 1913 | <h5>Syntax:</h5> |
| 1914 | <pre> |
| 1915 | unreachable |
| 1916 | </pre> |
| 1917 | |
| 1918 | <h5>Overview:</h5> |
| 1919 | |
| 1920 | <p>The '<tt>unreachable</tt>' instruction has no defined semantics. This |
| 1921 | instruction is used to inform the optimizer that a particular portion of the |
| 1922 | code is not reachable. This can be used to indicate that the code after a |
| 1923 | no-return function cannot be reached, and other facts.</p> |
| 1924 | |
| 1925 | <h5>Semantics:</h5> |
| 1926 | |
| 1927 | <p>The '<tt>unreachable</tt>' instruction has no defined semantics.</p> |
| 1928 | </div> |
| 1929 | |
| 1930 | |
| 1931 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1932 | <!-- ======================================================================= --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1933 | <div class="doc_subsection"> <a name="binaryops">Binary Operations</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1934 | <div class="doc_text"> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1935 | <p>Binary operators are used to do most of the computation in a |
| 1936 | program. They require two operands, execute an operation on them, and |
John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 1937 | produce a single value. The operands might represent |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 1938 | multiple data, as is the case with the <a href="#t_vector">vector</a> data type. |
Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1939 | The result value of a binary operator is not |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1940 | necessarily the same type as its operands.</p> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1941 | <p>There are several different binary operators:</p> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1942 | </div> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1943 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1944 | <div class="doc_subsubsection"> <a name="i_add">'<tt>add</tt>' |
| 1945 | Instruction</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1946 | <div class="doc_text"> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1947 | <h5>Syntax:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1948 | <pre> <result> = add <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1949 | </pre> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1950 | <h5>Overview:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1951 | <p>The '<tt>add</tt>' instruction returns the sum of its two operands.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1952 | <h5>Arguments:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1953 | <p>The two arguments to the '<tt>add</tt>' instruction must be either <a |
Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1954 | href="#t_integer">integer</a> or <a href="#t_floating">floating point</a> values. |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 1955 | This instruction can also take <a href="#t_vector">vector</a> versions of the values. |
Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1956 | Both arguments must have identical types.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1957 | <h5>Semantics:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1958 | <p>The value produced is the integer or floating point sum of the two |
| 1959 | operands.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1960 | <h5>Example:</h5> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1961 | <pre> <result> = add i32 4, %var <i>; yields {i32}:result = 4 + %var</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1962 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1963 | </div> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1964 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1965 | <div class="doc_subsubsection"> <a name="i_sub">'<tt>sub</tt>' |
| 1966 | Instruction</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1967 | <div class="doc_text"> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1968 | <h5>Syntax:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1969 | <pre> <result> = sub <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1970 | </pre> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1971 | <h5>Overview:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1972 | <p>The '<tt>sub</tt>' instruction returns the difference of its two |
| 1973 | operands.</p> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1974 | <p>Note that the '<tt>sub</tt>' instruction is used to represent the '<tt>neg</tt>' |
| 1975 | instruction present in most other intermediate representations.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1976 | <h5>Arguments:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1977 | <p>The two arguments to the '<tt>sub</tt>' instruction must be either <a |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1978 | href="#t_integer">integer</a> or <a href="#t_floating">floating point</a> |
Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1979 | values. |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 1980 | This instruction can also take <a href="#t_vector">vector</a> versions of the values. |
Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1981 | Both arguments must have identical types.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1982 | <h5>Semantics:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1983 | <p>The value produced is the integer or floating point difference of |
| 1984 | the two operands.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1985 | <h5>Example:</h5> |
Bill Wendling | aac388b | 2007-05-29 09:42:13 +0000 | [diff] [blame] | 1986 | <pre> |
| 1987 | <result> = sub i32 4, %var <i>; yields {i32}:result = 4 - %var</i> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1988 | <result> = sub i32 0, %val <i>; yields {i32}:result = -%var</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1989 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1990 | </div> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1991 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1992 | <div class="doc_subsubsection"> <a name="i_mul">'<tt>mul</tt>' |
| 1993 | Instruction</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1994 | <div class="doc_text"> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1995 | <h5>Syntax:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1996 | <pre> <result> = mul <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1997 | </pre> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1998 | <h5>Overview:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1999 | <p>The '<tt>mul</tt>' instruction returns the product of its two |
| 2000 | operands.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2001 | <h5>Arguments:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2002 | <p>The two arguments to the '<tt>mul</tt>' instruction must be either <a |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2003 | href="#t_integer">integer</a> or <a href="#t_floating">floating point</a> |
Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 2004 | values. |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 2005 | This instruction can also take <a href="#t_vector">vector</a> versions of the values. |
Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 2006 | Both arguments must have identical types.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2007 | <h5>Semantics:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2008 | <p>The value produced is the integer or floating point product of the |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2009 | two operands.</p> |
Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 2010 | <p>Because the operands are the same width, the result of an integer |
| 2011 | multiplication is the same whether the operands should be deemed unsigned or |
| 2012 | signed.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2013 | <h5>Example:</h5> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2014 | <pre> <result> = mul i32 4, %var <i>; yields {i32}:result = 4 * %var</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2015 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2016 | </div> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2017 | <!-- _______________________________________________________________________ --> |
Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 2018 | <div class="doc_subsubsection"> <a name="i_udiv">'<tt>udiv</tt>' Instruction |
| 2019 | </a></div> |
| 2020 | <div class="doc_text"> |
| 2021 | <h5>Syntax:</h5> |
| 2022 | <pre> <result> = udiv <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
| 2023 | </pre> |
| 2024 | <h5>Overview:</h5> |
| 2025 | <p>The '<tt>udiv</tt>' instruction returns the quotient of its two |
| 2026 | operands.</p> |
| 2027 | <h5>Arguments:</h5> |
| 2028 | <p>The two arguments to the '<tt>udiv</tt>' instruction must be |
| 2029 | <a href="#t_integer">integer</a> values. Both arguments must have identical |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 2030 | types. This instruction can also take <a href="#t_vector">vector</a> versions |
Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 2031 | of the values in which case the elements must be integers.</p> |
| 2032 | <h5>Semantics:</h5> |
| 2033 | <p>The value produced is the unsigned integer quotient of the two operands. This |
| 2034 | instruction always performs an unsigned division operation, regardless of |
| 2035 | whether the arguments are unsigned or not.</p> |
| 2036 | <h5>Example:</h5> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2037 | <pre> <result> = udiv i32 4, %var <i>; yields {i32}:result = 4 / %var</i> |
Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 2038 | </pre> |
| 2039 | </div> |
| 2040 | <!-- _______________________________________________________________________ --> |
| 2041 | <div class="doc_subsubsection"> <a name="i_sdiv">'<tt>sdiv</tt>' Instruction |
| 2042 | </a> </div> |
| 2043 | <div class="doc_text"> |
| 2044 | <h5>Syntax:</h5> |
| 2045 | <pre> <result> = sdiv <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
| 2046 | </pre> |
| 2047 | <h5>Overview:</h5> |
| 2048 | <p>The '<tt>sdiv</tt>' instruction returns the quotient of its two |
| 2049 | operands.</p> |
| 2050 | <h5>Arguments:</h5> |
| 2051 | <p>The two arguments to the '<tt>sdiv</tt>' instruction must be |
| 2052 | <a href="#t_integer">integer</a> values. Both arguments must have identical |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 2053 | types. This instruction can also take <a href="#t_vector">vector</a> versions |
Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 2054 | of the values in which case the elements must be integers.</p> |
| 2055 | <h5>Semantics:</h5> |
| 2056 | <p>The value produced is the signed integer quotient of the two operands. This |
| 2057 | instruction always performs a signed division operation, regardless of whether |
| 2058 | the arguments are signed or not.</p> |
| 2059 | <h5>Example:</h5> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2060 | <pre> <result> = sdiv i32 4, %var <i>; yields {i32}:result = 4 / %var</i> |
Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 2061 | </pre> |
| 2062 | </div> |
| 2063 | <!-- _______________________________________________________________________ --> |
| 2064 | <div class="doc_subsubsection"> <a name="i_fdiv">'<tt>fdiv</tt>' |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2065 | Instruction</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2066 | <div class="doc_text"> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2067 | <h5>Syntax:</h5> |
Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 2068 | <pre> <result> = fdiv <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2069 | </pre> |
| 2070 | <h5>Overview:</h5> |
Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 2071 | <p>The '<tt>fdiv</tt>' instruction returns the quotient of its two |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2072 | operands.</p> |
| 2073 | <h5>Arguments:</h5> |
Jeff Cohen | 6f1cc77 | 2007-04-22 01:17:39 +0000 | [diff] [blame] | 2074 | <p>The two arguments to the '<tt>fdiv</tt>' instruction must be |
Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 2075 | <a href="#t_floating">floating point</a> values. Both arguments must have |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 2076 | identical types. This instruction can also take <a href="#t_vector">vector</a> |
Jeff Cohen | 6f1cc77 | 2007-04-22 01:17:39 +0000 | [diff] [blame] | 2077 | versions of floating point values.</p> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2078 | <h5>Semantics:</h5> |
Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 2079 | <p>The value produced is the floating point quotient of the two operands.</p> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2080 | <h5>Example:</h5> |
Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 2081 | <pre> <result> = fdiv float 4.0, %var <i>; yields {float}:result = 4.0 / %var</i> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2082 | </pre> |
| 2083 | </div> |
| 2084 | <!-- _______________________________________________________________________ --> |
Reid Spencer | 0a783f7 | 2006-11-02 01:53:59 +0000 | [diff] [blame] | 2085 | <div class="doc_subsubsection"> <a name="i_urem">'<tt>urem</tt>' Instruction</a> |
| 2086 | </div> |
| 2087 | <div class="doc_text"> |
| 2088 | <h5>Syntax:</h5> |
| 2089 | <pre> <result> = urem <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
| 2090 | </pre> |
| 2091 | <h5>Overview:</h5> |
| 2092 | <p>The '<tt>urem</tt>' instruction returns the remainder from the |
| 2093 | unsigned division of its two arguments.</p> |
| 2094 | <h5>Arguments:</h5> |
| 2095 | <p>The two arguments to the '<tt>urem</tt>' instruction must be |
| 2096 | <a href="#t_integer">integer</a> values. Both arguments must have identical |
| 2097 | types.</p> |
| 2098 | <h5>Semantics:</h5> |
| 2099 | <p>This instruction returns the unsigned integer <i>remainder</i> of a division. |
| 2100 | This instruction always performs an unsigned division to get the remainder, |
| 2101 | regardless of whether the arguments are unsigned or not.</p> |
| 2102 | <h5>Example:</h5> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2103 | <pre> <result> = urem i32 4, %var <i>; yields {i32}:result = 4 % %var</i> |
Reid Spencer | 0a783f7 | 2006-11-02 01:53:59 +0000 | [diff] [blame] | 2104 | </pre> |
| 2105 | |
| 2106 | </div> |
| 2107 | <!-- _______________________________________________________________________ --> |
| 2108 | <div class="doc_subsubsection"> <a name="i_srem">'<tt>srem</tt>' |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2109 | Instruction</a> </div> |
| 2110 | <div class="doc_text"> |
| 2111 | <h5>Syntax:</h5> |
Reid Spencer | 0a783f7 | 2006-11-02 01:53:59 +0000 | [diff] [blame] | 2112 | <pre> <result> = srem <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2113 | </pre> |
| 2114 | <h5>Overview:</h5> |
Reid Spencer | 0a783f7 | 2006-11-02 01:53:59 +0000 | [diff] [blame] | 2115 | <p>The '<tt>srem</tt>' instruction returns the remainder from the |
| 2116 | signed division of its two operands.</p> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2117 | <h5>Arguments:</h5> |
Reid Spencer | 0a783f7 | 2006-11-02 01:53:59 +0000 | [diff] [blame] | 2118 | <p>The two arguments to the '<tt>srem</tt>' instruction must be |
| 2119 | <a href="#t_integer">integer</a> values. Both arguments must have identical |
| 2120 | types.</p> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2121 | <h5>Semantics:</h5> |
Reid Spencer | 0a783f7 | 2006-11-02 01:53:59 +0000 | [diff] [blame] | 2122 | <p>This instruction returns the <i>remainder</i> of a division (where the result |
Reid Spencer | c9fdfc8 | 2007-03-24 22:23:39 +0000 | [diff] [blame] | 2123 | has the same sign as the dividend, <tt>var1</tt>), not the <i>modulo</i> |
| 2124 | operator (where the result has the same sign as the divisor, <tt>var2</tt>) of |
| 2125 | a value. For more information about the difference, see <a |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2126 | href="http://mathforum.org/dr.math/problems/anne.4.28.99.html">The |
Reid Spencer | c9fdfc8 | 2007-03-24 22:23:39 +0000 | [diff] [blame] | 2127 | Math Forum</a>. For a table of how this is implemented in various languages, |
Reid Spencer | 64f5c6c | 2007-03-24 22:40:44 +0000 | [diff] [blame] | 2128 | please see <a href="http://en.wikipedia.org/wiki/Modulo_operation"> |
Reid Spencer | c9fdfc8 | 2007-03-24 22:23:39 +0000 | [diff] [blame] | 2129 | Wikipedia: modulo operation</a>.</p> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2130 | <h5>Example:</h5> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2131 | <pre> <result> = srem i32 4, %var <i>; yields {i32}:result = 4 % %var</i> |
Reid Spencer | 0a783f7 | 2006-11-02 01:53:59 +0000 | [diff] [blame] | 2132 | </pre> |
| 2133 | |
| 2134 | </div> |
| 2135 | <!-- _______________________________________________________________________ --> |
| 2136 | <div class="doc_subsubsection"> <a name="i_frem">'<tt>frem</tt>' |
| 2137 | Instruction</a> </div> |
| 2138 | <div class="doc_text"> |
| 2139 | <h5>Syntax:</h5> |
| 2140 | <pre> <result> = frem <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
| 2141 | </pre> |
| 2142 | <h5>Overview:</h5> |
| 2143 | <p>The '<tt>frem</tt>' instruction returns the remainder from the |
| 2144 | division of its two operands.</p> |
| 2145 | <h5>Arguments:</h5> |
| 2146 | <p>The two arguments to the '<tt>frem</tt>' instruction must be |
| 2147 | <a href="#t_floating">floating point</a> values. Both arguments must have |
| 2148 | identical types.</p> |
| 2149 | <h5>Semantics:</h5> |
| 2150 | <p>This instruction returns the <i>remainder</i> of a division.</p> |
| 2151 | <h5>Example:</h5> |
| 2152 | <pre> <result> = frem float 4.0, %var <i>; yields {float}:result = 4.0 % %var</i> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2153 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2154 | </div> |
Robert Bocchino | 7b81c75 | 2006-02-17 21:18:08 +0000 | [diff] [blame] | 2155 | |
Reid Spencer | 8e11bf8 | 2007-02-02 13:57:07 +0000 | [diff] [blame] | 2156 | <!-- ======================================================================= --> |
| 2157 | <div class="doc_subsection"> <a name="bitwiseops">Bitwise Binary |
| 2158 | Operations</a> </div> |
| 2159 | <div class="doc_text"> |
| 2160 | <p>Bitwise binary operators are used to do various forms of |
| 2161 | bit-twiddling in a program. They are generally very efficient |
| 2162 | instructions and can commonly be strength reduced from other |
| 2163 | instructions. They require two operands, execute an operation on them, |
| 2164 | and produce a single value. The resulting value of the bitwise binary |
| 2165 | operators is always the same type as its first operand.</p> |
| 2166 | </div> |
| 2167 | |
Reid Spencer | 569f2fa | 2007-01-31 21:39:12 +0000 | [diff] [blame] | 2168 | <!-- _______________________________________________________________________ --> |
| 2169 | <div class="doc_subsubsection"> <a name="i_shl">'<tt>shl</tt>' |
| 2170 | Instruction</a> </div> |
| 2171 | <div class="doc_text"> |
| 2172 | <h5>Syntax:</h5> |
| 2173 | <pre> <result> = shl <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
| 2174 | </pre> |
| 2175 | <h5>Overview:</h5> |
| 2176 | <p>The '<tt>shl</tt>' instruction returns the first operand shifted to |
| 2177 | the left a specified number of bits.</p> |
| 2178 | <h5>Arguments:</h5> |
| 2179 | <p>Both arguments to the '<tt>shl</tt>' instruction must be the same <a |
| 2180 | href="#t_integer">integer</a> type.</p> |
| 2181 | <h5>Semantics:</h5> |
| 2182 | <p>The value produced is <tt>var1</tt> * 2<sup><tt>var2</tt></sup>.</p> |
| 2183 | <h5>Example:</h5><pre> |
| 2184 | <result> = shl i32 4, %var <i>; yields {i32}: 4 << %var</i> |
| 2185 | <result> = shl i32 4, 2 <i>; yields {i32}: 16</i> |
| 2186 | <result> = shl i32 1, 10 <i>; yields {i32}: 1024</i> |
| 2187 | </pre> |
| 2188 | </div> |
| 2189 | <!-- _______________________________________________________________________ --> |
| 2190 | <div class="doc_subsubsection"> <a name="i_lshr">'<tt>lshr</tt>' |
| 2191 | Instruction</a> </div> |
| 2192 | <div class="doc_text"> |
| 2193 | <h5>Syntax:</h5> |
| 2194 | <pre> <result> = lshr <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
| 2195 | </pre> |
| 2196 | |
| 2197 | <h5>Overview:</h5> |
| 2198 | <p>The '<tt>lshr</tt>' instruction (logical shift right) returns the first |
Jeff Cohen | 6f1cc77 | 2007-04-22 01:17:39 +0000 | [diff] [blame] | 2199 | operand shifted to the right a specified number of bits with zero fill.</p> |
Reid Spencer | 569f2fa | 2007-01-31 21:39:12 +0000 | [diff] [blame] | 2200 | |
| 2201 | <h5>Arguments:</h5> |
| 2202 | <p>Both arguments to the '<tt>lshr</tt>' instruction must be the same |
| 2203 | <a href="#t_integer">integer</a> type.</p> |
| 2204 | |
| 2205 | <h5>Semantics:</h5> |
| 2206 | <p>This instruction always performs a logical shift right operation. The most |
| 2207 | significant bits of the result will be filled with zero bits after the |
| 2208 | shift.</p> |
| 2209 | |
| 2210 | <h5>Example:</h5> |
| 2211 | <pre> |
| 2212 | <result> = lshr i32 4, 1 <i>; yields {i32}:result = 2</i> |
| 2213 | <result> = lshr i32 4, 2 <i>; yields {i32}:result = 1</i> |
| 2214 | <result> = lshr i8 4, 3 <i>; yields {i8}:result = 0</i> |
| 2215 | <result> = lshr i8 -2, 1 <i>; yields {i8}:result = 0x7FFFFFFF </i> |
| 2216 | </pre> |
| 2217 | </div> |
| 2218 | |
Reid Spencer | 8e11bf8 | 2007-02-02 13:57:07 +0000 | [diff] [blame] | 2219 | <!-- _______________________________________________________________________ --> |
Reid Spencer | 569f2fa | 2007-01-31 21:39:12 +0000 | [diff] [blame] | 2220 | <div class="doc_subsubsection"> <a name="i_ashr">'<tt>ashr</tt>' |
| 2221 | Instruction</a> </div> |
| 2222 | <div class="doc_text"> |
| 2223 | |
| 2224 | <h5>Syntax:</h5> |
| 2225 | <pre> <result> = ashr <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
| 2226 | </pre> |
| 2227 | |
| 2228 | <h5>Overview:</h5> |
| 2229 | <p>The '<tt>ashr</tt>' instruction (arithmetic shift right) returns the first |
Jeff Cohen | 6f1cc77 | 2007-04-22 01:17:39 +0000 | [diff] [blame] | 2230 | operand shifted to the right a specified number of bits with sign extension.</p> |
Reid Spencer | 569f2fa | 2007-01-31 21:39:12 +0000 | [diff] [blame] | 2231 | |
| 2232 | <h5>Arguments:</h5> |
| 2233 | <p>Both arguments to the '<tt>ashr</tt>' instruction must be the same |
| 2234 | <a href="#t_integer">integer</a> type.</p> |
| 2235 | |
| 2236 | <h5>Semantics:</h5> |
| 2237 | <p>This instruction always performs an arithmetic shift right operation, |
| 2238 | The most significant bits of the result will be filled with the sign bit |
| 2239 | of <tt>var1</tt>.</p> |
| 2240 | |
| 2241 | <h5>Example:</h5> |
| 2242 | <pre> |
| 2243 | <result> = ashr i32 4, 1 <i>; yields {i32}:result = 2</i> |
| 2244 | <result> = ashr i32 4, 2 <i>; yields {i32}:result = 1</i> |
| 2245 | <result> = ashr i8 4, 3 <i>; yields {i8}:result = 0</i> |
| 2246 | <result> = ashr i8 -2, 1 <i>; yields {i8}:result = -1</i> |
| 2247 | </pre> |
| 2248 | </div> |
| 2249 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2250 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2251 | <div class="doc_subsubsection"> <a name="i_and">'<tt>and</tt>' |
| 2252 | Instruction</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2253 | <div class="doc_text"> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2254 | <h5>Syntax:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2255 | <pre> <result> = and <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2256 | </pre> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2257 | <h5>Overview:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2258 | <p>The '<tt>and</tt>' instruction returns the bitwise logical and of |
| 2259 | its two operands.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2260 | <h5>Arguments:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2261 | <p>The two arguments to the '<tt>and</tt>' instruction must be <a |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 2262 | href="#t_integer">integer</a> values. Both arguments must have |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2263 | identical types.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2264 | <h5>Semantics:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2265 | <p>The truth table used for the '<tt>and</tt>' instruction is:</p> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2266 | <p> </p> |
Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 2267 | <div style="align: center"> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2268 | <table border="1" cellspacing="0" cellpadding="4"> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2269 | <tbody> |
| 2270 | <tr> |
| 2271 | <td>In0</td> |
| 2272 | <td>In1</td> |
| 2273 | <td>Out</td> |
| 2274 | </tr> |
| 2275 | <tr> |
| 2276 | <td>0</td> |
| 2277 | <td>0</td> |
| 2278 | <td>0</td> |
| 2279 | </tr> |
| 2280 | <tr> |
| 2281 | <td>0</td> |
| 2282 | <td>1</td> |
| 2283 | <td>0</td> |
| 2284 | </tr> |
| 2285 | <tr> |
| 2286 | <td>1</td> |
| 2287 | <td>0</td> |
| 2288 | <td>0</td> |
| 2289 | </tr> |
| 2290 | <tr> |
| 2291 | <td>1</td> |
| 2292 | <td>1</td> |
| 2293 | <td>1</td> |
| 2294 | </tr> |
| 2295 | </tbody> |
| 2296 | </table> |
Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 2297 | </div> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2298 | <h5>Example:</h5> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2299 | <pre> <result> = and i32 4, %var <i>; yields {i32}:result = 4 & %var</i> |
| 2300 | <result> = and i32 15, 40 <i>; yields {i32}:result = 8</i> |
| 2301 | <result> = and i32 4, 8 <i>; yields {i32}:result = 0</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2302 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2303 | </div> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2304 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2305 | <div class="doc_subsubsection"> <a name="i_or">'<tt>or</tt>' Instruction</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2306 | <div class="doc_text"> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2307 | <h5>Syntax:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2308 | <pre> <result> = or <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2309 | </pre> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2310 | <h5>Overview:</h5> |
| 2311 | <p>The '<tt>or</tt>' instruction returns the bitwise logical inclusive |
| 2312 | or of its two operands.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2313 | <h5>Arguments:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2314 | <p>The two arguments to the '<tt>or</tt>' instruction must be <a |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 2315 | href="#t_integer">integer</a> values. Both arguments must have |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2316 | identical types.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2317 | <h5>Semantics:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2318 | <p>The truth table used for the '<tt>or</tt>' instruction is:</p> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2319 | <p> </p> |
Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 2320 | <div style="align: center"> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2321 | <table border="1" cellspacing="0" cellpadding="4"> |
| 2322 | <tbody> |
| 2323 | <tr> |
| 2324 | <td>In0</td> |
| 2325 | <td>In1</td> |
| 2326 | <td>Out</td> |
| 2327 | </tr> |
| 2328 | <tr> |
| 2329 | <td>0</td> |
| 2330 | <td>0</td> |
| 2331 | <td>0</td> |
| 2332 | </tr> |
| 2333 | <tr> |
| 2334 | <td>0</td> |
| 2335 | <td>1</td> |
| 2336 | <td>1</td> |
| 2337 | </tr> |
| 2338 | <tr> |
| 2339 | <td>1</td> |
| 2340 | <td>0</td> |
| 2341 | <td>1</td> |
| 2342 | </tr> |
| 2343 | <tr> |
| 2344 | <td>1</td> |
| 2345 | <td>1</td> |
| 2346 | <td>1</td> |
| 2347 | </tr> |
| 2348 | </tbody> |
| 2349 | </table> |
Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 2350 | </div> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2351 | <h5>Example:</h5> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2352 | <pre> <result> = or i32 4, %var <i>; yields {i32}:result = 4 | %var</i> |
| 2353 | <result> = or i32 15, 40 <i>; yields {i32}:result = 47</i> |
| 2354 | <result> = or i32 4, 8 <i>; yields {i32}:result = 12</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2355 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2356 | </div> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2357 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2358 | <div class="doc_subsubsection"> <a name="i_xor">'<tt>xor</tt>' |
| 2359 | Instruction</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2360 | <div class="doc_text"> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2361 | <h5>Syntax:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2362 | <pre> <result> = xor <ty> <var1>, <var2> <i>; yields {ty}:result</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2363 | </pre> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2364 | <h5>Overview:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2365 | <p>The '<tt>xor</tt>' instruction returns the bitwise logical exclusive |
| 2366 | or of its two operands. The <tt>xor</tt> is used to implement the |
| 2367 | "one's complement" operation, which is the "~" operator in C.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2368 | <h5>Arguments:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2369 | <p>The two arguments to the '<tt>xor</tt>' instruction must be <a |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 2370 | href="#t_integer">integer</a> values. Both arguments must have |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2371 | identical types.</p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2372 | <h5>Semantics:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2373 | <p>The truth table used for the '<tt>xor</tt>' instruction is:</p> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2374 | <p> </p> |
Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 2375 | <div style="align: center"> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2376 | <table border="1" cellspacing="0" cellpadding="4"> |
| 2377 | <tbody> |
| 2378 | <tr> |
| 2379 | <td>In0</td> |
| 2380 | <td>In1</td> |
| 2381 | <td>Out</td> |
| 2382 | </tr> |
| 2383 | <tr> |
| 2384 | <td>0</td> |
| 2385 | <td>0</td> |
| 2386 | <td>0</td> |
| 2387 | </tr> |
| 2388 | <tr> |
| 2389 | <td>0</td> |
| 2390 | <td>1</td> |
| 2391 | <td>1</td> |
| 2392 | </tr> |
| 2393 | <tr> |
| 2394 | <td>1</td> |
| 2395 | <td>0</td> |
| 2396 | <td>1</td> |
| 2397 | </tr> |
| 2398 | <tr> |
| 2399 | <td>1</td> |
| 2400 | <td>1</td> |
| 2401 | <td>0</td> |
| 2402 | </tr> |
| 2403 | </tbody> |
| 2404 | </table> |
Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 2405 | </div> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2406 | <p> </p> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2407 | <h5>Example:</h5> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2408 | <pre> <result> = xor i32 4, %var <i>; yields {i32}:result = 4 ^ %var</i> |
| 2409 | <result> = xor i32 15, 40 <i>; yields {i32}:result = 39</i> |
| 2410 | <result> = xor i32 4, 8 <i>; yields {i32}:result = 12</i> |
| 2411 | <result> = xor i32 %V, -1 <i>; yields {i32}:result = ~%V</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2412 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2413 | </div> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2414 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2415 | <!-- ======================================================================= --> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2416 | <div class="doc_subsection"> |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2417 | <a name="vectorops">Vector Operations</a> |
| 2418 | </div> |
| 2419 | |
| 2420 | <div class="doc_text"> |
| 2421 | |
| 2422 | <p>LLVM supports several instructions to represent vector operations in a |
Jeff Cohen | 6f1cc77 | 2007-04-22 01:17:39 +0000 | [diff] [blame] | 2423 | target-independent manner. These instructions cover the element-access and |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2424 | vector-specific operations needed to process vectors effectively. While LLVM |
| 2425 | does directly support these vector operations, many sophisticated algorithms |
| 2426 | will want to use target-specific intrinsics to take full advantage of a specific |
| 2427 | target.</p> |
| 2428 | |
| 2429 | </div> |
| 2430 | |
| 2431 | <!-- _______________________________________________________________________ --> |
| 2432 | <div class="doc_subsubsection"> |
| 2433 | <a name="i_extractelement">'<tt>extractelement</tt>' Instruction</a> |
| 2434 | </div> |
| 2435 | |
| 2436 | <div class="doc_text"> |
| 2437 | |
| 2438 | <h5>Syntax:</h5> |
| 2439 | |
| 2440 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2441 | <result> = extractelement <n x <ty>> <val>, i32 <idx> <i>; yields <ty></i> |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2442 | </pre> |
| 2443 | |
| 2444 | <h5>Overview:</h5> |
| 2445 | |
| 2446 | <p> |
| 2447 | The '<tt>extractelement</tt>' instruction extracts a single scalar |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 2448 | element from a vector at a specified index. |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2449 | </p> |
| 2450 | |
| 2451 | |
| 2452 | <h5>Arguments:</h5> |
| 2453 | |
| 2454 | <p> |
| 2455 | The first operand of an '<tt>extractelement</tt>' instruction is a |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 2456 | value of <a href="#t_vector">vector</a> type. The second operand is |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2457 | an index indicating the position from which to extract the element. |
| 2458 | The index may be a variable.</p> |
| 2459 | |
| 2460 | <h5>Semantics:</h5> |
| 2461 | |
| 2462 | <p> |
| 2463 | The result is a scalar of the same type as the element type of |
| 2464 | <tt>val</tt>. Its value is the value at position <tt>idx</tt> of |
| 2465 | <tt>val</tt>. If <tt>idx</tt> exceeds the length of <tt>val</tt>, the |
| 2466 | results are undefined. |
| 2467 | </p> |
| 2468 | |
| 2469 | <h5>Example:</h5> |
| 2470 | |
| 2471 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2472 | %result = extractelement <4 x i32> %vec, i32 0 <i>; yields i32</i> |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2473 | </pre> |
| 2474 | </div> |
| 2475 | |
| 2476 | |
| 2477 | <!-- _______________________________________________________________________ --> |
| 2478 | <div class="doc_subsubsection"> |
| 2479 | <a name="i_insertelement">'<tt>insertelement</tt>' Instruction</a> |
| 2480 | </div> |
| 2481 | |
| 2482 | <div class="doc_text"> |
| 2483 | |
| 2484 | <h5>Syntax:</h5> |
| 2485 | |
| 2486 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2487 | <result> = insertelement <n x <ty>> <val>, <ty> <elt>, i32 <idx> <i>; yields <n x <ty>></i> |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2488 | </pre> |
| 2489 | |
| 2490 | <h5>Overview:</h5> |
| 2491 | |
| 2492 | <p> |
| 2493 | The '<tt>insertelement</tt>' instruction inserts a scalar |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 2494 | element into a vector at a specified index. |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2495 | </p> |
| 2496 | |
| 2497 | |
| 2498 | <h5>Arguments:</h5> |
| 2499 | |
| 2500 | <p> |
| 2501 | The first operand of an '<tt>insertelement</tt>' instruction is a |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 2502 | value of <a href="#t_vector">vector</a> type. The second operand is a |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2503 | scalar value whose type must equal the element type of the first |
| 2504 | operand. The third operand is an index indicating the position at |
| 2505 | which to insert the value. The index may be a variable.</p> |
| 2506 | |
| 2507 | <h5>Semantics:</h5> |
| 2508 | |
| 2509 | <p> |
Reid Spencer | 485bad1 | 2007-02-15 03:07:05 +0000 | [diff] [blame] | 2510 | The result is a vector of the same type as <tt>val</tt>. Its |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2511 | element values are those of <tt>val</tt> except at position |
| 2512 | <tt>idx</tt>, where it gets the value <tt>elt</tt>. If <tt>idx</tt> |
| 2513 | exceeds the length of <tt>val</tt>, the results are undefined. |
| 2514 | </p> |
| 2515 | |
| 2516 | <h5>Example:</h5> |
| 2517 | |
| 2518 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2519 | %result = insertelement <4 x i32> %vec, i32 1, i32 0 <i>; yields <4 x i32></i> |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2520 | </pre> |
| 2521 | </div> |
| 2522 | |
| 2523 | <!-- _______________________________________________________________________ --> |
| 2524 | <div class="doc_subsubsection"> |
| 2525 | <a name="i_shufflevector">'<tt>shufflevector</tt>' Instruction</a> |
| 2526 | </div> |
| 2527 | |
| 2528 | <div class="doc_text"> |
| 2529 | |
| 2530 | <h5>Syntax:</h5> |
| 2531 | |
| 2532 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2533 | <result> = shufflevector <n x <ty>> <v1>, <n x <ty>> <v2>, <n x i32> <mask> <i>; yields <n x <ty>></i> |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2534 | </pre> |
| 2535 | |
| 2536 | <h5>Overview:</h5> |
| 2537 | |
| 2538 | <p> |
| 2539 | The '<tt>shufflevector</tt>' instruction constructs a permutation of elements |
| 2540 | from two input vectors, returning a vector of the same type. |
| 2541 | </p> |
| 2542 | |
| 2543 | <h5>Arguments:</h5> |
| 2544 | |
| 2545 | <p> |
| 2546 | The first two operands of a '<tt>shufflevector</tt>' instruction are vectors |
| 2547 | with types that match each other and types that match the result of the |
| 2548 | instruction. The third argument is a shuffle mask, which has the same number |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2549 | of elements as the other vector type, but whose element type is always 'i32'. |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2550 | </p> |
| 2551 | |
| 2552 | <p> |
| 2553 | The shuffle mask operand is required to be a constant vector with either |
| 2554 | constant integer or undef values. |
| 2555 | </p> |
| 2556 | |
| 2557 | <h5>Semantics:</h5> |
| 2558 | |
| 2559 | <p> |
| 2560 | The elements of the two input vectors are numbered from left to right across |
| 2561 | both of the vectors. The shuffle mask operand specifies, for each element of |
| 2562 | the result vector, which element of the two input registers the result element |
| 2563 | gets. The element selector may be undef (meaning "don't care") and the second |
| 2564 | operand may be undef if performing a shuffle from only one vector. |
| 2565 | </p> |
| 2566 | |
| 2567 | <h5>Example:</h5> |
| 2568 | |
| 2569 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2570 | %result = shufflevector <4 x i32> %v1, <4 x i32> %v2, |
Jeff Cohen | 6f1cc77 | 2007-04-22 01:17:39 +0000 | [diff] [blame] | 2571 | <4 x i32> <i32 0, i32 4, i32 1, i32 5> <i>; yields <4 x i32></i> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2572 | %result = shufflevector <4 x i32> %v1, <4 x i32> undef, |
| 2573 | <4 x i32> <i32 0, i32 1, i32 2, i32 3> <i>; yields <4 x i32></i> - Identity shuffle. |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2574 | </pre> |
| 2575 | </div> |
| 2576 | |
Tanya Lattner | 0947429 | 2006-04-14 19:24:33 +0000 | [diff] [blame] | 2577 | |
Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2578 | <!-- ======================================================================= --> |
| 2579 | <div class="doc_subsection"> |
Chris Lattner | 884a970 | 2006-08-15 00:45:58 +0000 | [diff] [blame] | 2580 | <a name="memoryops">Memory Access and Addressing Operations</a> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2581 | </div> |
| 2582 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2583 | <div class="doc_text"> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2584 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2585 | <p>A key design point of an SSA-based representation is how it |
| 2586 | represents memory. In LLVM, no memory locations are in SSA form, which |
| 2587 | makes things very simple. This section describes how to read, write, |
John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 2588 | allocate, and free memory in LLVM.</p> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2589 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2590 | </div> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2591 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2592 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2593 | <div class="doc_subsubsection"> |
| 2594 | <a name="i_malloc">'<tt>malloc</tt>' Instruction</a> |
| 2595 | </div> |
| 2596 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2597 | <div class="doc_text"> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2598 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2599 | <h5>Syntax:</h5> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2600 | |
| 2601 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2602 | <result> = malloc <type>[, i32 <NumElements>][, align <alignment>] <i>; yields {type*}:result</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2603 | </pre> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2604 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2605 | <h5>Overview:</h5> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2606 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2607 | <p>The '<tt>malloc</tt>' instruction allocates memory from the system |
| 2608 | heap and returns a pointer to it.</p> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2609 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2610 | <h5>Arguments:</h5> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2611 | |
| 2612 | <p>The '<tt>malloc</tt>' instruction allocates |
| 2613 | <tt>sizeof(<type>)*NumElements</tt> |
John Criswell | 6e4ca61 | 2004-02-24 16:13:56 +0000 | [diff] [blame] | 2614 | bytes of memory from the operating system and returns a pointer of the |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2615 | appropriate type to the program. If "NumElements" is specified, it is the |
| 2616 | number of elements allocated. If an alignment is specified, the value result |
| 2617 | of the allocation is guaranteed to be aligned to at least that boundary. If |
| 2618 | not specified, or if zero, the target can choose to align the allocation on any |
| 2619 | convenient boundary.</p> |
| 2620 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2621 | <p>'<tt>type</tt>' must be a sized type.</p> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2622 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2623 | <h5>Semantics:</h5> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2624 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2625 | <p>Memory is allocated using the system "<tt>malloc</tt>" function, and |
| 2626 | a pointer is returned.</p> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2627 | |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2628 | <h5>Example:</h5> |
| 2629 | |
| 2630 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2631 | %array = malloc [4 x i8 ] <i>; yields {[%4 x i8]*}:array</i> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2632 | |
Bill Wendling | aac388b | 2007-05-29 09:42:13 +0000 | [diff] [blame] | 2633 | %size = <a href="#i_add">add</a> i32 2, 2 <i>; yields {i32}:size = i32 4</i> |
| 2634 | %array1 = malloc i8, i32 4 <i>; yields {i8*}:array1</i> |
| 2635 | %array2 = malloc [12 x i8], i32 %size <i>; yields {[12 x i8]*}:array2</i> |
| 2636 | %array3 = malloc i32, i32 4, align 1024 <i>; yields {i32*}:array3</i> |
| 2637 | %array4 = malloc i32, align 1024 <i>; yields {i32*}:array4</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2638 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2639 | </div> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2640 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2641 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2642 | <div class="doc_subsubsection"> |
| 2643 | <a name="i_free">'<tt>free</tt>' Instruction</a> |
| 2644 | </div> |
| 2645 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2646 | <div class="doc_text"> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2647 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2648 | <h5>Syntax:</h5> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2649 | |
| 2650 | <pre> |
| 2651 | free <type> <value> <i>; yields {void}</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2652 | </pre> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2653 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2654 | <h5>Overview:</h5> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2655 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2656 | <p>The '<tt>free</tt>' instruction returns memory back to the unused |
John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 2657 | memory heap to be reallocated in the future.</p> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2658 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2659 | <h5>Arguments:</h5> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2660 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2661 | <p>'<tt>value</tt>' shall be a pointer value that points to a value |
| 2662 | that was allocated with the '<tt><a href="#i_malloc">malloc</a></tt>' |
| 2663 | instruction.</p> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2664 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2665 | <h5>Semantics:</h5> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2666 | |
John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 2667 | <p>Access to the memory pointed to by the pointer is no longer defined |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2668 | after this instruction executes.</p> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2669 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2670 | <h5>Example:</h5> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2671 | |
| 2672 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2673 | %array = <a href="#i_malloc">malloc</a> [4 x i8] <i>; yields {[4 x i8]*}:array</i> |
| 2674 | free [4 x i8]* %array |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2675 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2676 | </div> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2677 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2678 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2679 | <div class="doc_subsubsection"> |
| 2680 | <a name="i_alloca">'<tt>alloca</tt>' Instruction</a> |
| 2681 | </div> |
| 2682 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2683 | <div class="doc_text"> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2684 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2685 | <h5>Syntax:</h5> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2686 | |
| 2687 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2688 | <result> = alloca <type>[, i32 <NumElements>][, align <alignment>] <i>; yields {type*}:result</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2689 | </pre> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2690 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2691 | <h5>Overview:</h5> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2692 | |
Jeff Cohen | 6f1cc77 | 2007-04-22 01:17:39 +0000 | [diff] [blame] | 2693 | <p>The '<tt>alloca</tt>' instruction allocates memory on the stack frame of the |
| 2694 | currently executing function, to be automatically released when this function |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2695 | returns to its caller.</p> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2696 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2697 | <h5>Arguments:</h5> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2698 | |
John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 2699 | <p>The '<tt>alloca</tt>' instruction allocates <tt>sizeof(<type>)*NumElements</tt> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2700 | bytes of memory on the runtime stack, returning a pointer of the |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2701 | appropriate type to the program. If "NumElements" is specified, it is the |
| 2702 | number of elements allocated. If an alignment is specified, the value result |
| 2703 | of the allocation is guaranteed to be aligned to at least that boundary. If |
| 2704 | not specified, or if zero, the target can choose to align the allocation on any |
| 2705 | convenient boundary.</p> |
| 2706 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2707 | <p>'<tt>type</tt>' may be any sized type.</p> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2708 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2709 | <h5>Semantics:</h5> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2710 | |
John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 2711 | <p>Memory is allocated; a pointer is returned. '<tt>alloca</tt>'d |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2712 | memory is automatically released when the function returns. The '<tt>alloca</tt>' |
| 2713 | instruction is commonly used to represent automatic variables that must |
| 2714 | have an address available. When the function returns (either with the <tt><a |
John Criswell | dae2e93 | 2005-05-12 16:55:34 +0000 | [diff] [blame] | 2715 | href="#i_ret">ret</a></tt> or <tt><a href="#i_unwind">unwind</a></tt> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2716 | instructions), the memory is reclaimed.</p> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2717 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2718 | <h5>Example:</h5> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2719 | |
| 2720 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2721 | %ptr = alloca i32 <i>; yields {i32*}:ptr</i> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 2722 | %ptr = alloca i32, i32 4 <i>; yields {i32*}:ptr</i> |
| 2723 | %ptr = alloca i32, i32 4, align 1024 <i>; yields {i32*}:ptr</i> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2724 | %ptr = alloca i32, align 1024 <i>; yields {i32*}:ptr</i> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2725 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2726 | </div> |
Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2727 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2728 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2729 | <div class="doc_subsubsection"> <a name="i_load">'<tt>load</tt>' |
| 2730 | Instruction</a> </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2731 | <div class="doc_text"> |
Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2732 | <h5>Syntax:</h5> |
Christopher Lamb | 2330e4d | 2007-04-21 08:16:25 +0000 | [diff] [blame] | 2733 | <pre> <result> = load <ty>* <pointer>[, align <alignment>]<br> <result> = volatile load <ty>* <pointer>[, align <alignment>]<br></pre> |
Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2734 | <h5>Overview:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2735 | <p>The '<tt>load</tt>' instruction is used to read from memory.</p> |
Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2736 | <h5>Arguments:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2737 | <p>The argument to the '<tt>load</tt>' instruction specifies the memory |
John Criswell | 0ec250c | 2005-10-24 16:17:18 +0000 | [diff] [blame] | 2738 | address from which to load. The pointer must point to a <a |
Chris Lattner | e53e508 | 2004-06-03 22:57:15 +0000 | [diff] [blame] | 2739 | href="#t_firstclass">first class</a> type. If the <tt>load</tt> is |
John Criswell | 0ec250c | 2005-10-24 16:17:18 +0000 | [diff] [blame] | 2740 | marked as <tt>volatile</tt>, then the optimizer is not allowed to modify |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2741 | the number or order of execution of this <tt>load</tt> with other |
| 2742 | volatile <tt>load</tt> and <tt><a href="#i_store">store</a></tt> |
| 2743 | instructions. </p> |
Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2744 | <h5>Semantics:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2745 | <p>The location of memory pointed to is loaded.</p> |
Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2746 | <h5>Examples:</h5> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2747 | <pre> %ptr = <a href="#i_alloca">alloca</a> i32 <i>; yields {i32*}:ptr</i> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2748 | <a |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2749 | href="#i_store">store</a> i32 3, i32* %ptr <i>; yields {void}</i> |
| 2750 | %val = load i32* %ptr <i>; yields {i32}:val = i32 3</i> |
Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2751 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2752 | </div> |
Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2753 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2754 | <div class="doc_subsubsection"> <a name="i_store">'<tt>store</tt>' |
| 2755 | Instruction</a> </div> |
Reid Spencer | 035ab57 | 2006-11-09 21:18:01 +0000 | [diff] [blame] | 2756 | <div class="doc_text"> |
Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2757 | <h5>Syntax:</h5> |
Christopher Lamb | 2330e4d | 2007-04-21 08:16:25 +0000 | [diff] [blame] | 2758 | <pre> store <ty> <value>, <ty>* <pointer>[, align <alignment>] <i>; yields {void}</i> |
| 2759 | volatile store <ty> <value>, <ty>* <pointer>[, align <alignment>] <i>; yields {void}</i> |
Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2760 | </pre> |
Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2761 | <h5>Overview:</h5> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2762 | <p>The '<tt>store</tt>' instruction is used to write to memory.</p> |
Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2763 | <h5>Arguments:</h5> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2764 | <p>There are two arguments to the '<tt>store</tt>' instruction: a value |
Jeff Cohen | 6f1cc77 | 2007-04-22 01:17:39 +0000 | [diff] [blame] | 2765 | to store and an address at which to store it. The type of the '<tt><pointer></tt>' |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2766 | operand must be a pointer to the type of the '<tt><value></tt>' |
John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 2767 | operand. If the <tt>store</tt> is marked as <tt>volatile</tt>, then the |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2768 | optimizer is not allowed to modify the number or order of execution of |
| 2769 | this <tt>store</tt> with other volatile <tt>load</tt> and <tt><a |
| 2770 | href="#i_store">store</a></tt> instructions.</p> |
| 2771 | <h5>Semantics:</h5> |
| 2772 | <p>The contents of memory are updated to contain '<tt><value></tt>' |
| 2773 | at the location specified by the '<tt><pointer></tt>' operand.</p> |
Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2774 | <h5>Example:</h5> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2775 | <pre> %ptr = <a href="#i_alloca">alloca</a> i32 <i>; yields {i32*}:ptr</i> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2776 | <a |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2777 | href="#i_store">store</a> i32 3, i32* %ptr <i>; yields {void}</i> |
| 2778 | %val = load i32* %ptr <i>; yields {i32}:val = i32 3</i> |
Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2779 | </pre> |
Reid Spencer | 47ce179 | 2006-11-09 21:15:49 +0000 | [diff] [blame] | 2780 | </div> |
| 2781 | |
Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2782 | <!-- _______________________________________________________________________ --> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2783 | <div class="doc_subsubsection"> |
| 2784 | <a name="i_getelementptr">'<tt>getelementptr</tt>' Instruction</a> |
| 2785 | </div> |
| 2786 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2787 | <div class="doc_text"> |
Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 2788 | <h5>Syntax:</h5> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2789 | <pre> |
| 2790 | <result> = getelementptr <ty>* <ptrval>{, <ty> <idx>}* |
| 2791 | </pre> |
| 2792 | |
Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 2793 | <h5>Overview:</h5> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2794 | |
| 2795 | <p> |
| 2796 | The '<tt>getelementptr</tt>' instruction is used to get the address of a |
| 2797 | subelement of an aggregate data structure.</p> |
| 2798 | |
Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 2799 | <h5>Arguments:</h5> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2800 | |
Reid Spencer | 85f5b5b | 2006-12-04 21:29:24 +0000 | [diff] [blame] | 2801 | <p>This instruction takes a list of integer operands that indicate what |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2802 | elements of the aggregate object to index to. The actual types of the arguments |
| 2803 | provided depend on the type of the first pointer argument. The |
| 2804 | '<tt>getelementptr</tt>' instruction is used to index down through the type |
John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 2805 | levels of a structure or to a specific index in an array. When indexing into a |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2806 | structure, only <tt>i32</tt> integer constants are allowed. When indexing |
Reid Spencer | 85f5b5b | 2006-12-04 21:29:24 +0000 | [diff] [blame] | 2807 | into an array or pointer, only integers of 32 or 64 bits are allowed, and will |
| 2808 | be sign extended to 64-bit values.</p> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2809 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2810 | <p>For example, let's consider a C code fragment and how it gets |
| 2811 | compiled to LLVM:</p> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2812 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 2813 | <div class="doc_code"> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2814 | <pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 2815 | struct RT { |
| 2816 | char A; |
Chris Lattner | cabc846 | 2007-05-29 15:43:56 +0000 | [diff] [blame] | 2817 | int B[10][20]; |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 2818 | char C; |
| 2819 | }; |
| 2820 | struct ST { |
Chris Lattner | cabc846 | 2007-05-29 15:43:56 +0000 | [diff] [blame] | 2821 | int X; |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 2822 | double Y; |
| 2823 | struct RT Z; |
| 2824 | }; |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2825 | |
Chris Lattner | cabc846 | 2007-05-29 15:43:56 +0000 | [diff] [blame] | 2826 | int *foo(struct ST *s) { |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 2827 | return &s[1].Z.B[5][13]; |
| 2828 | } |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2829 | </pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 2830 | </div> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2831 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2832 | <p>The LLVM code generated by the GCC frontend is:</p> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2833 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 2834 | <div class="doc_code"> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2835 | <pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 2836 | %RT = type { i8 , [10 x [20 x i32]], i8 } |
| 2837 | %ST = type { i32, double, %RT } |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2838 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 2839 | define i32* %foo(%ST* %s) { |
| 2840 | entry: |
| 2841 | %reg = getelementptr %ST* %s, i32 1, i32 2, i32 1, i32 5, i32 13 |
| 2842 | ret i32* %reg |
| 2843 | } |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2844 | </pre> |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 2845 | </div> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2846 | |
Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 2847 | <h5>Semantics:</h5> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2848 | |
| 2849 | <p>The index types specified for the '<tt>getelementptr</tt>' instruction depend |
John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 2850 | on the pointer type that is being indexed into. <a href="#t_pointer">Pointer</a> |
Reid Spencer | 85f5b5b | 2006-12-04 21:29:24 +0000 | [diff] [blame] | 2851 | and <a href="#t_array">array</a> types can use a 32-bit or 64-bit |
Reid Spencer | 42ddd84 | 2006-12-03 16:53:48 +0000 | [diff] [blame] | 2852 | <a href="#t_integer">integer</a> type but the value will always be sign extended |
Jeff Cohen | 6f1cc77 | 2007-04-22 01:17:39 +0000 | [diff] [blame] | 2853 | to 64-bits. <a href="#t_struct">Structure</a> types require <tt>i32</tt> |
Reid Spencer | 42ddd84 | 2006-12-03 16:53:48 +0000 | [diff] [blame] | 2854 | <b>constants</b>.</p> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2855 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2856 | <p>In the example above, the first index is indexing into the '<tt>%ST*</tt>' |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2857 | type, which is a pointer, yielding a '<tt>%ST</tt>' = '<tt>{ i32, double, %RT |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2858 | }</tt>' type, a structure. The second index indexes into the third element of |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2859 | the structure, yielding a '<tt>%RT</tt>' = '<tt>{ i8 , [10 x [20 x i32]], |
| 2860 | i8 }</tt>' type, another structure. The third index indexes into the second |
| 2861 | element of the structure, yielding a '<tt>[10 x [20 x i32]]</tt>' type, an |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2862 | array. The two dimensions of the array are subscripted into, yielding an |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2863 | '<tt>i32</tt>' type. The '<tt>getelementptr</tt>' instruction returns a pointer |
| 2864 | to this element, thus computing a value of '<tt>i32*</tt>' type.</p> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2865 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2866 | <p>Note that it is perfectly legal to index partially through a |
| 2867 | structure, returning a pointer to an inner element. Because of this, |
| 2868 | the LLVM code for the given testcase is equivalent to:</p> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2869 | |
| 2870 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2871 | define i32* %foo(%ST* %s) { |
| 2872 | %t1 = getelementptr %ST* %s, i32 1 <i>; yields %ST*:%t1</i> |
Jeff Cohen | 6f1cc77 | 2007-04-22 01:17:39 +0000 | [diff] [blame] | 2873 | %t2 = getelementptr %ST* %t1, i32 0, i32 2 <i>; yields %RT*:%t2</i> |
| 2874 | %t3 = getelementptr %RT* %t2, i32 0, i32 1 <i>; yields [10 x [20 x i32]]*:%t3</i> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2875 | %t4 = getelementptr [10 x [20 x i32]]* %t3, i32 0, i32 5 <i>; yields [20 x i32]*:%t4</i> |
| 2876 | %t5 = getelementptr [20 x i32]* %t4, i32 0, i32 13 <i>; yields i32*:%t5</i> |
| 2877 | ret i32* %t5 |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2878 | } |
Chris Lattner | 6536cfe | 2002-05-06 22:08:29 +0000 | [diff] [blame] | 2879 | </pre> |
Chris Lattner | e67a951 | 2005-06-24 17:22:57 +0000 | [diff] [blame] | 2880 | |
| 2881 | <p>Note that it is undefined to access an array out of bounds: array and |
| 2882 | pointer indexes must always be within the defined bounds of the array type. |
| 2883 | The one exception for this rules is zero length arrays. These arrays are |
| 2884 | defined to be accessible as variable length arrays, which requires access |
| 2885 | beyond the zero'th element.</p> |
| 2886 | |
Chris Lattner | 884a970 | 2006-08-15 00:45:58 +0000 | [diff] [blame] | 2887 | <p>The getelementptr instruction is often confusing. For some more insight |
| 2888 | into how it works, see <a href="GetElementPtr.html">the getelementptr |
| 2889 | FAQ</a>.</p> |
| 2890 | |
Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 2891 | <h5>Example:</h5> |
Chris Lattner | e67a951 | 2005-06-24 17:22:57 +0000 | [diff] [blame] | 2892 | |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2893 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2894 | <i>; yields [12 x i8]*:aptr</i> |
| 2895 | %aptr = getelementptr {i32, [12 x i8]}* %sptr, i64 0, i32 1 |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2896 | </pre> |
Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2897 | </div> |
Reid Spencer | 47ce179 | 2006-11-09 21:15:49 +0000 | [diff] [blame] | 2898 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2899 | <!-- ======================================================================= --> |
Reid Spencer | 2fd21e6 | 2006-11-08 01:18:52 +0000 | [diff] [blame] | 2900 | <div class="doc_subsection"> <a name="convertops">Conversion Operations</a> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2901 | </div> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2902 | <div class="doc_text"> |
Reid Spencer | 2fd21e6 | 2006-11-08 01:18:52 +0000 | [diff] [blame] | 2903 | <p>The instructions in this category are the conversion instructions (casting) |
| 2904 | which all take a single operand and a type. They perform various bit conversions |
| 2905 | on the operand.</p> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2906 | </div> |
Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 2907 | |
Chris Lattner | 6536cfe | 2002-05-06 22:08:29 +0000 | [diff] [blame] | 2908 | <!-- _______________________________________________________________________ --> |
Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 2909 | <div class="doc_subsubsection"> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2910 | <a name="i_trunc">'<tt>trunc .. to</tt>' Instruction</a> |
| 2911 | </div> |
| 2912 | <div class="doc_text"> |
| 2913 | |
| 2914 | <h5>Syntax:</h5> |
| 2915 | <pre> |
| 2916 | <result> = trunc <ty> <value> to <ty2> <i>; yields ty2</i> |
| 2917 | </pre> |
| 2918 | |
| 2919 | <h5>Overview:</h5> |
| 2920 | <p> |
| 2921 | The '<tt>trunc</tt>' instruction truncates its operand to the type <tt>ty2</tt>. |
| 2922 | </p> |
| 2923 | |
| 2924 | <h5>Arguments:</h5> |
| 2925 | <p> |
| 2926 | The '<tt>trunc</tt>' instruction takes a <tt>value</tt> to trunc, which must |
| 2927 | be an <a href="#t_integer">integer</a> type, and a type that specifies the size |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 2928 | and type of the result, which must be an <a href="#t_integer">integer</a> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2929 | type. The bit size of <tt>value</tt> must be larger than the bit size of |
| 2930 | <tt>ty2</tt>. Equal sized types are not allowed.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2931 | |
| 2932 | <h5>Semantics:</h5> |
| 2933 | <p> |
| 2934 | The '<tt>trunc</tt>' instruction truncates the high order bits in <tt>value</tt> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2935 | and converts the remaining bits to <tt>ty2</tt>. Since the source size must be |
| 2936 | larger than the destination size, <tt>trunc</tt> cannot be a <i>no-op cast</i>. |
| 2937 | It will always truncate bits.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2938 | |
| 2939 | <h5>Example:</h5> |
| 2940 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2941 | %X = trunc i32 257 to i8 <i>; yields i8:1</i> |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 2942 | %Y = trunc i32 123 to i1 <i>; yields i1:true</i> |
| 2943 | %Y = trunc i32 122 to i1 <i>; yields i1:false</i> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2944 | </pre> |
| 2945 | </div> |
| 2946 | |
| 2947 | <!-- _______________________________________________________________________ --> |
| 2948 | <div class="doc_subsubsection"> |
| 2949 | <a name="i_zext">'<tt>zext .. to</tt>' Instruction</a> |
| 2950 | </div> |
| 2951 | <div class="doc_text"> |
| 2952 | |
| 2953 | <h5>Syntax:</h5> |
| 2954 | <pre> |
| 2955 | <result> = zext <ty> <value> to <ty2> <i>; yields ty2</i> |
| 2956 | </pre> |
| 2957 | |
| 2958 | <h5>Overview:</h5> |
| 2959 | <p>The '<tt>zext</tt>' instruction zero extends its operand to type |
| 2960 | <tt>ty2</tt>.</p> |
| 2961 | |
| 2962 | |
| 2963 | <h5>Arguments:</h5> |
| 2964 | <p>The '<tt>zext</tt>' instruction takes a value to cast, which must be of |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 2965 | <a href="#t_integer">integer</a> type, and a type to cast it to, which must |
| 2966 | also be of <a href="#t_integer">integer</a> type. The bit size of the |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2967 | <tt>value</tt> must be smaller than the bit size of the destination type, |
| 2968 | <tt>ty2</tt>.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2969 | |
| 2970 | <h5>Semantics:</h5> |
| 2971 | <p>The <tt>zext</tt> fills the high order bits of the <tt>value</tt> with zero |
Chris Lattner | d1d2517 | 2007-05-24 19:13:27 +0000 | [diff] [blame] | 2972 | bits until it reaches the size of the destination type, <tt>ty2</tt>.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2973 | |
Reid Spencer | b592952 | 2007-01-12 15:46:11 +0000 | [diff] [blame] | 2974 | <p>When zero extending from i1, the result will always be either 0 or 1.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2975 | |
| 2976 | <h5>Example:</h5> |
| 2977 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2978 | %X = zext i32 257 to i64 <i>; yields i64:257</i> |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 2979 | %Y = zext i1 true to i32 <i>; yields i32:1</i> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2980 | </pre> |
| 2981 | </div> |
| 2982 | |
| 2983 | <!-- _______________________________________________________________________ --> |
| 2984 | <div class="doc_subsubsection"> |
| 2985 | <a name="i_sext">'<tt>sext .. to</tt>' Instruction</a> |
| 2986 | </div> |
| 2987 | <div class="doc_text"> |
| 2988 | |
| 2989 | <h5>Syntax:</h5> |
| 2990 | <pre> |
| 2991 | <result> = sext <ty> <value> to <ty2> <i>; yields ty2</i> |
| 2992 | </pre> |
| 2993 | |
| 2994 | <h5>Overview:</h5> |
| 2995 | <p>The '<tt>sext</tt>' sign extends <tt>value</tt> to the type <tt>ty2</tt>.</p> |
| 2996 | |
| 2997 | <h5>Arguments:</h5> |
| 2998 | <p> |
| 2999 | The '<tt>sext</tt>' instruction takes a value to cast, which must be of |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 3000 | <a href="#t_integer">integer</a> type, and a type to cast it to, which must |
| 3001 | also be of <a href="#t_integer">integer</a> type. The bit size of the |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3002 | <tt>value</tt> must be smaller than the bit size of the destination type, |
| 3003 | <tt>ty2</tt>.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3004 | |
| 3005 | <h5>Semantics:</h5> |
| 3006 | <p> |
| 3007 | The '<tt>sext</tt>' instruction performs a sign extension by copying the sign |
| 3008 | bit (highest order bit) of the <tt>value</tt> until it reaches the bit size of |
Chris Lattner | d1d2517 | 2007-05-24 19:13:27 +0000 | [diff] [blame] | 3009 | the type <tt>ty2</tt>.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3010 | |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 3011 | <p>When sign extending from i1, the extension always results in -1 or 0.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3012 | |
| 3013 | <h5>Example:</h5> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3014 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3015 | %X = sext i8 -1 to i16 <i>; yields i16 :65535</i> |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 3016 | %Y = sext i1 true to i32 <i>; yields i32:-1</i> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3017 | </pre> |
| 3018 | </div> |
| 3019 | |
| 3020 | <!-- _______________________________________________________________________ --> |
| 3021 | <div class="doc_subsubsection"> |
Reid Spencer | 3fa91b0 | 2006-11-09 21:48:10 +0000 | [diff] [blame] | 3022 | <a name="i_fptrunc">'<tt>fptrunc .. to</tt>' Instruction</a> |
| 3023 | </div> |
| 3024 | |
| 3025 | <div class="doc_text"> |
| 3026 | |
| 3027 | <h5>Syntax:</h5> |
| 3028 | |
| 3029 | <pre> |
| 3030 | <result> = fptrunc <ty> <value> to <ty2> <i>; yields ty2</i> |
| 3031 | </pre> |
| 3032 | |
| 3033 | <h5>Overview:</h5> |
| 3034 | <p>The '<tt>fptrunc</tt>' instruction truncates <tt>value</tt> to type |
| 3035 | <tt>ty2</tt>.</p> |
| 3036 | |
| 3037 | |
| 3038 | <h5>Arguments:</h5> |
| 3039 | <p>The '<tt>fptrunc</tt>' instruction takes a <a href="#t_floating">floating |
| 3040 | point</a> value to cast and a <a href="#t_floating">floating point</a> type to |
| 3041 | cast it to. The size of <tt>value</tt> must be larger than the size of |
| 3042 | <tt>ty2</tt>. This implies that <tt>fptrunc</tt> cannot be used to make a |
| 3043 | <i>no-op cast</i>.</p> |
| 3044 | |
| 3045 | <h5>Semantics:</h5> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3046 | <p> The '<tt>fptrunc</tt>' instruction truncates a <tt>value</tt> from a larger |
| 3047 | <a href="#t_floating">floating point</a> type to a smaller |
| 3048 | <a href="#t_floating">floating point</a> type. If the value cannot fit within |
| 3049 | the destination type, <tt>ty2</tt>, then the results are undefined.</p> |
Reid Spencer | 3fa91b0 | 2006-11-09 21:48:10 +0000 | [diff] [blame] | 3050 | |
| 3051 | <h5>Example:</h5> |
| 3052 | <pre> |
| 3053 | %X = fptrunc double 123.0 to float <i>; yields float:123.0</i> |
| 3054 | %Y = fptrunc double 1.0E+300 to float <i>; yields undefined</i> |
| 3055 | </pre> |
| 3056 | </div> |
| 3057 | |
| 3058 | <!-- _______________________________________________________________________ --> |
| 3059 | <div class="doc_subsubsection"> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3060 | <a name="i_fpext">'<tt>fpext .. to</tt>' Instruction</a> |
| 3061 | </div> |
| 3062 | <div class="doc_text"> |
| 3063 | |
| 3064 | <h5>Syntax:</h5> |
| 3065 | <pre> |
| 3066 | <result> = fpext <ty> <value> to <ty2> <i>; yields ty2</i> |
| 3067 | </pre> |
| 3068 | |
| 3069 | <h5>Overview:</h5> |
| 3070 | <p>The '<tt>fpext</tt>' extends a floating point <tt>value</tt> to a larger |
| 3071 | floating point value.</p> |
| 3072 | |
| 3073 | <h5>Arguments:</h5> |
| 3074 | <p>The '<tt>fpext</tt>' instruction takes a |
| 3075 | <a href="#t_floating">floating point</a> <tt>value</tt> to cast, |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3076 | and a <a href="#t_floating">floating point</a> type to cast it to. The source |
| 3077 | type must be smaller than the destination type.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3078 | |
| 3079 | <h5>Semantics:</h5> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3080 | <p>The '<tt>fpext</tt>' instruction extends the <tt>value</tt> from a smaller |
Duncan Sands | 8036ca4 | 2007-03-30 12:22:09 +0000 | [diff] [blame] | 3081 | <a href="#t_floating">floating point</a> type to a larger |
| 3082 | <a href="#t_floating">floating point</a> type. The <tt>fpext</tt> cannot be |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3083 | used to make a <i>no-op cast</i> because it always changes bits. Use |
Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 3084 | <tt>bitcast</tt> to make a <i>no-op cast</i> for a floating point cast.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3085 | |
| 3086 | <h5>Example:</h5> |
| 3087 | <pre> |
| 3088 | %X = fpext float 3.1415 to double <i>; yields double:3.1415</i> |
| 3089 | %Y = fpext float 1.0 to float <i>; yields float:1.0 (no-op)</i> |
| 3090 | </pre> |
| 3091 | </div> |
| 3092 | |
| 3093 | <!-- _______________________________________________________________________ --> |
| 3094 | <div class="doc_subsubsection"> |
Reid Spencer | 24d6da5 | 2007-01-21 00:29:26 +0000 | [diff] [blame] | 3095 | <a name="i_fptoui">'<tt>fptoui .. to</tt>' Instruction</a> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3096 | </div> |
| 3097 | <div class="doc_text"> |
| 3098 | |
| 3099 | <h5>Syntax:</h5> |
| 3100 | <pre> |
Reid Spencer | 1539a1c | 2007-07-31 14:40:14 +0000 | [diff] [blame] | 3101 | <result> = fptoui <ty> <value> to <ty2> <i>; yields ty2</i> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3102 | </pre> |
| 3103 | |
| 3104 | <h5>Overview:</h5> |
Reid Spencer | 1539a1c | 2007-07-31 14:40:14 +0000 | [diff] [blame] | 3105 | <p>The '<tt>fptoui</tt>' converts a floating point <tt>value</tt> to its |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3106 | unsigned integer equivalent of type <tt>ty2</tt>. |
| 3107 | </p> |
| 3108 | |
| 3109 | <h5>Arguments:</h5> |
Reid Spencer | 1539a1c | 2007-07-31 14:40:14 +0000 | [diff] [blame] | 3110 | <p>The '<tt>fptoui</tt>' instruction takes a value to cast, which must be a |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3111 | <a href="#t_floating">floating point</a> value, and a type to cast it to, which |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 3112 | must be an <a href="#t_integer">integer</a> type.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3113 | |
| 3114 | <h5>Semantics:</h5> |
Reid Spencer | 1539a1c | 2007-07-31 14:40:14 +0000 | [diff] [blame] | 3115 | <p> The '<tt>fptoui</tt>' instruction converts its |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3116 | <a href="#t_floating">floating point</a> operand into the nearest (rounding |
| 3117 | towards zero) unsigned integer value. If the value cannot fit in <tt>ty2</tt>, |
| 3118 | the results are undefined.</p> |
| 3119 | |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 3120 | <p>When converting to i1, the conversion is done as a comparison against |
| 3121 | zero. If the <tt>value</tt> was zero, the i1 result will be <tt>false</tt>. |
| 3122 | If the <tt>value</tt> was non-zero, the i1 result will be <tt>true</tt>.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3123 | |
| 3124 | <h5>Example:</h5> |
| 3125 | <pre> |
Reid Spencer | 1539a1c | 2007-07-31 14:40:14 +0000 | [diff] [blame] | 3126 | %X = fptoui double 123.0 to i32 <i>; yields i32:123</i> |
| 3127 | %Y = fptoui float 1.0E+300 to i1 <i>; yields i1:true</i> |
| 3128 | %X = fptoui float 1.04E+17 to i8 <i>; yields undefined:1</i> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3129 | </pre> |
| 3130 | </div> |
| 3131 | |
| 3132 | <!-- _______________________________________________________________________ --> |
| 3133 | <div class="doc_subsubsection"> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3134 | <a name="i_fptosi">'<tt>fptosi .. to</tt>' Instruction</a> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3135 | </div> |
| 3136 | <div class="doc_text"> |
| 3137 | |
| 3138 | <h5>Syntax:</h5> |
| 3139 | <pre> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3140 | <result> = fptosi <ty> <value> to <ty2> <i>; yields ty2</i> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3141 | </pre> |
| 3142 | |
| 3143 | <h5>Overview:</h5> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3144 | <p>The '<tt>fptosi</tt>' instruction converts |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3145 | <a href="#t_floating">floating point</a> <tt>value</tt> to type <tt>ty2</tt>. |
Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 3146 | </p> |
| 3147 | |
| 3148 | |
Chris Lattner | 6536cfe | 2002-05-06 22:08:29 +0000 | [diff] [blame] | 3149 | <h5>Arguments:</h5> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3150 | <p> The '<tt>fptosi</tt>' instruction takes a value to cast, which must be a |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3151 | <a href="#t_floating">floating point</a> value, and a type to cast it to, which |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 3152 | must also be an <a href="#t_integer">integer</a> type.</p> |
Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 3153 | |
Chris Lattner | 6536cfe | 2002-05-06 22:08:29 +0000 | [diff] [blame] | 3154 | <h5>Semantics:</h5> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3155 | <p>The '<tt>fptosi</tt>' instruction converts its |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3156 | <a href="#t_floating">floating point</a> operand into the nearest (rounding |
| 3157 | towards zero) signed integer value. If the value cannot fit in <tt>ty2</tt>, |
| 3158 | the results are undefined.</p> |
Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 3159 | |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 3160 | <p>When converting to i1, the conversion is done as a comparison against |
| 3161 | zero. If the <tt>value</tt> was zero, the i1 result will be <tt>false</tt>. |
| 3162 | If the <tt>value</tt> was non-zero, the i1 result will be <tt>true</tt>.</p> |
Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 3163 | |
Chris Lattner | 33ba0d9 | 2001-07-09 00:26:23 +0000 | [diff] [blame] | 3164 | <h5>Example:</h5> |
Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 3165 | <pre> |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 3166 | %X = fptosi double -123.0 to i32 <i>; yields i32:-123</i> |
| 3167 | %Y = fptosi float 1.0E-247 to i1 <i>; yields i1:true</i> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3168 | %X = fptosi float 1.04E+17 to i8 <i>; yields undefined:1</i> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3169 | </pre> |
| 3170 | </div> |
| 3171 | |
| 3172 | <!-- _______________________________________________________________________ --> |
| 3173 | <div class="doc_subsubsection"> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3174 | <a name="i_uitofp">'<tt>uitofp .. to</tt>' Instruction</a> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3175 | </div> |
| 3176 | <div class="doc_text"> |
| 3177 | |
| 3178 | <h5>Syntax:</h5> |
| 3179 | <pre> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3180 | <result> = uitofp <ty> <value> to <ty2> <i>; yields ty2</i> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3181 | </pre> |
| 3182 | |
| 3183 | <h5>Overview:</h5> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3184 | <p>The '<tt>uitofp</tt>' instruction regards <tt>value</tt> as an unsigned |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3185 | integer and converts that value to the <tt>ty2</tt> type.</p> |
| 3186 | |
| 3187 | |
| 3188 | <h5>Arguments:</h5> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3189 | <p>The '<tt>uitofp</tt>' instruction takes a value to cast, which must be an |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 3190 | <a href="#t_integer">integer</a> value, and a type to cast it to, which must |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3191 | be a <a href="#t_floating">floating point</a> type.</p> |
| 3192 | |
| 3193 | <h5>Semantics:</h5> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3194 | <p>The '<tt>uitofp</tt>' instruction interprets its operand as an unsigned |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3195 | integer quantity and converts it to the corresponding floating point value. If |
Jeff Cohen | cb75731 | 2007-04-22 14:56:37 +0000 | [diff] [blame] | 3196 | the value cannot fit in the floating point value, the results are undefined.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3197 | |
| 3198 | |
| 3199 | <h5>Example:</h5> |
| 3200 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3201 | %X = uitofp i32 257 to float <i>; yields float:257.0</i> |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3202 | %Y = uitofp i8 -1 to double <i>; yields double:255.0</i> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3203 | </pre> |
| 3204 | </div> |
| 3205 | |
| 3206 | <!-- _______________________________________________________________________ --> |
| 3207 | <div class="doc_subsubsection"> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3208 | <a name="i_sitofp">'<tt>sitofp .. to</tt>' Instruction</a> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3209 | </div> |
| 3210 | <div class="doc_text"> |
| 3211 | |
| 3212 | <h5>Syntax:</h5> |
| 3213 | <pre> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3214 | <result> = sitofp <ty> <value> to <ty2> <i>; yields ty2</i> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3215 | </pre> |
| 3216 | |
| 3217 | <h5>Overview:</h5> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3218 | <p>The '<tt>sitofp</tt>' instruction regards <tt>value</tt> as a signed |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3219 | integer and converts that value to the <tt>ty2</tt> type.</p> |
| 3220 | |
| 3221 | <h5>Arguments:</h5> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3222 | <p>The '<tt>sitofp</tt>' instruction takes a value to cast, which must be an |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 3223 | <a href="#t_integer">integer</a> value, and a type to cast it to, which must be |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3224 | a <a href="#t_floating">floating point</a> type.</p> |
| 3225 | |
| 3226 | <h5>Semantics:</h5> |
Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 3227 | <p>The '<tt>sitofp</tt>' instruction interprets its operand as a signed |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3228 | integer quantity and converts it to the corresponding floating point value. If |
Jeff Cohen | cb75731 | 2007-04-22 14:56:37 +0000 | [diff] [blame] | 3229 | the value cannot fit in the floating point value, the results are undefined.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3230 | |
| 3231 | <h5>Example:</h5> |
| 3232 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3233 | %X = sitofp i32 257 to float <i>; yields float:257.0</i> |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3234 | %Y = sitofp i8 -1 to double <i>; yields double:-1.0</i> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3235 | </pre> |
| 3236 | </div> |
| 3237 | |
| 3238 | <!-- _______________________________________________________________________ --> |
| 3239 | <div class="doc_subsubsection"> |
Reid Spencer | 7267925 | 2006-11-11 21:00:47 +0000 | [diff] [blame] | 3240 | <a name="i_ptrtoint">'<tt>ptrtoint .. to</tt>' Instruction</a> |
| 3241 | </div> |
| 3242 | <div class="doc_text"> |
| 3243 | |
| 3244 | <h5>Syntax:</h5> |
| 3245 | <pre> |
| 3246 | <result> = ptrtoint <ty> <value> to <ty2> <i>; yields ty2</i> |
| 3247 | </pre> |
| 3248 | |
| 3249 | <h5>Overview:</h5> |
| 3250 | <p>The '<tt>ptrtoint</tt>' instruction converts the pointer <tt>value</tt> to |
| 3251 | the integer type <tt>ty2</tt>.</p> |
| 3252 | |
| 3253 | <h5>Arguments:</h5> |
| 3254 | <p>The '<tt>ptrtoint</tt>' instruction takes a <tt>value</tt> to cast, which |
Duncan Sands | 8036ca4 | 2007-03-30 12:22:09 +0000 | [diff] [blame] | 3255 | must be a <a href="#t_pointer">pointer</a> value, and a type to cast it to |
Reid Spencer | 7267925 | 2006-11-11 21:00:47 +0000 | [diff] [blame] | 3256 | <tt>ty2</tt>, which must be an <a href="#t_integer">integer</a> type. |
| 3257 | |
| 3258 | <h5>Semantics:</h5> |
| 3259 | <p>The '<tt>ptrtoint</tt>' instruction converts <tt>value</tt> to integer type |
| 3260 | <tt>ty2</tt> by interpreting the pointer value as an integer and either |
| 3261 | truncating or zero extending that value to the size of the integer type. If |
| 3262 | <tt>value</tt> is smaller than <tt>ty2</tt> then a zero extension is done. If |
| 3263 | <tt>value</tt> is larger than <tt>ty2</tt> then a truncation is done. If they |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3264 | are the same size, then nothing is done (<i>no-op cast</i>) other than a type |
| 3265 | change.</p> |
Reid Spencer | 7267925 | 2006-11-11 21:00:47 +0000 | [diff] [blame] | 3266 | |
| 3267 | <h5>Example:</h5> |
| 3268 | <pre> |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3269 | %X = ptrtoint i32* %X to i8 <i>; yields truncation on 32-bit architecture</i> |
| 3270 | %Y = ptrtoint i32* %x to i64 <i>; yields zero extension on 32-bit architecture</i> |
Reid Spencer | 7267925 | 2006-11-11 21:00:47 +0000 | [diff] [blame] | 3271 | </pre> |
| 3272 | </div> |
| 3273 | |
| 3274 | <!-- _______________________________________________________________________ --> |
| 3275 | <div class="doc_subsubsection"> |
| 3276 | <a name="i_inttoptr">'<tt>inttoptr .. to</tt>' Instruction</a> |
| 3277 | </div> |
| 3278 | <div class="doc_text"> |
| 3279 | |
| 3280 | <h5>Syntax:</h5> |
| 3281 | <pre> |
| 3282 | <result> = inttoptr <ty> <value> to <ty2> <i>; yields ty2</i> |
| 3283 | </pre> |
| 3284 | |
| 3285 | <h5>Overview:</h5> |
| 3286 | <p>The '<tt>inttoptr</tt>' instruction converts an integer <tt>value</tt> to |
| 3287 | a pointer type, <tt>ty2</tt>.</p> |
| 3288 | |
| 3289 | <h5>Arguments:</h5> |
Duncan Sands | 8036ca4 | 2007-03-30 12:22:09 +0000 | [diff] [blame] | 3290 | <p>The '<tt>inttoptr</tt>' instruction takes an <a href="#t_integer">integer</a> |
Reid Spencer | 7267925 | 2006-11-11 21:00:47 +0000 | [diff] [blame] | 3291 | value to cast, and a type to cast it to, which must be a |
Anton Korobeynikov | 7f70559 | 2007-01-12 19:20:47 +0000 | [diff] [blame] | 3292 | <a href="#t_pointer">pointer</a> type. |
Reid Spencer | 7267925 | 2006-11-11 21:00:47 +0000 | [diff] [blame] | 3293 | |
| 3294 | <h5>Semantics:</h5> |
| 3295 | <p>The '<tt>inttoptr</tt>' instruction converts <tt>value</tt> to type |
| 3296 | <tt>ty2</tt> by applying either a zero extension or a truncation depending on |
| 3297 | the size of the integer <tt>value</tt>. If <tt>value</tt> is larger than the |
| 3298 | size of a pointer then a truncation is done. If <tt>value</tt> is smaller than |
| 3299 | the size of a pointer then a zero extension is done. If they are the same size, |
| 3300 | nothing is done (<i>no-op cast</i>).</p> |
| 3301 | |
| 3302 | <h5>Example:</h5> |
| 3303 | <pre> |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3304 | %X = inttoptr i32 255 to i32* <i>; yields zero extension on 64-bit architecture</i> |
| 3305 | %X = inttoptr i32 255 to i32* <i>; yields no-op on 32-bit architecture</i> |
| 3306 | %Y = inttoptr i64 0 to i32* <i>; yields truncation on 32-bit architecture</i> |
Reid Spencer | 7267925 | 2006-11-11 21:00:47 +0000 | [diff] [blame] | 3307 | </pre> |
| 3308 | </div> |
| 3309 | |
| 3310 | <!-- _______________________________________________________________________ --> |
| 3311 | <div class="doc_subsubsection"> |
Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 3312 | <a name="i_bitcast">'<tt>bitcast .. to</tt>' Instruction</a> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3313 | </div> |
| 3314 | <div class="doc_text"> |
| 3315 | |
| 3316 | <h5>Syntax:</h5> |
| 3317 | <pre> |
Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 3318 | <result> = bitcast <ty> <value> to <ty2> <i>; yields ty2</i> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3319 | </pre> |
| 3320 | |
| 3321 | <h5>Overview:</h5> |
Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 3322 | <p>The '<tt>bitcast</tt>' instruction converts <tt>value</tt> to type |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3323 | <tt>ty2</tt> without changing any bits.</p> |
| 3324 | |
| 3325 | <h5>Arguments:</h5> |
Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 3326 | <p>The '<tt>bitcast</tt>' instruction takes a value to cast, which must be |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3327 | a first class value, and a type to cast it to, which must also be a <a |
| 3328 | href="#t_firstclass">first class</a> type. The bit sizes of <tt>value</tt> |
Reid Spencer | 19b569f | 2007-01-09 20:08:58 +0000 | [diff] [blame] | 3329 | and the destination type, <tt>ty2</tt>, must be identical. If the source |
| 3330 | type is a pointer, the destination type must also be a pointer.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3331 | |
| 3332 | <h5>Semantics:</h5> |
Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 3333 | <p>The '<tt>bitcast</tt>' instruction converts <tt>value</tt> to type |
Reid Spencer | 7267925 | 2006-11-11 21:00:47 +0000 | [diff] [blame] | 3334 | <tt>ty2</tt>. It is always a <i>no-op cast</i> because no bits change with |
| 3335 | this conversion. The conversion is done as if the <tt>value</tt> had been |
| 3336 | stored to memory and read back as type <tt>ty2</tt>. Pointer types may only be |
| 3337 | converted to other pointer types with this instruction. To convert pointers to |
| 3338 | other types, use the <a href="#i_inttoptr">inttoptr</a> or |
| 3339 | <a href="#i_ptrtoint">ptrtoint</a> instructions first.</p> |
Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3340 | |
| 3341 | <h5>Example:</h5> |
| 3342 | <pre> |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3343 | %X = bitcast i8 255 to i8 <i>; yields i8 :-1</i> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3344 | %Y = bitcast i32* %x to sint* <i>; yields sint*:%x</i> |
| 3345 | %Z = bitcast <2xint> %V to i64; <i>; yields i64: %V</i> |
Chris Lattner | 33ba0d9 | 2001-07-09 00:26:23 +0000 | [diff] [blame] | 3346 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3347 | </div> |
Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 3348 | |
Reid Spencer | 2fd21e6 | 2006-11-08 01:18:52 +0000 | [diff] [blame] | 3349 | <!-- ======================================================================= --> |
| 3350 | <div class="doc_subsection"> <a name="otherops">Other Operations</a> </div> |
| 3351 | <div class="doc_text"> |
| 3352 | <p>The instructions in this category are the "miscellaneous" |
| 3353 | instructions, which defy better classification.</p> |
| 3354 | </div> |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3355 | |
| 3356 | <!-- _______________________________________________________________________ --> |
| 3357 | <div class="doc_subsubsection"><a name="i_icmp">'<tt>icmp</tt>' Instruction</a> |
| 3358 | </div> |
| 3359 | <div class="doc_text"> |
| 3360 | <h5>Syntax:</h5> |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3361 | <pre> <result> = icmp <cond> <ty> <var1>, <var2> <i>; yields {i1}:result</i> |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3362 | </pre> |
| 3363 | <h5>Overview:</h5> |
| 3364 | <p>The '<tt>icmp</tt>' instruction returns a boolean value based on comparison |
| 3365 | of its two integer operands.</p> |
| 3366 | <h5>Arguments:</h5> |
| 3367 | <p>The '<tt>icmp</tt>' instruction takes three operands. The first operand is |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3368 | the condition code indicating the kind of comparison to perform. It is not |
| 3369 | a value, just a keyword. The possible condition code are: |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3370 | <ol> |
| 3371 | <li><tt>eq</tt>: equal</li> |
| 3372 | <li><tt>ne</tt>: not equal </li> |
| 3373 | <li><tt>ugt</tt>: unsigned greater than</li> |
| 3374 | <li><tt>uge</tt>: unsigned greater or equal</li> |
| 3375 | <li><tt>ult</tt>: unsigned less than</li> |
| 3376 | <li><tt>ule</tt>: unsigned less or equal</li> |
| 3377 | <li><tt>sgt</tt>: signed greater than</li> |
| 3378 | <li><tt>sge</tt>: signed greater or equal</li> |
| 3379 | <li><tt>slt</tt>: signed less than</li> |
| 3380 | <li><tt>sle</tt>: signed less or equal</li> |
| 3381 | </ol> |
Chris Lattner | 3b19d65 | 2007-01-15 01:54:13 +0000 | [diff] [blame] | 3382 | <p>The remaining two arguments must be <a href="#t_integer">integer</a> or |
Reid Spencer | 350f8aa | 2007-01-04 05:19:58 +0000 | [diff] [blame] | 3383 | <a href="#t_pointer">pointer</a> typed. They must also be identical types.</p> |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3384 | <h5>Semantics:</h5> |
| 3385 | <p>The '<tt>icmp</tt>' compares <tt>var1</tt> and <tt>var2</tt> according to |
| 3386 | the condition code given as <tt>cond</tt>. The comparison performed always |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 3387 | yields a <a href="#t_primitive">i1</a> result, as follows: |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3388 | <ol> |
| 3389 | <li><tt>eq</tt>: yields <tt>true</tt> if the operands are equal, |
| 3390 | <tt>false</tt> otherwise. No sign interpretation is necessary or performed. |
| 3391 | </li> |
| 3392 | <li><tt>ne</tt>: yields <tt>true</tt> if the operands are unequal, |
| 3393 | <tt>false</tt> otherwise. No sign interpretation is necessary or performed. |
| 3394 | <li><tt>ugt</tt>: interprets the operands as unsigned values and yields |
| 3395 | <tt>true</tt> if <tt>var1</tt> is greater than <tt>var2</tt>.</li> |
| 3396 | <li><tt>uge</tt>: interprets the operands as unsigned values and yields |
| 3397 | <tt>true</tt> if <tt>var1</tt> is greater than or equal to <tt>var2</tt>.</li> |
| 3398 | <li><tt>ult</tt>: interprets the operands as unsigned values and yields |
| 3399 | <tt>true</tt> if <tt>var1</tt> is less than <tt>var2</tt>.</li> |
| 3400 | <li><tt>ule</tt>: interprets the operands as unsigned values and yields |
| 3401 | <tt>true</tt> if <tt>var1</tt> is less than or equal to <tt>var2</tt>.</li> |
| 3402 | <li><tt>sgt</tt>: interprets the operands as signed values and yields |
| 3403 | <tt>true</tt> if <tt>var1</tt> is greater than <tt>var2</tt>.</li> |
| 3404 | <li><tt>sge</tt>: interprets the operands as signed values and yields |
| 3405 | <tt>true</tt> if <tt>var1</tt> is greater than or equal to <tt>var2</tt>.</li> |
| 3406 | <li><tt>slt</tt>: interprets the operands as signed values and yields |
| 3407 | <tt>true</tt> if <tt>var1</tt> is less than <tt>var2</tt>.</li> |
| 3408 | <li><tt>sle</tt>: interprets the operands as signed values and yields |
| 3409 | <tt>true</tt> if <tt>var1</tt> is less than or equal to <tt>var2</tt>.</li> |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3410 | </ol> |
| 3411 | <p>If the operands are <a href="#t_pointer">pointer</a> typed, the pointer |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3412 | values are compared as if they were integers.</p> |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3413 | |
| 3414 | <h5>Example:</h5> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3415 | <pre> <result> = icmp eq i32 4, 5 <i>; yields: result=false</i> |
| 3416 | <result> = icmp ne float* %X, %X <i>; yields: result=false</i> |
| 3417 | <result> = icmp ult i16 4, 5 <i>; yields: result=true</i> |
| 3418 | <result> = icmp sgt i16 4, 5 <i>; yields: result=false</i> |
| 3419 | <result> = icmp ule i16 -4, 5 <i>; yields: result=false</i> |
| 3420 | <result> = icmp sge i16 4, 5 <i>; yields: result=false</i> |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3421 | </pre> |
| 3422 | </div> |
| 3423 | |
| 3424 | <!-- _______________________________________________________________________ --> |
| 3425 | <div class="doc_subsubsection"><a name="i_fcmp">'<tt>fcmp</tt>' Instruction</a> |
| 3426 | </div> |
| 3427 | <div class="doc_text"> |
| 3428 | <h5>Syntax:</h5> |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3429 | <pre> <result> = fcmp <cond> <ty> <var1>, <var2> <i>; yields {i1}:result</i> |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3430 | </pre> |
| 3431 | <h5>Overview:</h5> |
| 3432 | <p>The '<tt>fcmp</tt>' instruction returns a boolean value based on comparison |
| 3433 | of its floating point operands.</p> |
| 3434 | <h5>Arguments:</h5> |
| 3435 | <p>The '<tt>fcmp</tt>' instruction takes three operands. The first operand is |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3436 | the condition code indicating the kind of comparison to perform. It is not |
| 3437 | a value, just a keyword. The possible condition code are: |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3438 | <ol> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3439 | <li><tt>false</tt>: no comparison, always returns false</li> |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3440 | <li><tt>oeq</tt>: ordered and equal</li> |
| 3441 | <li><tt>ogt</tt>: ordered and greater than </li> |
| 3442 | <li><tt>oge</tt>: ordered and greater than or equal</li> |
| 3443 | <li><tt>olt</tt>: ordered and less than </li> |
| 3444 | <li><tt>ole</tt>: ordered and less than or equal</li> |
| 3445 | <li><tt>one</tt>: ordered and not equal</li> |
| 3446 | <li><tt>ord</tt>: ordered (no nans)</li> |
| 3447 | <li><tt>ueq</tt>: unordered or equal</li> |
| 3448 | <li><tt>ugt</tt>: unordered or greater than </li> |
| 3449 | <li><tt>uge</tt>: unordered or greater than or equal</li> |
| 3450 | <li><tt>ult</tt>: unordered or less than </li> |
| 3451 | <li><tt>ule</tt>: unordered or less than or equal</li> |
| 3452 | <li><tt>une</tt>: unordered or not equal</li> |
| 3453 | <li><tt>uno</tt>: unordered (either nans)</li> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3454 | <li><tt>true</tt>: no comparison, always returns true</li> |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3455 | </ol> |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3456 | <p><i>Ordered</i> means that neither operand is a QNAN while |
Reid Spencer | 93a4985 | 2006-12-06 07:08:07 +0000 | [diff] [blame] | 3457 | <i>unordered</i> means that either operand may be a QNAN.</p> |
Reid Spencer | 350f8aa | 2007-01-04 05:19:58 +0000 | [diff] [blame] | 3458 | <p>The <tt>val1</tt> and <tt>val2</tt> arguments must be |
| 3459 | <a href="#t_floating">floating point</a> typed. They must have identical |
| 3460 | types.</p> |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3461 | <h5>Semantics:</h5> |
| 3462 | <p>The '<tt>fcmp</tt>' compares <tt>var1</tt> and <tt>var2</tt> according to |
| 3463 | the condition code given as <tt>cond</tt>. The comparison performed always |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 3464 | yields a <a href="#t_primitive">i1</a> result, as follows: |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3465 | <ol> |
| 3466 | <li><tt>false</tt>: always yields <tt>false</tt>, regardless of operands.</li> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3467 | <li><tt>oeq</tt>: yields <tt>true</tt> if both operands are not a QNAN and |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3468 | <tt>var1</tt> is equal to <tt>var2</tt>.</li> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3469 | <li><tt>ogt</tt>: yields <tt>true</tt> if both operands are not a QNAN and |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3470 | <tt>var1</tt> is greather than <tt>var2</tt>.</li> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3471 | <li><tt>oge</tt>: yields <tt>true</tt> if both operands are not a QNAN and |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3472 | <tt>var1</tt> is greater than or equal to <tt>var2</tt>.</li> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3473 | <li><tt>olt</tt>: yields <tt>true</tt> if both operands are not a QNAN and |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3474 | <tt>var1</tt> is less than <tt>var2</tt>.</li> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3475 | <li><tt>ole</tt>: yields <tt>true</tt> if both operands are not a QNAN and |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3476 | <tt>var1</tt> is less than or equal to <tt>var2</tt>.</li> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3477 | <li><tt>one</tt>: yields <tt>true</tt> if both operands are not a QNAN and |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3478 | <tt>var1</tt> is not equal to <tt>var2</tt>.</li> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3479 | <li><tt>ord</tt>: yields <tt>true</tt> if both operands are not a QNAN.</li> |
| 3480 | <li><tt>ueq</tt>: yields <tt>true</tt> if either operand is a QNAN or |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3481 | <tt>var1</tt> is equal to <tt>var2</tt>.</li> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3482 | <li><tt>ugt</tt>: yields <tt>true</tt> if either operand is a QNAN or |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3483 | <tt>var1</tt> is greater than <tt>var2</tt>.</li> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3484 | <li><tt>uge</tt>: yields <tt>true</tt> if either operand is a QNAN or |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3485 | <tt>var1</tt> is greater than or equal to <tt>var2</tt>.</li> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3486 | <li><tt>ult</tt>: yields <tt>true</tt> if either operand is a QNAN or |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3487 | <tt>var1</tt> is less than <tt>var2</tt>.</li> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3488 | <li><tt>ule</tt>: yields <tt>true</tt> if either operand is a QNAN or |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3489 | <tt>var1</tt> is less than or equal to <tt>var2</tt>.</li> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3490 | <li><tt>une</tt>: yields <tt>true</tt> if either operand is a QNAN or |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3491 | <tt>var1</tt> is not equal to <tt>var2</tt>.</li> |
Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3492 | <li><tt>uno</tt>: yields <tt>true</tt> if either operand is a QNAN.</li> |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3493 | <li><tt>true</tt>: always yields <tt>true</tt>, regardless of operands.</li> |
| 3494 | </ol> |
Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3495 | |
| 3496 | <h5>Example:</h5> |
| 3497 | <pre> <result> = fcmp oeq float 4.0, 5.0 <i>; yields: result=false</i> |
| 3498 | <result> = icmp one float 4.0, 5.0 <i>; yields: result=true</i> |
| 3499 | <result> = icmp olt float 4.0, 5.0 <i>; yields: result=true</i> |
| 3500 | <result> = icmp ueq double 1.0, 2.0 <i>; yields: result=false</i> |
| 3501 | </pre> |
| 3502 | </div> |
| 3503 | |
Reid Spencer | 2fd21e6 | 2006-11-08 01:18:52 +0000 | [diff] [blame] | 3504 | <!-- _______________________________________________________________________ --> |
| 3505 | <div class="doc_subsubsection"> <a name="i_phi">'<tt>phi</tt>' |
| 3506 | Instruction</a> </div> |
| 3507 | <div class="doc_text"> |
| 3508 | <h5>Syntax:</h5> |
| 3509 | <pre> <result> = phi <ty> [ <val0>, <label0>], ...<br></pre> |
| 3510 | <h5>Overview:</h5> |
| 3511 | <p>The '<tt>phi</tt>' instruction is used to implement the φ node in |
| 3512 | the SSA graph representing the function.</p> |
| 3513 | <h5>Arguments:</h5> |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3514 | <p>The type of the incoming values is specified with the first type |
Reid Spencer | 2fd21e6 | 2006-11-08 01:18:52 +0000 | [diff] [blame] | 3515 | field. After this, the '<tt>phi</tt>' instruction takes a list of pairs |
| 3516 | as arguments, with one pair for each predecessor basic block of the |
| 3517 | current block. Only values of <a href="#t_firstclass">first class</a> |
| 3518 | type may be used as the value arguments to the PHI node. Only labels |
| 3519 | may be used as the label arguments.</p> |
| 3520 | <p>There must be no non-phi instructions between the start of a basic |
| 3521 | block and the PHI instructions: i.e. PHI instructions must be first in |
| 3522 | a basic block.</p> |
| 3523 | <h5>Semantics:</h5> |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3524 | <p>At runtime, the '<tt>phi</tt>' instruction logically takes on the value |
| 3525 | specified by the pair corresponding to the predecessor basic block that executed |
| 3526 | just prior to the current block.</p> |
Reid Spencer | 2fd21e6 | 2006-11-08 01:18:52 +0000 | [diff] [blame] | 3527 | <h5>Example:</h5> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3528 | <pre>Loop: ; Infinite loop that counts from 0 on up...<br> %indvar = phi i32 [ 0, %LoopHeader ], [ %nextindvar, %Loop ]<br> %nextindvar = add i32 %indvar, 1<br> br label %Loop<br></pre> |
Reid Spencer | 2fd21e6 | 2006-11-08 01:18:52 +0000 | [diff] [blame] | 3529 | </div> |
| 3530 | |
Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 3531 | <!-- _______________________________________________________________________ --> |
| 3532 | <div class="doc_subsubsection"> |
| 3533 | <a name="i_select">'<tt>select</tt>' Instruction</a> |
| 3534 | </div> |
| 3535 | |
| 3536 | <div class="doc_text"> |
| 3537 | |
| 3538 | <h5>Syntax:</h5> |
| 3539 | |
| 3540 | <pre> |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 3541 | <result> = select i1 <cond>, <ty> <val1>, <ty> <val2> <i>; yields ty</i> |
Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 3542 | </pre> |
| 3543 | |
| 3544 | <h5>Overview:</h5> |
| 3545 | |
| 3546 | <p> |
| 3547 | The '<tt>select</tt>' instruction is used to choose one value based on a |
| 3548 | condition, without branching. |
| 3549 | </p> |
| 3550 | |
| 3551 | |
| 3552 | <h5>Arguments:</h5> |
| 3553 | |
| 3554 | <p> |
| 3555 | The '<tt>select</tt>' instruction requires a boolean value indicating the condition, and two values of the same <a href="#t_firstclass">first class</a> type. |
| 3556 | </p> |
| 3557 | |
| 3558 | <h5>Semantics:</h5> |
| 3559 | |
| 3560 | <p> |
| 3561 | If the boolean condition evaluates to true, the instruction returns the first |
John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 3562 | value argument; otherwise, it returns the second value argument. |
Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 3563 | </p> |
| 3564 | |
| 3565 | <h5>Example:</h5> |
| 3566 | |
| 3567 | <pre> |
Reid Spencer | c78f337 | 2007-01-12 03:35:51 +0000 | [diff] [blame] | 3568 | %X = select i1 true, i8 17, i8 42 <i>; yields i8:17</i> |
Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 3569 | </pre> |
| 3570 | </div> |
| 3571 | |
Robert Bocchino | 05ccd70 | 2006-01-15 20:48:27 +0000 | [diff] [blame] | 3572 | |
| 3573 | <!-- _______________________________________________________________________ --> |
| 3574 | <div class="doc_subsubsection"> |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3575 | <a name="i_call">'<tt>call</tt>' Instruction</a> |
| 3576 | </div> |
| 3577 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3578 | <div class="doc_text"> |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3579 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 3580 | <h5>Syntax:</h5> |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3581 | <pre> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 3582 | <result> = [tail] call [<a href="#callingconv">cconv</a>] <ty>* <fnptrval>(<param list>) |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3583 | </pre> |
| 3584 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 3585 | <h5>Overview:</h5> |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3586 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3587 | <p>The '<tt>call</tt>' instruction represents a simple function call.</p> |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3588 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 3589 | <h5>Arguments:</h5> |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3590 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3591 | <p>This instruction requires several arguments:</p> |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3592 | |
Chris Lattner | 6536cfe | 2002-05-06 22:08:29 +0000 | [diff] [blame] | 3593 | <ol> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3594 | <li> |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 3595 | <p>The optional "tail" marker indicates whether the callee function accesses |
| 3596 | any allocas or varargs in the caller. If the "tail" marker is present, the |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3597 | function call is eligible for tail call optimization. Note that calls may |
| 3598 | be marked "tail" even if they do not occur before a <a |
| 3599 | href="#i_ret"><tt>ret</tt></a> instruction. |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3600 | </li> |
| 3601 | <li> |
Duncan Sands | 8036ca4 | 2007-03-30 12:22:09 +0000 | [diff] [blame] | 3602 | <p>The optional "cconv" marker indicates which <a href="#callingconv">calling |
Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 3603 | convention</a> the call should use. If none is specified, the call defaults |
| 3604 | to using C calling conventions. |
| 3605 | </li> |
| 3606 | <li> |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3607 | <p>'<tt>ty</tt>': shall be the signature of the pointer to function value |
| 3608 | being invoked. The argument types must match the types implied by this |
John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 3609 | signature. This type can be omitted if the function is not varargs and |
| 3610 | if the function type does not return a pointer to a function.</p> |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3611 | </li> |
| 3612 | <li> |
| 3613 | <p>'<tt>fnptrval</tt>': An LLVM value containing a pointer to a function to |
| 3614 | be invoked. In most cases, this is a direct function invocation, but |
| 3615 | indirect <tt>call</tt>s are just as possible, calling an arbitrary pointer |
John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 3616 | to function value.</p> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3617 | </li> |
| 3618 | <li> |
| 3619 | <p>'<tt>function args</tt>': argument list whose types match the |
Reid Spencer | a7e302a | 2005-05-01 22:22:57 +0000 | [diff] [blame] | 3620 | function signature argument types. All arguments must be of |
| 3621 | <a href="#t_firstclass">first class</a> type. If the function signature |
| 3622 | indicates the function accepts a variable number of arguments, the extra |
| 3623 | arguments can be specified.</p> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3624 | </li> |
Chris Lattner | 6536cfe | 2002-05-06 22:08:29 +0000 | [diff] [blame] | 3625 | </ol> |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3626 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 3627 | <h5>Semantics:</h5> |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3628 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3629 | <p>The '<tt>call</tt>' instruction is used to cause control flow to |
| 3630 | transfer to a specified function, with its incoming arguments bound to |
| 3631 | the specified values. Upon a '<tt><a href="#i_ret">ret</a></tt>' |
| 3632 | instruction in the called function, control flow continues with the |
| 3633 | instruction after the function call, and the return value of the |
| 3634 | function is bound to the result argument. This is a simpler case of |
| 3635 | the <a href="#i_invoke">invoke</a> instruction.</p> |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3636 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 3637 | <h5>Example:</h5> |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3638 | |
| 3639 | <pre> |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3640 | %retval = call i32 %test(i32 %argc) |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3641 | call i32(i8 *, ...) *%printf(i8 * %msg, i32 12, i8 42); |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3642 | %X = tail call i32 %foo() |
| 3643 | %Y = tail call <a href="#callingconv">fastcc</a> i32 %foo() |
Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3644 | </pre> |
| 3645 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3646 | </div> |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3647 | |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3648 | <!-- _______________________________________________________________________ --> |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3649 | <div class="doc_subsubsection"> |
Chris Lattner | fb6977d | 2006-01-13 23:26:01 +0000 | [diff] [blame] | 3650 | <a name="i_va_arg">'<tt>va_arg</tt>' Instruction</a> |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3651 | </div> |
| 3652 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3653 | <div class="doc_text"> |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3654 | |
Chris Lattner | 8d1a81d | 2003-10-18 05:51:36 +0000 | [diff] [blame] | 3655 | <h5>Syntax:</h5> |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3656 | |
| 3657 | <pre> |
Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3658 | <resultval> = va_arg <va_list*> <arglist>, <argty> |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3659 | </pre> |
| 3660 | |
Chris Lattner | 8d1a81d | 2003-10-18 05:51:36 +0000 | [diff] [blame] | 3661 | <h5>Overview:</h5> |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3662 | |
Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3663 | <p>The '<tt>va_arg</tt>' instruction is used to access arguments passed through |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3664 | the "variable argument" area of a function call. It is used to implement the |
| 3665 | <tt>va_arg</tt> macro in C.</p> |
| 3666 | |
Chris Lattner | 8d1a81d | 2003-10-18 05:51:36 +0000 | [diff] [blame] | 3667 | <h5>Arguments:</h5> |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3668 | |
Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3669 | <p>This instruction takes a <tt>va_list*</tt> value and the type of |
| 3670 | the argument. It returns a value of the specified argument type and |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3671 | increments the <tt>va_list</tt> to point to the next argument. The |
Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3672 | actual type of <tt>va_list</tt> is target specific.</p> |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3673 | |
Chris Lattner | 8d1a81d | 2003-10-18 05:51:36 +0000 | [diff] [blame] | 3674 | <h5>Semantics:</h5> |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3675 | |
Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3676 | <p>The '<tt>va_arg</tt>' instruction loads an argument of the specified |
| 3677 | type from the specified <tt>va_list</tt> and causes the |
| 3678 | <tt>va_list</tt> to point to the next argument. For more information, |
| 3679 | see the variable argument handling <a href="#int_varargs">Intrinsic |
| 3680 | Functions</a>.</p> |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3681 | |
| 3682 | <p>It is legal for this instruction to be called in a function which does not |
| 3683 | take a variable number of arguments, for example, the <tt>vfprintf</tt> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3684 | function.</p> |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3685 | |
Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3686 | <p><tt>va_arg</tt> is an LLVM instruction instead of an <a |
John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 3687 | href="#intrinsics">intrinsic function</a> because it takes a type as an |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3688 | argument.</p> |
| 3689 | |
Chris Lattner | 8d1a81d | 2003-10-18 05:51:36 +0000 | [diff] [blame] | 3690 | <h5>Example:</h5> |
Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3691 | |
| 3692 | <p>See the <a href="#int_varargs">variable argument processing</a> section.</p> |
| 3693 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3694 | </div> |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3695 | |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3696 | <!-- *********************************************************************** --> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3697 | <div class="doc_section"> <a name="intrinsics">Intrinsic Functions</a> </div> |
| 3698 | <!-- *********************************************************************** --> |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3699 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3700 | <div class="doc_text"> |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3701 | |
| 3702 | <p>LLVM supports the notion of an "intrinsic function". These functions have |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 3703 | well known names and semantics and are required to follow certain restrictions. |
| 3704 | Overall, these intrinsics represent an extension mechanism for the LLVM |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3705 | language that does not require changing all of the transformations in LLVM when |
Gabor Greif | 04367bf | 2007-07-06 22:07:22 +0000 | [diff] [blame] | 3706 | adding to the language (or the bitcode reader/writer, the parser, etc...).</p> |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3707 | |
John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 3708 | <p>Intrinsic function names must all start with an "<tt>llvm.</tt>" prefix. This |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3709 | prefix is reserved in LLVM for intrinsic names; thus, function names may not |
| 3710 | begin with this prefix. Intrinsic functions must always be external functions: |
| 3711 | you cannot define the body of intrinsic functions. Intrinsic functions may |
| 3712 | only be used in call or invoke instructions: it is illegal to take the address |
| 3713 | of an intrinsic function. Additionally, because intrinsic functions are part |
| 3714 | of the LLVM language, it is required if any are added that they be documented |
| 3715 | here.</p> |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3716 | |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3717 | <p>Some intrinsic functions can be overloaded, i.e., the intrinsic represents |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 3718 | a family of functions that perform the same operation but on different data |
| 3719 | types. This is most frequent with the integer types. Since LLVM can represent |
| 3720 | over 8 million different integer types, there is a way to declare an intrinsic |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3721 | that can be overloaded based on its arguments. Such an intrinsic will have the |
| 3722 | names of its argument types encoded into its function name, each |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 3723 | preceded by a period. For example, the <tt>llvm.ctpop</tt> function can take an |
| 3724 | integer of any width. This leads to a family of functions such as |
| 3725 | <tt>i32 @llvm.ctpop.i8(i8 %val)</tt> and <tt>i32 @llvm.ctpop.i29(i29 %val)</tt>. |
| 3726 | </p> |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3727 | |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 3728 | |
| 3729 | <p>To learn how to add an intrinsic function, please see the |
| 3730 | <a href="ExtendingLLVM.html">Extending LLVM Guide</a>. |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3731 | </p> |
| 3732 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3733 | </div> |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3734 | |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3735 | <!-- ======================================================================= --> |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3736 | <div class="doc_subsection"> |
| 3737 | <a name="int_varargs">Variable Argument Handling Intrinsics</a> |
| 3738 | </div> |
| 3739 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3740 | <div class="doc_text"> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3741 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3742 | <p>Variable argument support is defined in LLVM with the <a |
Chris Lattner | fb6977d | 2006-01-13 23:26:01 +0000 | [diff] [blame] | 3743 | href="#i_va_arg"><tt>va_arg</tt></a> instruction and these three |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3744 | intrinsic functions. These functions are related to the similarly |
| 3745 | named macros defined in the <tt><stdarg.h></tt> header file.</p> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3746 | |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3747 | <p>All of these functions operate on arguments that use a |
| 3748 | target-specific value type "<tt>va_list</tt>". The LLVM assembly |
| 3749 | language reference manual does not define what this type is, so all |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3750 | transformations should be prepared to handle these functions regardless of |
| 3751 | the type used.</p> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3752 | |
Chris Lattner | 374ab30 | 2006-05-15 17:26:46 +0000 | [diff] [blame] | 3753 | <p>This example shows how the <a href="#i_va_arg"><tt>va_arg</tt></a> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3754 | instruction and the variable argument handling intrinsic functions are |
| 3755 | used.</p> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3756 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 3757 | <div class="doc_code"> |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3758 | <pre> |
Anton Korobeynikov | 5d522f3 | 2007-03-21 23:58:04 +0000 | [diff] [blame] | 3759 | define i32 @test(i32 %X, ...) { |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3760 | ; Initialize variable argument processing |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3761 | %ap = alloca i8* |
Chris Lattner | b75137d | 2007-01-08 07:55:15 +0000 | [diff] [blame] | 3762 | %ap2 = bitcast i8** %ap to i8* |
Anton Korobeynikov | 5d522f3 | 2007-03-21 23:58:04 +0000 | [diff] [blame] | 3763 | call void @llvm.va_start(i8* %ap2) |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3764 | |
| 3765 | ; Read a single integer argument |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3766 | %tmp = va_arg i8** %ap, i32 |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3767 | |
| 3768 | ; Demonstrate usage of llvm.va_copy and llvm.va_end |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3769 | %aq = alloca i8* |
Chris Lattner | b75137d | 2007-01-08 07:55:15 +0000 | [diff] [blame] | 3770 | %aq2 = bitcast i8** %aq to i8* |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3771 | call void @llvm.va_copy(i8* %aq2, i8* %ap2) |
Anton Korobeynikov | 5d522f3 | 2007-03-21 23:58:04 +0000 | [diff] [blame] | 3772 | call void @llvm.va_end(i8* %aq2) |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3773 | |
| 3774 | ; Stop processing of arguments. |
Anton Korobeynikov | 5d522f3 | 2007-03-21 23:58:04 +0000 | [diff] [blame] | 3775 | call void @llvm.va_end(i8* %ap2) |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3776 | ret i32 %tmp |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3777 | } |
Anton Korobeynikov | 5d522f3 | 2007-03-21 23:58:04 +0000 | [diff] [blame] | 3778 | |
| 3779 | declare void @llvm.va_start(i8*) |
| 3780 | declare void @llvm.va_copy(i8*, i8*) |
| 3781 | declare void @llvm.va_end(i8*) |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3782 | </pre> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3783 | </div> |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3784 | |
Bill Wendling | 2f7a8b0 | 2007-05-29 09:04:49 +0000 | [diff] [blame] | 3785 | </div> |
| 3786 | |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3787 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3788 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 3789 | <a name="int_va_start">'<tt>llvm.va_start</tt>' Intrinsic</a> |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3790 | </div> |
| 3791 | |
| 3792 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3793 | <div class="doc_text"> |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3794 | <h5>Syntax:</h5> |
Chris Lattner | b75137d | 2007-01-08 07:55:15 +0000 | [diff] [blame] | 3795 | <pre> declare void %llvm.va_start(i8* <arglist>)<br></pre> |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3796 | <h5>Overview:</h5> |
Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3797 | <P>The '<tt>llvm.va_start</tt>' intrinsic initializes |
| 3798 | <tt>*<arglist></tt> for subsequent use by <tt><a |
| 3799 | href="#i_va_arg">va_arg</a></tt>.</p> |
| 3800 | |
| 3801 | <h5>Arguments:</h5> |
| 3802 | |
| 3803 | <P>The argument is a pointer to a <tt>va_list</tt> element to initialize.</p> |
| 3804 | |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3805 | <h5>Semantics:</h5> |
Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3806 | |
| 3807 | <P>The '<tt>llvm.va_start</tt>' intrinsic works just like the <tt>va_start</tt> |
| 3808 | macro available in C. In a target-dependent way, it initializes the |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3809 | <tt>va_list</tt> element to which the argument points, so that the next call to |
Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3810 | <tt>va_arg</tt> will produce the first variable argument passed to the function. |
| 3811 | Unlike the C <tt>va_start</tt> macro, this intrinsic does not need to know the |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3812 | last argument of the function as the compiler can figure that out.</p> |
Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3813 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3814 | </div> |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3815 | |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3816 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3817 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 3818 | <a name="int_va_end">'<tt>llvm.va_end</tt>' Intrinsic</a> |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3819 | </div> |
| 3820 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3821 | <div class="doc_text"> |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3822 | <h5>Syntax:</h5> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 3823 | <pre> declare void @llvm.va_end(i8* <arglist>)<br></pre> |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3824 | <h5>Overview:</h5> |
Chris Lattner | b75137d | 2007-01-08 07:55:15 +0000 | [diff] [blame] | 3825 | |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3826 | <p>The '<tt>llvm.va_end</tt>' intrinsic destroys <tt>*<arglist></tt>, |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 3827 | which has been initialized previously with <tt><a href="#int_va_start">llvm.va_start</a></tt> |
Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3828 | or <tt><a href="#i_va_copy">llvm.va_copy</a></tt>.</p> |
Chris Lattner | b75137d | 2007-01-08 07:55:15 +0000 | [diff] [blame] | 3829 | |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3830 | <h5>Arguments:</h5> |
Chris Lattner | b75137d | 2007-01-08 07:55:15 +0000 | [diff] [blame] | 3831 | |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3832 | <p>The argument is a pointer to a <tt>va_list</tt> to destroy.</p> |
Chris Lattner | b75137d | 2007-01-08 07:55:15 +0000 | [diff] [blame] | 3833 | |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3834 | <h5>Semantics:</h5> |
Chris Lattner | b75137d | 2007-01-08 07:55:15 +0000 | [diff] [blame] | 3835 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3836 | <p>The '<tt>llvm.va_end</tt>' intrinsic works just like the <tt>va_end</tt> |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3837 | macro available in C. In a target-dependent way, it destroys the |
| 3838 | <tt>va_list</tt> element to which the argument points. Calls to <a |
| 3839 | href="#int_va_start"><tt>llvm.va_start</tt></a> and <a href="#int_va_copy"> |
| 3840 | <tt>llvm.va_copy</tt></a> must be matched exactly with calls to |
| 3841 | <tt>llvm.va_end</tt>.</p> |
Chris Lattner | b75137d | 2007-01-08 07:55:15 +0000 | [diff] [blame] | 3842 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3843 | </div> |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3844 | |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3845 | <!-- _______________________________________________________________________ --> |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3846 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 3847 | <a name="int_va_copy">'<tt>llvm.va_copy</tt>' Intrinsic</a> |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3848 | </div> |
| 3849 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3850 | <div class="doc_text"> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3851 | |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3852 | <h5>Syntax:</h5> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3853 | |
| 3854 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 3855 | declare void @llvm.va_copy(i8* <destarglist>, i8* <srcarglist>) |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3856 | </pre> |
| 3857 | |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3858 | <h5>Overview:</h5> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3859 | |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3860 | <p>The '<tt>llvm.va_copy</tt>' intrinsic copies the current argument position |
| 3861 | from the source argument list to the destination argument list.</p> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3862 | |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3863 | <h5>Arguments:</h5> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3864 | |
Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3865 | <p>The first argument is a pointer to a <tt>va_list</tt> element to initialize. |
Andrew Lenharth | d0a4c62 | 2005-06-22 20:38:11 +0000 | [diff] [blame] | 3866 | The second argument is a pointer to a <tt>va_list</tt> element to copy from.</p> |
Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3867 | |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3868 | |
Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3869 | <h5>Semantics:</h5> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3870 | |
Jeff Cohen | b627eab | 2007-04-29 01:07:00 +0000 | [diff] [blame] | 3871 | <p>The '<tt>llvm.va_copy</tt>' intrinsic works just like the <tt>va_copy</tt> |
| 3872 | macro available in C. In a target-dependent way, it copies the source |
| 3873 | <tt>va_list</tt> element into the destination <tt>va_list</tt> element. This |
| 3874 | intrinsic is necessary because the <tt><a href="#int_va_start"> |
| 3875 | llvm.va_start</a></tt> intrinsic may be arbitrarily complex and require, for |
| 3876 | example, memory allocation.</p> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3877 | |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3878 | </div> |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3879 | |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3880 | <!-- ======================================================================= --> |
| 3881 | <div class="doc_subsection"> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3882 | <a name="int_gc">Accurate Garbage Collection Intrinsics</a> |
| 3883 | </div> |
| 3884 | |
| 3885 | <div class="doc_text"> |
| 3886 | |
| 3887 | <p> |
| 3888 | LLVM support for <a href="GarbageCollection.html">Accurate Garbage |
| 3889 | Collection</a> requires the implementation and generation of these intrinsics. |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 3890 | These intrinsics allow identification of <a href="#int_gcroot">GC roots on the |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3891 | stack</a>, as well as garbage collector implementations that require <a |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 3892 | href="#int_gcread">read</a> and <a href="#int_gcwrite">write</a> barriers. |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3893 | Front-ends for type-safe garbage collected languages should generate these |
| 3894 | intrinsics to make use of the LLVM garbage collectors. For more details, see <a |
| 3895 | href="GarbageCollection.html">Accurate Garbage Collection with LLVM</a>. |
| 3896 | </p> |
| 3897 | </div> |
| 3898 | |
| 3899 | <!-- _______________________________________________________________________ --> |
| 3900 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 3901 | <a name="int_gcroot">'<tt>llvm.gcroot</tt>' Intrinsic</a> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3902 | </div> |
| 3903 | |
| 3904 | <div class="doc_text"> |
| 3905 | |
| 3906 | <h5>Syntax:</h5> |
| 3907 | |
| 3908 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 3909 | declare void @llvm.gcroot(<ty>** %ptrloc, <ty2>* %metadata) |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3910 | </pre> |
| 3911 | |
| 3912 | <h5>Overview:</h5> |
| 3913 | |
John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 3914 | <p>The '<tt>llvm.gcroot</tt>' intrinsic declares the existence of a GC root to |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3915 | the code generator, and allows some metadata to be associated with it.</p> |
| 3916 | |
| 3917 | <h5>Arguments:</h5> |
| 3918 | |
| 3919 | <p>The first argument specifies the address of a stack object that contains the |
| 3920 | root pointer. The second pointer (which must be either a constant or a global |
| 3921 | value address) contains the meta-data to be associated with the root.</p> |
| 3922 | |
| 3923 | <h5>Semantics:</h5> |
| 3924 | |
| 3925 | <p>At runtime, a call to this intrinsics stores a null pointer into the "ptrloc" |
| 3926 | location. At compile-time, the code generator generates information to allow |
| 3927 | the runtime to find the pointer at GC safe points. |
| 3928 | </p> |
| 3929 | |
| 3930 | </div> |
| 3931 | |
| 3932 | |
| 3933 | <!-- _______________________________________________________________________ --> |
| 3934 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 3935 | <a name="int_gcread">'<tt>llvm.gcread</tt>' Intrinsic</a> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3936 | </div> |
| 3937 | |
| 3938 | <div class="doc_text"> |
| 3939 | |
| 3940 | <h5>Syntax:</h5> |
| 3941 | |
| 3942 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 3943 | declare i8 * @llvm.gcread(i8 * %ObjPtr, i8 ** %Ptr) |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3944 | </pre> |
| 3945 | |
| 3946 | <h5>Overview:</h5> |
| 3947 | |
| 3948 | <p>The '<tt>llvm.gcread</tt>' intrinsic identifies reads of references from heap |
| 3949 | locations, allowing garbage collector implementations that require read |
| 3950 | barriers.</p> |
| 3951 | |
| 3952 | <h5>Arguments:</h5> |
| 3953 | |
Chris Lattner | 80626e9 | 2006-03-14 20:02:51 +0000 | [diff] [blame] | 3954 | <p>The second argument is the address to read from, which should be an address |
| 3955 | allocated from the garbage collector. The first object is a pointer to the |
| 3956 | start of the referenced object, if needed by the language runtime (otherwise |
| 3957 | null).</p> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3958 | |
| 3959 | <h5>Semantics:</h5> |
| 3960 | |
| 3961 | <p>The '<tt>llvm.gcread</tt>' intrinsic has the same semantics as a load |
| 3962 | instruction, but may be replaced with substantially more complex code by the |
| 3963 | garbage collector runtime, as needed.</p> |
| 3964 | |
| 3965 | </div> |
| 3966 | |
| 3967 | |
| 3968 | <!-- _______________________________________________________________________ --> |
| 3969 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 3970 | <a name="int_gcwrite">'<tt>llvm.gcwrite</tt>' Intrinsic</a> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3971 | </div> |
| 3972 | |
| 3973 | <div class="doc_text"> |
| 3974 | |
| 3975 | <h5>Syntax:</h5> |
| 3976 | |
| 3977 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 3978 | declare void @llvm.gcwrite(i8 * %P1, i8 * %Obj, i8 ** %P2) |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3979 | </pre> |
| 3980 | |
| 3981 | <h5>Overview:</h5> |
| 3982 | |
| 3983 | <p>The '<tt>llvm.gcwrite</tt>' intrinsic identifies writes of references to heap |
| 3984 | locations, allowing garbage collector implementations that require write |
| 3985 | barriers (such as generational or reference counting collectors).</p> |
| 3986 | |
| 3987 | <h5>Arguments:</h5> |
| 3988 | |
Chris Lattner | 80626e9 | 2006-03-14 20:02:51 +0000 | [diff] [blame] | 3989 | <p>The first argument is the reference to store, the second is the start of the |
| 3990 | object to store it to, and the third is the address of the field of Obj to |
| 3991 | store to. If the runtime does not require a pointer to the object, Obj may be |
| 3992 | null.</p> |
Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3993 | |
| 3994 | <h5>Semantics:</h5> |
| 3995 | |
| 3996 | <p>The '<tt>llvm.gcwrite</tt>' intrinsic has the same semantics as a store |
| 3997 | instruction, but may be replaced with substantially more complex code by the |
| 3998 | garbage collector runtime, as needed.</p> |
| 3999 | |
| 4000 | </div> |
| 4001 | |
| 4002 | |
| 4003 | |
| 4004 | <!-- ======================================================================= --> |
| 4005 | <div class="doc_subsection"> |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4006 | <a name="int_codegen">Code Generator Intrinsics</a> |
| 4007 | </div> |
| 4008 | |
| 4009 | <div class="doc_text"> |
| 4010 | <p> |
| 4011 | These intrinsics are provided by LLVM to expose special features that may only |
| 4012 | be implemented with code generator support. |
| 4013 | </p> |
| 4014 | |
| 4015 | </div> |
| 4016 | |
| 4017 | <!-- _______________________________________________________________________ --> |
| 4018 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4019 | <a name="int_returnaddress">'<tt>llvm.returnaddress</tt>' Intrinsic</a> |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4020 | </div> |
| 4021 | |
| 4022 | <div class="doc_text"> |
| 4023 | |
| 4024 | <h5>Syntax:</h5> |
| 4025 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4026 | declare i8 *@llvm.returnaddress(i32 <level>) |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4027 | </pre> |
| 4028 | |
| 4029 | <h5>Overview:</h5> |
| 4030 | |
| 4031 | <p> |
Chris Lattner | 32b5d71 | 2006-10-15 20:05:59 +0000 | [diff] [blame] | 4032 | The '<tt>llvm.returnaddress</tt>' intrinsic attempts to compute a |
| 4033 | target-specific value indicating the return address of the current function |
| 4034 | or one of its callers. |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4035 | </p> |
| 4036 | |
| 4037 | <h5>Arguments:</h5> |
| 4038 | |
| 4039 | <p> |
| 4040 | The argument to this intrinsic indicates which function to return the address |
| 4041 | for. Zero indicates the calling function, one indicates its caller, etc. The |
| 4042 | argument is <b>required</b> to be a constant integer value. |
| 4043 | </p> |
| 4044 | |
| 4045 | <h5>Semantics:</h5> |
| 4046 | |
| 4047 | <p> |
| 4048 | The '<tt>llvm.returnaddress</tt>' intrinsic either returns a pointer indicating |
| 4049 | the return address of the specified call frame, or zero if it cannot be |
| 4050 | identified. The value returned by this intrinsic is likely to be incorrect or 0 |
| 4051 | for arguments other than zero, so it should only be used for debugging purposes. |
| 4052 | </p> |
| 4053 | |
| 4054 | <p> |
| 4055 | Note that calling this intrinsic does not prevent function inlining or other |
Chris Lattner | b40bb38 | 2005-03-07 20:30:51 +0000 | [diff] [blame] | 4056 | aggressive transformations, so the value returned may not be that of the obvious |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4057 | source-language caller. |
| 4058 | </p> |
| 4059 | </div> |
| 4060 | |
| 4061 | |
| 4062 | <!-- _______________________________________________________________________ --> |
| 4063 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4064 | <a name="int_frameaddress">'<tt>llvm.frameaddress</tt>' Intrinsic</a> |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4065 | </div> |
| 4066 | |
| 4067 | <div class="doc_text"> |
| 4068 | |
| 4069 | <h5>Syntax:</h5> |
| 4070 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4071 | declare i8 *@llvm.frameaddress(i32 <level>) |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4072 | </pre> |
| 4073 | |
| 4074 | <h5>Overview:</h5> |
| 4075 | |
| 4076 | <p> |
Chris Lattner | 32b5d71 | 2006-10-15 20:05:59 +0000 | [diff] [blame] | 4077 | The '<tt>llvm.frameaddress</tt>' intrinsic attempts to return the |
| 4078 | target-specific frame pointer value for the specified stack frame. |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4079 | </p> |
| 4080 | |
| 4081 | <h5>Arguments:</h5> |
| 4082 | |
| 4083 | <p> |
| 4084 | The argument to this intrinsic indicates which function to return the frame |
| 4085 | pointer for. Zero indicates the calling function, one indicates its caller, |
| 4086 | etc. The argument is <b>required</b> to be a constant integer value. |
| 4087 | </p> |
| 4088 | |
| 4089 | <h5>Semantics:</h5> |
| 4090 | |
| 4091 | <p> |
| 4092 | The '<tt>llvm.frameaddress</tt>' intrinsic either returns a pointer indicating |
| 4093 | the frame address of the specified call frame, or zero if it cannot be |
| 4094 | identified. The value returned by this intrinsic is likely to be incorrect or 0 |
| 4095 | for arguments other than zero, so it should only be used for debugging purposes. |
| 4096 | </p> |
| 4097 | |
| 4098 | <p> |
| 4099 | Note that calling this intrinsic does not prevent function inlining or other |
Chris Lattner | b40bb38 | 2005-03-07 20:30:51 +0000 | [diff] [blame] | 4100 | aggressive transformations, so the value returned may not be that of the obvious |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4101 | source-language caller. |
| 4102 | </p> |
| 4103 | </div> |
| 4104 | |
Chris Lattner | 9a9d7ac | 2005-02-28 19:24:19 +0000 | [diff] [blame] | 4105 | <!-- _______________________________________________________________________ --> |
| 4106 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4107 | <a name="int_stacksave">'<tt>llvm.stacksave</tt>' Intrinsic</a> |
Chris Lattner | 57e1f39 | 2006-01-13 02:03:13 +0000 | [diff] [blame] | 4108 | </div> |
| 4109 | |
| 4110 | <div class="doc_text"> |
| 4111 | |
| 4112 | <h5>Syntax:</h5> |
| 4113 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4114 | declare i8 *@llvm.stacksave() |
Chris Lattner | 57e1f39 | 2006-01-13 02:03:13 +0000 | [diff] [blame] | 4115 | </pre> |
| 4116 | |
| 4117 | <h5>Overview:</h5> |
| 4118 | |
| 4119 | <p> |
| 4120 | The '<tt>llvm.stacksave</tt>' intrinsic is used to remember the current state of |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4121 | the function stack, for use with <a href="#int_stackrestore"> |
Chris Lattner | 57e1f39 | 2006-01-13 02:03:13 +0000 | [diff] [blame] | 4122 | <tt>llvm.stackrestore</tt></a>. This is useful for implementing language |
| 4123 | features like scoped automatic variable sized arrays in C99. |
| 4124 | </p> |
| 4125 | |
| 4126 | <h5>Semantics:</h5> |
| 4127 | |
| 4128 | <p> |
| 4129 | This intrinsic returns a opaque pointer value that can be passed to <a |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4130 | href="#int_stackrestore"><tt>llvm.stackrestore</tt></a>. When an |
Chris Lattner | 57e1f39 | 2006-01-13 02:03:13 +0000 | [diff] [blame] | 4131 | <tt>llvm.stackrestore</tt> intrinsic is executed with a value saved from |
| 4132 | <tt>llvm.stacksave</tt>, it effectively restores the state of the stack to the |
| 4133 | state it was in when the <tt>llvm.stacksave</tt> intrinsic executed. In |
| 4134 | practice, this pops any <a href="#i_alloca">alloca</a> blocks from the stack |
| 4135 | that were allocated after the <tt>llvm.stacksave</tt> was executed. |
| 4136 | </p> |
| 4137 | |
| 4138 | </div> |
| 4139 | |
| 4140 | <!-- _______________________________________________________________________ --> |
| 4141 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4142 | <a name="int_stackrestore">'<tt>llvm.stackrestore</tt>' Intrinsic</a> |
Chris Lattner | 57e1f39 | 2006-01-13 02:03:13 +0000 | [diff] [blame] | 4143 | </div> |
| 4144 | |
| 4145 | <div class="doc_text"> |
| 4146 | |
| 4147 | <h5>Syntax:</h5> |
| 4148 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4149 | declare void @llvm.stackrestore(i8 * %ptr) |
Chris Lattner | 57e1f39 | 2006-01-13 02:03:13 +0000 | [diff] [blame] | 4150 | </pre> |
| 4151 | |
| 4152 | <h5>Overview:</h5> |
| 4153 | |
| 4154 | <p> |
| 4155 | The '<tt>llvm.stackrestore</tt>' intrinsic is used to restore the state of |
| 4156 | the function stack to the state it was in when the corresponding <a |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4157 | href="#int_stacksave"><tt>llvm.stacksave</tt></a> intrinsic executed. This is |
Chris Lattner | 57e1f39 | 2006-01-13 02:03:13 +0000 | [diff] [blame] | 4158 | useful for implementing language features like scoped automatic variable sized |
| 4159 | arrays in C99. |
| 4160 | </p> |
| 4161 | |
| 4162 | <h5>Semantics:</h5> |
| 4163 | |
| 4164 | <p> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4165 | See the description for <a href="#int_stacksave"><tt>llvm.stacksave</tt></a>. |
Chris Lattner | 57e1f39 | 2006-01-13 02:03:13 +0000 | [diff] [blame] | 4166 | </p> |
| 4167 | |
| 4168 | </div> |
| 4169 | |
| 4170 | |
| 4171 | <!-- _______________________________________________________________________ --> |
| 4172 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4173 | <a name="int_prefetch">'<tt>llvm.prefetch</tt>' Intrinsic</a> |
Chris Lattner | 9a9d7ac | 2005-02-28 19:24:19 +0000 | [diff] [blame] | 4174 | </div> |
| 4175 | |
| 4176 | <div class="doc_text"> |
| 4177 | |
| 4178 | <h5>Syntax:</h5> |
| 4179 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4180 | declare void @llvm.prefetch(i8 * <address>, |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4181 | i32 <rw>, i32 <locality>) |
Chris Lattner | 9a9d7ac | 2005-02-28 19:24:19 +0000 | [diff] [blame] | 4182 | </pre> |
| 4183 | |
| 4184 | <h5>Overview:</h5> |
| 4185 | |
| 4186 | |
| 4187 | <p> |
| 4188 | The '<tt>llvm.prefetch</tt>' intrinsic is a hint to the code generator to insert |
John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 4189 | a prefetch instruction if supported; otherwise, it is a noop. Prefetches have |
| 4190 | no |
| 4191 | effect on the behavior of the program but can change its performance |
Chris Lattner | 2a61536 | 2005-02-28 19:47:14 +0000 | [diff] [blame] | 4192 | characteristics. |
Chris Lattner | 9a9d7ac | 2005-02-28 19:24:19 +0000 | [diff] [blame] | 4193 | </p> |
| 4194 | |
| 4195 | <h5>Arguments:</h5> |
| 4196 | |
| 4197 | <p> |
| 4198 | <tt>address</tt> is the address to be prefetched, <tt>rw</tt> is the specifier |
| 4199 | determining if the fetch should be for a read (0) or write (1), and |
| 4200 | <tt>locality</tt> is a temporal locality specifier ranging from (0) - no |
Chris Lattner | aeffb4a | 2005-03-07 20:31:38 +0000 | [diff] [blame] | 4201 | locality, to (3) - extremely local keep in cache. The <tt>rw</tt> and |
Chris Lattner | 9a9d7ac | 2005-02-28 19:24:19 +0000 | [diff] [blame] | 4202 | <tt>locality</tt> arguments must be constant integers. |
| 4203 | </p> |
| 4204 | |
| 4205 | <h5>Semantics:</h5> |
| 4206 | |
| 4207 | <p> |
| 4208 | This intrinsic does not modify the behavior of the program. In particular, |
| 4209 | prefetches cannot trap and do not produce a value. On targets that support this |
| 4210 | intrinsic, the prefetch can provide hints to the processor cache for better |
| 4211 | performance. |
| 4212 | </p> |
| 4213 | |
| 4214 | </div> |
| 4215 | |
Andrew Lenharth | 7f4ec3b | 2005-03-28 20:05:49 +0000 | [diff] [blame] | 4216 | <!-- _______________________________________________________________________ --> |
| 4217 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4218 | <a name="int_pcmarker">'<tt>llvm.pcmarker</tt>' Intrinsic</a> |
Andrew Lenharth | 7f4ec3b | 2005-03-28 20:05:49 +0000 | [diff] [blame] | 4219 | </div> |
| 4220 | |
| 4221 | <div class="doc_text"> |
| 4222 | |
| 4223 | <h5>Syntax:</h5> |
| 4224 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4225 | declare void @llvm.pcmarker( i32 <id> ) |
Andrew Lenharth | 7f4ec3b | 2005-03-28 20:05:49 +0000 | [diff] [blame] | 4226 | </pre> |
| 4227 | |
| 4228 | <h5>Overview:</h5> |
| 4229 | |
| 4230 | |
| 4231 | <p> |
John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 4232 | The '<tt>llvm.pcmarker</tt>' intrinsic is a method to export a Program Counter |
| 4233 | (PC) in a region of |
Andrew Lenharth | 7f4ec3b | 2005-03-28 20:05:49 +0000 | [diff] [blame] | 4234 | code to simulators and other tools. The method is target specific, but it is |
| 4235 | expected that the marker will use exported symbols to transmit the PC of the marker. |
Jeff Cohen | 25d4f7e | 2005-11-11 02:15:27 +0000 | [diff] [blame] | 4236 | The marker makes no guarantees that it will remain with any specific instruction |
Chris Lattner | d07c3f4 | 2005-11-15 06:07:55 +0000 | [diff] [blame] | 4237 | after optimizations. It is possible that the presence of a marker will inhibit |
Chris Lattner | b3e7afd | 2006-03-24 07:16:10 +0000 | [diff] [blame] | 4238 | optimizations. The intended use is to be inserted after optimizations to allow |
John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 4239 | correlations of simulation runs. |
Andrew Lenharth | 7f4ec3b | 2005-03-28 20:05:49 +0000 | [diff] [blame] | 4240 | </p> |
| 4241 | |
| 4242 | <h5>Arguments:</h5> |
| 4243 | |
| 4244 | <p> |
| 4245 | <tt>id</tt> is a numerical id identifying the marker. |
| 4246 | </p> |
| 4247 | |
| 4248 | <h5>Semantics:</h5> |
| 4249 | |
| 4250 | <p> |
| 4251 | This intrinsic does not modify the behavior of the program. Backends that do not |
| 4252 | support this intrinisic may ignore it. |
| 4253 | </p> |
| 4254 | |
| 4255 | </div> |
| 4256 | |
Andrew Lenharth | 51b8d54 | 2005-11-11 16:47:30 +0000 | [diff] [blame] | 4257 | <!-- _______________________________________________________________________ --> |
| 4258 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4259 | <a name="int_readcyclecounter">'<tt>llvm.readcyclecounter</tt>' Intrinsic</a> |
Andrew Lenharth | 51b8d54 | 2005-11-11 16:47:30 +0000 | [diff] [blame] | 4260 | </div> |
| 4261 | |
| 4262 | <div class="doc_text"> |
| 4263 | |
| 4264 | <h5>Syntax:</h5> |
| 4265 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4266 | declare i64 @llvm.readcyclecounter( ) |
Andrew Lenharth | 51b8d54 | 2005-11-11 16:47:30 +0000 | [diff] [blame] | 4267 | </pre> |
| 4268 | |
| 4269 | <h5>Overview:</h5> |
| 4270 | |
| 4271 | |
| 4272 | <p> |
| 4273 | The '<tt>llvm.readcyclecounter</tt>' intrinsic provides access to the cycle |
| 4274 | counter register (or similar low latency, high accuracy clocks) on those targets |
| 4275 | that support it. On X86, it should map to RDTSC. On Alpha, it should map to RPCC. |
| 4276 | As the backing counters overflow quickly (on the order of 9 seconds on alpha), this |
| 4277 | should only be used for small timings. |
| 4278 | </p> |
| 4279 | |
| 4280 | <h5>Semantics:</h5> |
| 4281 | |
| 4282 | <p> |
| 4283 | When directly supported, reading the cycle counter should not modify any memory. |
| 4284 | Implementations are allowed to either return a application specific value or a |
| 4285 | system wide value. On backends without support, this is lowered to a constant 0. |
| 4286 | </p> |
| 4287 | |
| 4288 | </div> |
| 4289 | |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4290 | <!-- ======================================================================= --> |
| 4291 | <div class="doc_subsection"> |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4292 | <a name="int_libc">Standard C Library Intrinsics</a> |
| 4293 | </div> |
| 4294 | |
| 4295 | <div class="doc_text"> |
| 4296 | <p> |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4297 | LLVM provides intrinsics for a few important standard C library functions. |
| 4298 | These intrinsics allow source-language front-ends to pass information about the |
| 4299 | alignment of the pointer arguments to the code generator, providing opportunity |
| 4300 | for more efficient code generation. |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4301 | </p> |
| 4302 | |
| 4303 | </div> |
| 4304 | |
| 4305 | <!-- _______________________________________________________________________ --> |
| 4306 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4307 | <a name="int_memcpy">'<tt>llvm.memcpy</tt>' Intrinsic</a> |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4308 | </div> |
| 4309 | |
| 4310 | <div class="doc_text"> |
| 4311 | |
| 4312 | <h5>Syntax:</h5> |
| 4313 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4314 | declare void @llvm.memcpy.i32(i8 * <dest>, i8 * <src>, |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4315 | i32 <len>, i32 <align>) |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4316 | declare void @llvm.memcpy.i64(i8 * <dest>, i8 * <src>, |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4317 | i64 <len>, i32 <align>) |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4318 | </pre> |
| 4319 | |
| 4320 | <h5>Overview:</h5> |
| 4321 | |
| 4322 | <p> |
Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4323 | The '<tt>llvm.memcpy.*</tt>' intrinsics copy a block of memory from the source |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4324 | location to the destination location. |
| 4325 | </p> |
| 4326 | |
| 4327 | <p> |
Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4328 | Note that, unlike the standard libc function, the <tt>llvm.memcpy.*</tt> |
| 4329 | intrinsics do not return a value, and takes an extra alignment argument. |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4330 | </p> |
| 4331 | |
| 4332 | <h5>Arguments:</h5> |
| 4333 | |
| 4334 | <p> |
| 4335 | The first argument is a pointer to the destination, the second is a pointer to |
Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4336 | the source. The third argument is an integer argument |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4337 | specifying the number of bytes to copy, and the fourth argument is the alignment |
| 4338 | of the source and destination locations. |
| 4339 | </p> |
| 4340 | |
Chris Lattner | 3301ced | 2004-02-12 21:18:15 +0000 | [diff] [blame] | 4341 | <p> |
| 4342 | If the call to this intrinisic has an alignment value that is not 0 or 1, then |
Chris Lattner | f0afc2c | 2006-03-04 00:02:10 +0000 | [diff] [blame] | 4343 | the caller guarantees that both the source and destination pointers are aligned |
| 4344 | to that boundary. |
Chris Lattner | 3301ced | 2004-02-12 21:18:15 +0000 | [diff] [blame] | 4345 | </p> |
| 4346 | |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4347 | <h5>Semantics:</h5> |
| 4348 | |
| 4349 | <p> |
Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4350 | The '<tt>llvm.memcpy.*</tt>' intrinsics copy a block of memory from the source |
Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4351 | location to the destination location, which are not allowed to overlap. It |
| 4352 | copies "len" bytes of memory over. If the argument is known to be aligned to |
| 4353 | some boundary, this can be specified as the fourth argument, otherwise it should |
| 4354 | be set to 0 or 1. |
| 4355 | </p> |
| 4356 | </div> |
| 4357 | |
| 4358 | |
Chris Lattner | 0eb51b4 | 2004-02-12 18:10:10 +0000 | [diff] [blame] | 4359 | <!-- _______________________________________________________________________ --> |
| 4360 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4361 | <a name="int_memmove">'<tt>llvm.memmove</tt>' Intrinsic</a> |
Chris Lattner | 0eb51b4 | 2004-02-12 18:10:10 +0000 | [diff] [blame] | 4362 | </div> |
| 4363 | |
| 4364 | <div class="doc_text"> |
| 4365 | |
| 4366 | <h5>Syntax:</h5> |
| 4367 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4368 | declare void @llvm.memmove.i32(i8 * <dest>, i8 * <src>, |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4369 | i32 <len>, i32 <align>) |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4370 | declare void @llvm.memmove.i64(i8 * <dest>, i8 * <src>, |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4371 | i64 <len>, i32 <align>) |
Chris Lattner | 0eb51b4 | 2004-02-12 18:10:10 +0000 | [diff] [blame] | 4372 | </pre> |
| 4373 | |
| 4374 | <h5>Overview:</h5> |
| 4375 | |
| 4376 | <p> |
Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4377 | The '<tt>llvm.memmove.*</tt>' intrinsics move a block of memory from the source |
| 4378 | location to the destination location. It is similar to the |
| 4379 | '<tt>llvm.memcmp</tt>' intrinsic but allows the two memory locations to overlap. |
Chris Lattner | 0eb51b4 | 2004-02-12 18:10:10 +0000 | [diff] [blame] | 4380 | </p> |
| 4381 | |
| 4382 | <p> |
Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4383 | Note that, unlike the standard libc function, the <tt>llvm.memmove.*</tt> |
| 4384 | intrinsics do not return a value, and takes an extra alignment argument. |
Chris Lattner | 0eb51b4 | 2004-02-12 18:10:10 +0000 | [diff] [blame] | 4385 | </p> |
| 4386 | |
| 4387 | <h5>Arguments:</h5> |
| 4388 | |
| 4389 | <p> |
| 4390 | The first argument is a pointer to the destination, the second is a pointer to |
Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4391 | the source. The third argument is an integer argument |
Chris Lattner | 0eb51b4 | 2004-02-12 18:10:10 +0000 | [diff] [blame] | 4392 | specifying the number of bytes to copy, and the fourth argument is the alignment |
| 4393 | of the source and destination locations. |
| 4394 | </p> |
| 4395 | |
Chris Lattner | 3301ced | 2004-02-12 21:18:15 +0000 | [diff] [blame] | 4396 | <p> |
| 4397 | If the call to this intrinisic has an alignment value that is not 0 or 1, then |
Chris Lattner | f0afc2c | 2006-03-04 00:02:10 +0000 | [diff] [blame] | 4398 | the caller guarantees that the source and destination pointers are aligned to |
| 4399 | that boundary. |
Chris Lattner | 3301ced | 2004-02-12 21:18:15 +0000 | [diff] [blame] | 4400 | </p> |
| 4401 | |
Chris Lattner | 0eb51b4 | 2004-02-12 18:10:10 +0000 | [diff] [blame] | 4402 | <h5>Semantics:</h5> |
| 4403 | |
| 4404 | <p> |
Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4405 | The '<tt>llvm.memmove.*</tt>' intrinsics copy a block of memory from the source |
Chris Lattner | 0eb51b4 | 2004-02-12 18:10:10 +0000 | [diff] [blame] | 4406 | location to the destination location, which may overlap. It |
| 4407 | copies "len" bytes of memory over. If the argument is known to be aligned to |
| 4408 | some boundary, this can be specified as the fourth argument, otherwise it should |
| 4409 | be set to 0 or 1. |
| 4410 | </p> |
| 4411 | </div> |
| 4412 | |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 4413 | |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4414 | <!-- _______________________________________________________________________ --> |
| 4415 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4416 | <a name="int_memset">'<tt>llvm.memset.*</tt>' Intrinsics</a> |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4417 | </div> |
| 4418 | |
| 4419 | <div class="doc_text"> |
| 4420 | |
| 4421 | <h5>Syntax:</h5> |
| 4422 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4423 | declare void @llvm.memset.i32(i8 * <dest>, i8 <val>, |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4424 | i32 <len>, i32 <align>) |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4425 | declare void @llvm.memset.i64(i8 * <dest>, i8 <val>, |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4426 | i64 <len>, i32 <align>) |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4427 | </pre> |
| 4428 | |
| 4429 | <h5>Overview:</h5> |
| 4430 | |
| 4431 | <p> |
Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4432 | The '<tt>llvm.memset.*</tt>' intrinsics fill a block of memory with a particular |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4433 | byte value. |
| 4434 | </p> |
| 4435 | |
| 4436 | <p> |
| 4437 | Note that, unlike the standard libc function, the <tt>llvm.memset</tt> intrinsic |
| 4438 | does not return a value, and takes an extra alignment argument. |
| 4439 | </p> |
| 4440 | |
| 4441 | <h5>Arguments:</h5> |
| 4442 | |
| 4443 | <p> |
| 4444 | The first argument is a pointer to the destination to fill, the second is the |
Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4445 | byte value to fill it with, the third argument is an integer |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4446 | argument specifying the number of bytes to fill, and the fourth argument is the |
| 4447 | known alignment of destination location. |
| 4448 | </p> |
| 4449 | |
| 4450 | <p> |
| 4451 | If the call to this intrinisic has an alignment value that is not 0 or 1, then |
Chris Lattner | f0afc2c | 2006-03-04 00:02:10 +0000 | [diff] [blame] | 4452 | the caller guarantees that the destination pointer is aligned to that boundary. |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4453 | </p> |
| 4454 | |
| 4455 | <h5>Semantics:</h5> |
| 4456 | |
| 4457 | <p> |
Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4458 | The '<tt>llvm.memset.*</tt>' intrinsics fill "len" bytes of memory starting at |
| 4459 | the |
Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4460 | destination location. If the argument is known to be aligned to some boundary, |
| 4461 | this can be specified as the fourth argument, otherwise it should be set to 0 or |
| 4462 | 1. |
| 4463 | </p> |
| 4464 | </div> |
| 4465 | |
| 4466 | |
Chris Lattner | 3200628 | 2004-06-11 02:28:03 +0000 | [diff] [blame] | 4467 | <!-- _______________________________________________________________________ --> |
| 4468 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4469 | <a name="int_sqrt">'<tt>llvm.sqrt.*</tt>' Intrinsic</a> |
Chris Lattner | a4d7414 | 2005-07-21 01:29:16 +0000 | [diff] [blame] | 4470 | </div> |
| 4471 | |
| 4472 | <div class="doc_text"> |
| 4473 | |
| 4474 | <h5>Syntax:</h5> |
| 4475 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4476 | declare float @llvm.sqrt.f32(float %Val) |
| 4477 | declare double @llvm.sqrt.f64(double %Val) |
Chris Lattner | a4d7414 | 2005-07-21 01:29:16 +0000 | [diff] [blame] | 4478 | </pre> |
| 4479 | |
| 4480 | <h5>Overview:</h5> |
| 4481 | |
| 4482 | <p> |
Reid Spencer | 0b11820 | 2006-01-16 21:12:35 +0000 | [diff] [blame] | 4483 | The '<tt>llvm.sqrt</tt>' intrinsics return the sqrt of the specified operand, |
Chris Lattner | a4d7414 | 2005-07-21 01:29:16 +0000 | [diff] [blame] | 4484 | returning the same value as the libm '<tt>sqrt</tt>' function would. Unlike |
| 4485 | <tt>sqrt</tt> in libm, however, <tt>llvm.sqrt</tt> has undefined behavior for |
| 4486 | negative numbers (which allows for better optimization). |
| 4487 | </p> |
| 4488 | |
| 4489 | <h5>Arguments:</h5> |
| 4490 | |
| 4491 | <p> |
| 4492 | The argument and return value are floating point numbers of the same type. |
| 4493 | </p> |
| 4494 | |
| 4495 | <h5>Semantics:</h5> |
| 4496 | |
| 4497 | <p> |
Dan Gohman | d6257fe | 2007-07-16 14:37:41 +0000 | [diff] [blame] | 4498 | This function returns the sqrt of the specified operand if it is a nonnegative |
Chris Lattner | a4d7414 | 2005-07-21 01:29:16 +0000 | [diff] [blame] | 4499 | floating point number. |
| 4500 | </p> |
| 4501 | </div> |
| 4502 | |
Chris Lattner | f4d252d | 2006-09-08 06:34:02 +0000 | [diff] [blame] | 4503 | <!-- _______________________________________________________________________ --> |
| 4504 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4505 | <a name="int_powi">'<tt>llvm.powi.*</tt>' Intrinsic</a> |
Chris Lattner | f4d252d | 2006-09-08 06:34:02 +0000 | [diff] [blame] | 4506 | </div> |
| 4507 | |
| 4508 | <div class="doc_text"> |
| 4509 | |
| 4510 | <h5>Syntax:</h5> |
| 4511 | <pre> |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4512 | declare float @llvm.powi.f32(float %Val, i32 %power) |
| 4513 | declare double @llvm.powi.f64(double %Val, i32 %power) |
Chris Lattner | f4d252d | 2006-09-08 06:34:02 +0000 | [diff] [blame] | 4514 | </pre> |
| 4515 | |
| 4516 | <h5>Overview:</h5> |
| 4517 | |
| 4518 | <p> |
| 4519 | The '<tt>llvm.powi.*</tt>' intrinsics return the first operand raised to the |
| 4520 | specified (positive or negative) power. The order of evaluation of |
| 4521 | multiplications is not defined. |
| 4522 | </p> |
| 4523 | |
| 4524 | <h5>Arguments:</h5> |
| 4525 | |
| 4526 | <p> |
| 4527 | The second argument is an integer power, and the first is a value to raise to |
| 4528 | that power. |
| 4529 | </p> |
| 4530 | |
| 4531 | <h5>Semantics:</h5> |
| 4532 | |
| 4533 | <p> |
| 4534 | This function returns the first value raised to the second power with an |
| 4535 | unspecified sequence of rounding operations.</p> |
| 4536 | </div> |
| 4537 | |
| 4538 | |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4539 | <!-- ======================================================================= --> |
| 4540 | <div class="doc_subsection"> |
Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 4541 | <a name="int_manip">Bit Manipulation Intrinsics</a> |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4542 | </div> |
| 4543 | |
| 4544 | <div class="doc_text"> |
| 4545 | <p> |
Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 4546 | LLVM provides intrinsics for a few important bit manipulation operations. |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4547 | These allow efficient code generation for some algorithms. |
| 4548 | </p> |
| 4549 | |
| 4550 | </div> |
| 4551 | |
| 4552 | <!-- _______________________________________________________________________ --> |
| 4553 | <div class="doc_subsubsection"> |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4554 | <a name="int_bswap">'<tt>llvm.bswap.*</tt>' Intrinsics</a> |
Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 4555 | </div> |
| 4556 | |
| 4557 | <div class="doc_text"> |
| 4558 | |
| 4559 | <h5>Syntax:</h5> |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 4560 | <p>This is an overloaded intrinsic function. You can use bswap on any integer |
| 4561 | type that is an even number of bytes (i.e. BitWidth % 16 == 0). Note the suffix |
| 4562 | that includes the type for the result and the operand. |
Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 4563 | <pre> |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 4564 | declare i16 @llvm.bswap.i16.i16(i16 <id>) |
| 4565 | declare i32 @llvm.bswap.i32.i32(i32 <id>) |
Reid Spencer | 543ab1d | 2007-04-02 00:19:52 +0000 | [diff] [blame] | 4566 | declare i64 @llvm.bswap.i64.i64(i64 <id>) |
Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 4567 | </pre> |
| 4568 | |
| 4569 | <h5>Overview:</h5> |
| 4570 | |
| 4571 | <p> |
Reid Spencer | 338ea09 | 2007-04-02 02:25:19 +0000 | [diff] [blame] | 4572 | The '<tt>llvm.bswap</tt>' family of intrinsics is used to byte swap integer |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 4573 | values with an even number of bytes (positive multiple of 16 bits). These are |
| 4574 | useful for performing operations on data that is not in the target's native |
| 4575 | byte order. |
Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 4576 | </p> |
| 4577 | |
| 4578 | <h5>Semantics:</h5> |
| 4579 | |
| 4580 | <p> |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 4581 | The <tt>llvm.bswap.16.i16</tt> intrinsic returns an i16 value that has the high |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4582 | and low byte of the input i16 swapped. Similarly, the <tt>llvm.bswap.i32</tt> |
| 4583 | intrinsic returns an i32 value that has the four bytes of the input i32 |
| 4584 | swapped, so that if the input bytes are numbered 0, 1, 2, 3 then the returned |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 4585 | i32 will have its bytes in 3, 2, 1, 0 order. The <tt>llvm.bswap.i48.i48</tt>, |
| 4586 | <tt>llvm.bswap.i64.i64</tt> and other intrinsics extend this concept to |
| 4587 | additional even-byte lengths (6 bytes, 8 bytes and more, respectively). |
Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 4588 | </p> |
| 4589 | |
| 4590 | </div> |
| 4591 | |
| 4592 | <!-- _______________________________________________________________________ --> |
| 4593 | <div class="doc_subsubsection"> |
Reid Spencer | 0b11820 | 2006-01-16 21:12:35 +0000 | [diff] [blame] | 4594 | <a name="int_ctpop">'<tt>llvm.ctpop.*</tt>' Intrinsic</a> |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4595 | </div> |
| 4596 | |
| 4597 | <div class="doc_text"> |
| 4598 | |
| 4599 | <h5>Syntax:</h5> |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 4600 | <p>This is an overloaded intrinsic. You can use llvm.ctpop on any integer bit |
| 4601 | width. Not all targets support all bit widths however. |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4602 | <pre> |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 4603 | declare i32 @llvm.ctpop.i8 (i8 <src>) |
| 4604 | declare i32 @llvm.ctpop.i16(i16 <src>) |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4605 | declare i32 @llvm.ctpop.i32(i32 <src>) |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 4606 | declare i32 @llvm.ctpop.i64(i64 <src>) |
| 4607 | declare i32 @llvm.ctpop.i256(i256 <src>) |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4608 | </pre> |
| 4609 | |
| 4610 | <h5>Overview:</h5> |
| 4611 | |
| 4612 | <p> |
Chris Lattner | ec6cb61 | 2006-01-16 22:38:59 +0000 | [diff] [blame] | 4613 | The '<tt>llvm.ctpop</tt>' family of intrinsics counts the number of bits set in a |
| 4614 | value. |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4615 | </p> |
| 4616 | |
| 4617 | <h5>Arguments:</h5> |
| 4618 | |
| 4619 | <p> |
Chris Lattner | cfe6b37 | 2005-05-07 01:46:40 +0000 | [diff] [blame] | 4620 | The only argument is the value to be counted. The argument may be of any |
Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 4621 | integer type. The return type must match the argument type. |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4622 | </p> |
| 4623 | |
| 4624 | <h5>Semantics:</h5> |
| 4625 | |
| 4626 | <p> |
| 4627 | The '<tt>llvm.ctpop</tt>' intrinsic counts the 1's in a variable. |
| 4628 | </p> |
| 4629 | </div> |
| 4630 | |
| 4631 | <!-- _______________________________________________________________________ --> |
| 4632 | <div class="doc_subsubsection"> |
Chris Lattner | 8a886be | 2006-01-16 22:34:14 +0000 | [diff] [blame] | 4633 | <a name="int_ctlz">'<tt>llvm.ctlz.*</tt>' Intrinsic</a> |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4634 | </div> |
| 4635 | |
| 4636 | <div class="doc_text"> |
| 4637 | |
| 4638 | <h5>Syntax:</h5> |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 4639 | <p>This is an overloaded intrinsic. You can use <tt>llvm.ctlz</tt> on any |
| 4640 | integer bit width. Not all targets support all bit widths however. |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4641 | <pre> |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 4642 | declare i32 @llvm.ctlz.i8 (i8 <src>) |
| 4643 | declare i32 @llvm.ctlz.i16(i16 <src>) |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4644 | declare i32 @llvm.ctlz.i32(i32 <src>) |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 4645 | declare i32 @llvm.ctlz.i64(i64 <src>) |
| 4646 | declare i32 @llvm.ctlz.i256(i256 <src>) |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4647 | </pre> |
| 4648 | |
| 4649 | <h5>Overview:</h5> |
| 4650 | |
| 4651 | <p> |
Reid Spencer | 0b11820 | 2006-01-16 21:12:35 +0000 | [diff] [blame] | 4652 | The '<tt>llvm.ctlz</tt>' family of intrinsic functions counts the number of |
| 4653 | leading zeros in a variable. |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4654 | </p> |
| 4655 | |
| 4656 | <h5>Arguments:</h5> |
| 4657 | |
| 4658 | <p> |
Chris Lattner | cfe6b37 | 2005-05-07 01:46:40 +0000 | [diff] [blame] | 4659 | The only argument is the value to be counted. The argument may be of any |
Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 4660 | integer type. The return type must match the argument type. |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4661 | </p> |
| 4662 | |
| 4663 | <h5>Semantics:</h5> |
| 4664 | |
| 4665 | <p> |
Chris Lattner | eff29ab | 2005-05-15 19:39:26 +0000 | [diff] [blame] | 4666 | The '<tt>llvm.ctlz</tt>' intrinsic counts the leading (most significant) zeros |
| 4667 | in a variable. If the src == 0 then the result is the size in bits of the type |
Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4668 | of src. For example, <tt>llvm.ctlz(i32 2) = 30</tt>. |
Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4669 | </p> |
| 4670 | </div> |
Chris Lattner | 3200628 | 2004-06-11 02:28:03 +0000 | [diff] [blame] | 4671 | |
| 4672 | |
Chris Lattner | eff29ab | 2005-05-15 19:39:26 +0000 | [diff] [blame] | 4673 | |
| 4674 | <!-- _______________________________________________________________________ --> |
| 4675 | <div class="doc_subsubsection"> |
Chris Lattner | 8a886be | 2006-01-16 22:34:14 +0000 | [diff] [blame] | 4676 | <a name="int_cttz">'<tt>llvm.cttz.*</tt>' Intrinsic</a> |
Chris Lattner | eff29ab | 2005-05-15 19:39:26 +0000 | [diff] [blame] | 4677 | </div> |
| 4678 | |
| 4679 | <div class="doc_text"> |
| 4680 | |
| 4681 | <h5>Syntax:</h5> |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 4682 | <p>This is an overloaded intrinsic. You can use <tt>llvm.cttz</tt> on any |
| 4683 | integer bit width. Not all targets support all bit widths however. |
Chris Lattner | eff29ab | 2005-05-15 19:39:26 +0000 | [diff] [blame] | 4684 | <pre> |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 4685 | declare i32 @llvm.cttz.i8 (i8 <src>) |
| 4686 | declare i32 @llvm.cttz.i16(i16 <src>) |
Anton Korobeynikov | ec43a06 | 2007-03-22 00:02:17 +0000 | [diff] [blame] | 4687 | declare i32 @llvm.cttz.i32(i32 <src>) |
Reid Spencer | 409e28f | 2007-04-01 08:04:23 +0000 | [diff] [blame] | 4688 | declare i32 @llvm.cttz.i64(i64 <src>) |
| 4689 | declare i32 @llvm.cttz.i256(i256 <src>) |
Chris Lattner | eff29ab | 2005-05-15 19:39:26 +0000 | [diff] [blame] | 4690 | </pre> |
| 4691 | |
| 4692 | <h5>Overview:</h5> |
| 4693 | |
| 4694 | <p> |
Reid Spencer | 0b11820 | 2006-01-16 21:12:35 +0000 | [diff] [blame] | 4695 | The '<tt>llvm.cttz</tt>' family of intrinsic functions counts the number of |
| 4696 | trailing zeros. |
Chris Lattner | eff29ab | 2005-05-15 19:39:26 +0000 | [diff] [blame] | 4697 | </p> |
| 4698 | |
| 4699 | <h5>Arguments:</h5> |
| 4700 | |
| 4701 | <p> |
| 4702 | The only argument is the value to be counted. The argument may be of any |
Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 4703 | integer type. The return type must match the argument type. |
Chris Lattner | eff29ab | 2005-05-15 19:39:26 +0000 | [diff] [blame] | 4704 | </p> |
| 4705 | |
| 4706 | <h5>Semantics:</h5> |
| 4707 | |
| 4708 | <p> |
| 4709 | The '<tt>llvm.cttz</tt>' intrinsic counts the trailing (least significant) zeros |
| 4710 | in a variable. If the src == 0 then the result is the size in bits of the type |
| 4711 | of src. For example, <tt>llvm.cttz(2) = 1</tt>. |
| 4712 | </p> |
| 4713 | </div> |
| 4714 | |
Reid Spencer | 497d93e | 2007-04-01 08:27:01 +0000 | [diff] [blame] | 4715 | <!-- _______________________________________________________________________ --> |
| 4716 | <div class="doc_subsubsection"> |
Reid Spencer | beacf66 | 2007-04-10 02:51:31 +0000 | [diff] [blame] | 4717 | <a name="int_part_select">'<tt>llvm.part.select.*</tt>' Intrinsic</a> |
Reid Spencer | a13ba7d | 2007-04-01 19:00:37 +0000 | [diff] [blame] | 4718 | </div> |
| 4719 | |
| 4720 | <div class="doc_text"> |
| 4721 | |
| 4722 | <h5>Syntax:</h5> |
Reid Spencer | beacf66 | 2007-04-10 02:51:31 +0000 | [diff] [blame] | 4723 | <p>This is an overloaded intrinsic. You can use <tt>llvm.part.select</tt> |
Reid Spencer | a13ba7d | 2007-04-01 19:00:37 +0000 | [diff] [blame] | 4724 | on any integer bit width. |
| 4725 | <pre> |
Reid Spencer | beacf66 | 2007-04-10 02:51:31 +0000 | [diff] [blame] | 4726 | declare i17 @llvm.part.select.i17.i17 (i17 %val, i32 %loBit, i32 %hiBit) |
| 4727 | declare i29 @llvm.part.select.i29.i29 (i29 %val, i32 %loBit, i32 %hiBit) |
Reid Spencer | a13ba7d | 2007-04-01 19:00:37 +0000 | [diff] [blame] | 4728 | </pre> |
| 4729 | |
| 4730 | <h5>Overview:</h5> |
Reid Spencer | beacf66 | 2007-04-10 02:51:31 +0000 | [diff] [blame] | 4731 | <p>The '<tt>llvm.part.select</tt>' family of intrinsic functions selects a |
Reid Spencer | a13ba7d | 2007-04-01 19:00:37 +0000 | [diff] [blame] | 4732 | range of bits from an integer value and returns them in the same bit width as |
| 4733 | the original value.</p> |
| 4734 | |
| 4735 | <h5>Arguments:</h5> |
| 4736 | <p>The first argument, <tt>%val</tt> and the result may be integer types of |
| 4737 | any bit width but they must have the same bit width. The second and third |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4738 | arguments must be <tt>i32</tt> type since they specify only a bit index.</p> |
Reid Spencer | a13ba7d | 2007-04-01 19:00:37 +0000 | [diff] [blame] | 4739 | |
| 4740 | <h5>Semantics:</h5> |
Reid Spencer | beacf66 | 2007-04-10 02:51:31 +0000 | [diff] [blame] | 4741 | <p>The operation of the '<tt>llvm.part.select</tt>' intrinsic has two modes |
Reid Spencer | a3e435f | 2007-04-04 02:42:35 +0000 | [diff] [blame] | 4742 | of operation: forwards and reverse. If <tt>%loBit</tt> is greater than |
| 4743 | <tt>%hiBits</tt> then the intrinsic operates in reverse mode. Otherwise it |
| 4744 | operates in forward mode.</p> |
| 4745 | <p>In forward mode, this intrinsic is the equivalent of shifting <tt>%val</tt> |
| 4746 | right by <tt>%loBit</tt> bits and then ANDing it with a mask with |
Reid Spencer | a13ba7d | 2007-04-01 19:00:37 +0000 | [diff] [blame] | 4747 | only the <tt>%hiBit - %loBit</tt> bits set, as follows:</p> |
| 4748 | <ol> |
| 4749 | <li>The <tt>%val</tt> is shifted right (LSHR) by the number of bits specified |
| 4750 | by <tt>%loBits</tt>. This normalizes the value to the low order bits.</li> |
| 4751 | <li>The <tt>%loBits</tt> value is subtracted from the <tt>%hiBits</tt> value |
| 4752 | to determine the number of bits to retain.</li> |
| 4753 | <li>A mask of the retained bits is created by shifting a -1 value.</li> |
| 4754 | <li>The mask is ANDed with <tt>%val</tt> to produce the result. |
| 4755 | </ol> |
Reid Spencer | d6a85b5 | 2007-05-14 16:14:57 +0000 | [diff] [blame] | 4756 | <p>In reverse mode, a similar computation is made except that the bits are |
| 4757 | returned in the reverse order. So, for example, if <tt>X</tt> has the value |
| 4758 | <tt>i16 0x0ACF (101011001111)</tt> and we apply |
| 4759 | <tt>part.select(i16 X, 8, 3)</tt> to it, we get back the value |
| 4760 | <tt>i16 0x0026 (000000100110)</tt>.</p> |
Reid Spencer | a13ba7d | 2007-04-01 19:00:37 +0000 | [diff] [blame] | 4761 | </div> |
| 4762 | |
Reid Spencer | f86037f | 2007-04-11 23:23:49 +0000 | [diff] [blame] | 4763 | <div class="doc_subsubsection"> |
| 4764 | <a name="int_part_set">'<tt>llvm.part.set.*</tt>' Intrinsic</a> |
| 4765 | </div> |
| 4766 | |
| 4767 | <div class="doc_text"> |
| 4768 | |
| 4769 | <h5>Syntax:</h5> |
| 4770 | <p>This is an overloaded intrinsic. You can use <tt>llvm.part.set</tt> |
| 4771 | on any integer bit width. |
| 4772 | <pre> |
| 4773 | declare i17 @llvm.part.set.i17.i17.i9 (i17 %val, i9 %repl, i32 %lo, i32 %hi) |
| 4774 | declare i29 @llvm.part.set.i29.i29.i9 (i29 %val, i9 %repl, i32 %lo, i32 %hi) |
| 4775 | </pre> |
| 4776 | |
| 4777 | <h5>Overview:</h5> |
| 4778 | <p>The '<tt>llvm.part.set</tt>' family of intrinsic functions replaces a range |
| 4779 | of bits in an integer value with another integer value. It returns the integer |
| 4780 | with the replaced bits.</p> |
| 4781 | |
| 4782 | <h5>Arguments:</h5> |
| 4783 | <p>The first argument, <tt>%val</tt> and the result may be integer types of |
| 4784 | any bit width but they must have the same bit width. <tt>%val</tt> is the value |
| 4785 | whose bits will be replaced. The second argument, <tt>%repl</tt> may be an |
| 4786 | integer of any bit width. The third and fourth arguments must be <tt>i32</tt> |
| 4787 | type since they specify only a bit index.</p> |
| 4788 | |
| 4789 | <h5>Semantics:</h5> |
| 4790 | <p>The operation of the '<tt>llvm.part.set</tt>' intrinsic has two modes |
| 4791 | of operation: forwards and reverse. If <tt>%lo</tt> is greater than |
| 4792 | <tt>%hi</tt> then the intrinsic operates in reverse mode. Otherwise it |
| 4793 | operates in forward mode.</p> |
| 4794 | <p>For both modes, the <tt>%repl</tt> value is prepared for use by either |
| 4795 | truncating it down to the size of the replacement area or zero extending it |
| 4796 | up to that size.</p> |
| 4797 | <p>In forward mode, the bits between <tt>%lo</tt> and <tt>%hi</tt> (inclusive) |
| 4798 | are replaced with corresponding bits from <tt>%repl</tt>. That is the 0th bit |
| 4799 | in <tt>%repl</tt> replaces the <tt>%lo</tt>th bit in <tt>%val</tt> and etc. up |
| 4800 | to the <tt>%hi</tt>th bit. |
Reid Spencer | c6749c4 | 2007-05-14 16:50:20 +0000 | [diff] [blame] | 4801 | <p>In reverse mode, a similar computation is made except that the bits are |
| 4802 | reversed. That is, the <tt>0</tt>th bit in <tt>%repl</tt> replaces the |
| 4803 | <tt>%hi</tt> bit in <tt>%val</tt> and etc. down to the <tt>%lo</tt>th bit. |
Reid Spencer | f86037f | 2007-04-11 23:23:49 +0000 | [diff] [blame] | 4804 | <h5>Examples:</h5> |
| 4805 | <pre> |
Reid Spencer | f0dbf64 | 2007-04-12 01:03:03 +0000 | [diff] [blame] | 4806 | llvm.part.set(0xFFFF, 0, 4, 7) -> 0xFF0F |
Reid Spencer | c6749c4 | 2007-05-14 16:50:20 +0000 | [diff] [blame] | 4807 | llvm.part.set(0xFFFF, 0, 7, 4) -> 0xFF0F |
| 4808 | llvm.part.set(0xFFFF, 1, 7, 4) -> 0xFF8F |
| 4809 | llvm.part.set(0xFFFF, F, 8, 3) -> 0xFFE7 |
Reid Spencer | f0dbf64 | 2007-04-12 01:03:03 +0000 | [diff] [blame] | 4810 | llvm.part.set(0xFFFF, 0, 3, 8) -> 0xFE07 |
Reid Spencer | c891084 | 2007-04-11 23:49:50 +0000 | [diff] [blame] | 4811 | </pre> |
Reid Spencer | f86037f | 2007-04-11 23:23:49 +0000 | [diff] [blame] | 4812 | </div> |
| 4813 | |
Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 4814 | <!-- ======================================================================= --> |
| 4815 | <div class="doc_subsection"> |
| 4816 | <a name="int_debugger">Debugger Intrinsics</a> |
| 4817 | </div> |
| 4818 | |
| 4819 | <div class="doc_text"> |
| 4820 | <p> |
| 4821 | The LLVM debugger intrinsics (which all start with <tt>llvm.dbg.</tt> prefix), |
| 4822 | are described in the <a |
| 4823 | href="SourceLevelDebugging.html#format_common_intrinsics">LLVM Source Level |
| 4824 | Debugging</a> document. |
| 4825 | </p> |
| 4826 | </div> |
| 4827 | |
| 4828 | |
Jim Laskey | dd4ef1b | 2007-03-14 19:31:19 +0000 | [diff] [blame] | 4829 | <!-- ======================================================================= --> |
| 4830 | <div class="doc_subsection"> |
| 4831 | <a name="int_eh">Exception Handling Intrinsics</a> |
| 4832 | </div> |
| 4833 | |
| 4834 | <div class="doc_text"> |
| 4835 | <p> The LLVM exception handling intrinsics (which all start with |
| 4836 | <tt>llvm.eh.</tt> prefix), are described in the <a |
| 4837 | href="ExceptionHandling.html#format_common_intrinsics">LLVM Exception |
| 4838 | Handling</a> document. </p> |
| 4839 | </div> |
| 4840 | |
Tanya Lattner | 6d806e9 | 2007-06-15 20:50:54 +0000 | [diff] [blame] | 4841 | <!-- ======================================================================= --> |
| 4842 | <div class="doc_subsection"> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 4843 | <a name="int_atomics">Atomic Operations and Synchronization Intrinsics</a> |
| 4844 | </div> |
| 4845 | |
| 4846 | <div class="doc_text"> |
| 4847 | <p> |
| 4848 | These intrinsic functions expand the "universal IR" of LLVM to represent |
| 4849 | hardware constructs for atomic operations and memory synchronization. This |
| 4850 | provides an interface to the hardware, not an interface to the programmer. It |
| 4851 | is aimed at a low enough level to allow any programming models or APIs which |
| 4852 | need atomic behaviors to map cleanly onto it. It is also modeled primarily on |
Chandler Carruth | 6813c15 | 2007-07-20 20:14:52 +0000 | [diff] [blame] | 4853 | hardware behavior. Just as hardware provides a "universal IR" for source |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 4854 | languages, it also provides a starting point for developing a "universal" |
| 4855 | atomic operation and synchronization IR. |
| 4856 | </p> |
| 4857 | <p> |
| 4858 | These do <em>not</em> form an API such as high-level threading libraries, |
| 4859 | software transaction memory systems, atomic primitives, and intrinsic |
Reid Spencer | 2067764 | 2007-07-20 19:59:11 +0000 | [diff] [blame] | 4860 | functions as found in BSD, GNU libc, atomic_ops, APR, and other system and |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 4861 | application libraries. The hardware interface provided by LLVM should allow |
| 4862 | a clean implementation of all of these APIs and parallel programming models. |
| 4863 | No one model or paradigm should be selected above others unless the hardware |
| 4864 | itself ubiquitously does so. |
| 4865 | </p> |
| 4866 | </div> |
| 4867 | |
| 4868 | <!-- _______________________________________________________________________ --> |
| 4869 | <div class="doc_subsubsection"> |
| 4870 | <a name="int_lcs">'<tt>llvm.atomic.lcs.*</tt>' Intrinsic</a> |
| 4871 | </div> |
| 4872 | <div class="doc_text"> |
| 4873 | <h5>Syntax:</h5> |
| 4874 | <p> |
| 4875 | This is an overloaded intrinsic. You can use <tt>llvm.atomic.lcs</tt> on any |
Reid Spencer | 2067764 | 2007-07-20 19:59:11 +0000 | [diff] [blame] | 4876 | integer bit width. Not all targets support all bit widths however.</p> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 4877 | <pre> |
| 4878 | declare i8 @llvm.atomic.lcs.i8.i8p.i8.i8( i8* <ptr>, i8 <cmp>, i8 <val> ) |
| 4879 | declare i16 @llvm.atomic.lcs.i16.i16p.i16.i16( i16* <ptr>, i16 <cmp>, i16 <val> ) |
| 4880 | declare i32 @llvm.atomic.lcs.i32.i32p.i32.i32( i32* <ptr>, i32 <cmp>, i32 <val> ) |
| 4881 | declare i64 @llvm.atomic.lcs.i64.i64p.i64.i64( i64* <ptr>, i64 <cmp>, i64 <val> ) |
| 4882 | </pre> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 4883 | <h5>Overview:</h5> |
| 4884 | <p> |
Chandler Carruth | 6813c15 | 2007-07-20 20:14:52 +0000 | [diff] [blame] | 4885 | This loads a value in memory and compares it to a given value. If they are |
| 4886 | equal, it stores a new value into the memory. |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 4887 | </p> |
| 4888 | <h5>Arguments:</h5> |
| 4889 | <p> |
| 4890 | The <tt>llvm.atomic.lcs</tt> intrinsic takes three arguments. The result as |
| 4891 | well as both <tt>cmp</tt> and <tt>val</tt> must be integer values with the |
| 4892 | same bit width. The <tt>ptr</tt> argument must be a pointer to a value of |
| 4893 | this integer type. While any bit width integer may be used, targets may only |
| 4894 | lower representations they support in hardware. |
| 4895 | </p> |
| 4896 | <h5>Semantics:</h5> |
| 4897 | <p> |
| 4898 | This entire intrinsic must be executed atomically. It first loads the value |
Chandler Carruth | 6813c15 | 2007-07-20 20:14:52 +0000 | [diff] [blame] | 4899 | in memory pointed to by <tt>ptr</tt> and compares it with the value |
| 4900 | <tt>cmp</tt>. If they are equal, <tt>val</tt> is stored into the memory. The |
| 4901 | loaded value is yielded in all cases. This provides the equivalent of an |
| 4902 | atomic compare-and-swap operation within the SSA framework. |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 4903 | </p> |
| 4904 | <h5>Examples:</h5> |
| 4905 | <pre> |
| 4906 | %ptr = malloc i32 |
| 4907 | store i32 4, %ptr |
| 4908 | |
| 4909 | %val1 = add i32 4, 4 |
| 4910 | %result1 = call i32 @llvm.atomic.lcs( i32* %ptr, i32 4, %val1 ) |
| 4911 | <i>; yields {i32}:result1 = 4</i> |
| 4912 | %stored1 = icmp eq i32 %result1, 4 <i>; yields {i1}:stored1 = true</i> |
| 4913 | %memval1 = load i32* %ptr <i>; yields {i32}:memval1 = 8</i> |
| 4914 | |
| 4915 | %val2 = add i32 1, 1 |
| 4916 | %result2 = call i32 @llvm.atomic.lcs( i32* %ptr, i32 5, %val2 ) |
| 4917 | <i>; yields {i32}:result2 = 8</i> |
| 4918 | %stored2 = icmp eq i32 %result2, 5 <i>; yields {i1}:stored2 = false</i> |
| 4919 | %memval2 = load i32* %ptr <i>; yields {i32}:memval2 = 8</i> |
| 4920 | </pre> |
| 4921 | </div> |
| 4922 | |
| 4923 | <!-- _______________________________________________________________________ --> |
| 4924 | <div class="doc_subsubsection"> |
| 4925 | <a name="int_ls">'<tt>llvm.atomic.ls.*</tt>' Intrinsic</a> |
| 4926 | </div> |
| 4927 | <div class="doc_text"> |
| 4928 | <h5>Syntax:</h5> |
| 4929 | <p> |
| 4930 | This is an overloaded intrinsic. You can use <tt>llvm.atomic.ls</tt> on any |
Reid Spencer | 2067764 | 2007-07-20 19:59:11 +0000 | [diff] [blame] | 4931 | integer bit width. Not all targets support all bit widths however.</p> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 4932 | <pre> |
| 4933 | declare i8 @llvm.atomic.ls.i8.i8p.i8( i8* <ptr>, i8 <val> ) |
| 4934 | declare i16 @llvm.atomic.ls.i16.i16p.i16( i16* <ptr>, i16 <val> ) |
| 4935 | declare i32 @llvm.atomic.ls.i32.i32p.i32( i32* <ptr>, i32 <val> ) |
| 4936 | declare i64 @llvm.atomic.ls.i64.i64p.i64( i64* <ptr>, i64 <val> ) |
| 4937 | </pre> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 4938 | <h5>Overview:</h5> |
| 4939 | <p> |
Chandler Carruth | 6813c15 | 2007-07-20 20:14:52 +0000 | [diff] [blame] | 4940 | This intrinsic loads the value stored in memory at <tt>ptr</tt> and yields |
| 4941 | the value from memory. It then stores the value in <tt>val</tt> in the memory |
| 4942 | at <tt>ptr</tt>. |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 4943 | </p> |
| 4944 | <h5>Arguments:</h5> |
| 4945 | <p> |
| 4946 | The <tt>llvm.atomic.ls</tt> intrinsic takes two arguments. Both the |
| 4947 | <tt>val</tt> argument and the result must be integers of the same bit width. |
| 4948 | The first argument, <tt>ptr</tt>, must be a pointer to a value of this |
| 4949 | integer type. The targets may only lower integer representations they |
| 4950 | support. |
| 4951 | </p> |
| 4952 | <h5>Semantics:</h5> |
| 4953 | <p> |
| 4954 | This intrinsic loads the value pointed to by <tt>ptr</tt>, yields it, and |
| 4955 | stores <tt>val</tt> back into <tt>ptr</tt> atomically. This provides the |
| 4956 | equivalent of an atomic swap operation within the SSA framework. |
| 4957 | </p> |
| 4958 | <h5>Examples:</h5> |
| 4959 | <pre> |
| 4960 | %ptr = malloc i32 |
| 4961 | store i32 4, %ptr |
| 4962 | |
| 4963 | %val1 = add i32 4, 4 |
| 4964 | %result1 = call i32 @llvm.atomic.ls( i32* %ptr, i32 %val1 ) |
| 4965 | <i>; yields {i32}:result1 = 4</i> |
| 4966 | %stored1 = icmp eq i32 %result1, 4 <i>; yields {i1}:stored1 = true</i> |
| 4967 | %memval1 = load i32* %ptr <i>; yields {i32}:memval1 = 8</i> |
| 4968 | |
| 4969 | %val2 = add i32 1, 1 |
| 4970 | %result2 = call i32 @llvm.atomic.ls( i32* %ptr, i32 %val2 ) |
| 4971 | <i>; yields {i32}:result2 = 8</i> |
| 4972 | %stored2 = icmp eq i32 %result2, 8 <i>; yields {i1}:stored2 = true</i> |
| 4973 | %memval2 = load i32* %ptr <i>; yields {i32}:memval2 = 2</i> |
| 4974 | </pre> |
| 4975 | </div> |
| 4976 | |
| 4977 | <!-- _______________________________________________________________________ --> |
| 4978 | <div class="doc_subsubsection"> |
| 4979 | <a name="int_las">'<tt>llvm.atomic.las.*</tt>' Intrinsic</a> |
| 4980 | </div> |
| 4981 | <div class="doc_text"> |
| 4982 | <h5>Syntax:</h5> |
| 4983 | <p> |
| 4984 | This is an overloaded intrinsic. You can use <tt>llvm.atomic.las</tt> on any |
Reid Spencer | 2067764 | 2007-07-20 19:59:11 +0000 | [diff] [blame] | 4985 | integer bit width. Not all targets support all bit widths however.</p> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 4986 | <pre> |
| 4987 | declare i8 @llvm.atomic.las.i8.i8p.i8( i8* <ptr>, i8 <delta> ) |
| 4988 | declare i16 @llvm.atomic.las.i16.i16p.i16( i16* <ptr>, i16 <delta> ) |
| 4989 | declare i32 @llvm.atomic.las.i32.i32p.i32( i32* <ptr>, i32 <delta> ) |
| 4990 | declare i64 @llvm.atomic.las.i64.i64p.i64( i64* <ptr>, i64 <delta> ) |
| 4991 | </pre> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 4992 | <h5>Overview:</h5> |
| 4993 | <p> |
Chandler Carruth | 6813c15 | 2007-07-20 20:14:52 +0000 | [diff] [blame] | 4994 | This intrinsic adds <tt>delta</tt> to the value stored in memory at |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 4995 | <tt>ptr</tt>. It yields the original value at <tt>ptr</tt>. |
| 4996 | </p> |
| 4997 | <h5>Arguments:</h5> |
| 4998 | <p> |
| 4999 | The intrinsic takes two arguments, the first a pointer to an integer value |
| 5000 | and the second an integer value. The result is also an integer value. These |
| 5001 | integer types can have any bit width, but they must all have the same bit |
| 5002 | width. The targets may only lower integer representations they support. |
| 5003 | </p> |
| 5004 | <h5>Semantics:</h5> |
| 5005 | <p> |
| 5006 | This intrinsic does a series of operations atomically. It first loads the |
| 5007 | value stored at <tt>ptr</tt>. It then adds <tt>delta</tt>, stores the result |
| 5008 | to <tt>ptr</tt>. It yields the original value stored at <tt>ptr</tt>. |
| 5009 | </p> |
| 5010 | <h5>Examples:</h5> |
| 5011 | <pre> |
| 5012 | %ptr = malloc i32 |
| 5013 | store i32 4, %ptr |
| 5014 | %result1 = call i32 @llvm.atomic.las( i32* %ptr, i32 4 ) |
| 5015 | <i>; yields {i32}:result1 = 4</i> |
| 5016 | %result2 = call i32 @llvm.atomic.las( i32* %ptr, i32 2 ) |
| 5017 | <i>; yields {i32}:result2 = 8</i> |
| 5018 | %result3 = call i32 @llvm.atomic.las( i32* %ptr, i32 5 ) |
| 5019 | <i>; yields {i32}:result3 = 10</i> |
| 5020 | %memval = load i32* %ptr <i>; yields {i32}:memval1 = 15</i> |
| 5021 | </pre> |
| 5022 | </div> |
| 5023 | |
| 5024 | <!-- _______________________________________________________________________ --> |
| 5025 | <div class="doc_subsubsection"> |
| 5026 | <a name="int_lss">'<tt>llvm.atomic.lss.*</tt>' Intrinsic</a> |
| 5027 | </div> |
| 5028 | <div class="doc_text"> |
| 5029 | <h5>Syntax:</h5> |
| 5030 | <p> |
| 5031 | This is an overloaded intrinsic. You can use <tt>llvm.atomic.lss</tt> on any |
Reid Spencer | 2067764 | 2007-07-20 19:59:11 +0000 | [diff] [blame] | 5032 | integer bit width. Not all targets support all bit widths however.</p> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 5033 | <pre> |
| 5034 | declare i8 @llvm.atomic.lss.i8.i8.i8( i8* <ptr>, i8 <delta> ) |
| 5035 | declare i16 @llvm.atomic.lss.i16.i16.i16( i16* <ptr>, i16 <delta> ) |
| 5036 | declare i32 @llvm.atomic.lss.i32.i32.i32( i32* <ptr>, i32 <delta> ) |
| 5037 | declare i64 @llvm.atomic.lss.i64.i64.i64( i64* <ptr>, i64 <delta> ) |
| 5038 | </pre> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 5039 | <h5>Overview:</h5> |
| 5040 | <p> |
Chandler Carruth | 6813c15 | 2007-07-20 20:14:52 +0000 | [diff] [blame] | 5041 | This intrinsic subtracts <tt>delta</tt> from the value stored in memory at |
| 5042 | <tt>ptr</tt>. It yields the original value at <tt>ptr</tt>. |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 5043 | </p> |
| 5044 | <h5>Arguments:</h5> |
| 5045 | <p> |
| 5046 | The intrinsic takes two arguments, the first a pointer to an integer value |
| 5047 | and the second an integer value. The result is also an integer value. These |
| 5048 | integer types can have any bit width, but they must all have the same bit |
| 5049 | width. The targets may only lower integer representations they support. |
| 5050 | </p> |
| 5051 | <h5>Semantics:</h5> |
| 5052 | <p> |
| 5053 | This intrinsic does a series of operations atomically. It first loads the |
| 5054 | value stored at <tt>ptr</tt>. It then subtracts <tt>delta</tt>, |
| 5055 | stores the result to <tt>ptr</tt>. It yields the original value stored |
| 5056 | at <tt>ptr</tt>. |
| 5057 | </p> |
| 5058 | <h5>Examples:</h5> |
| 5059 | <pre> |
| 5060 | %ptr = malloc i32 |
| 5061 | store i32 32, %ptr |
| 5062 | %result1 = call i32 @llvm.atomic.lss( i32* %ptr, i32 4 ) |
| 5063 | <i>; yields {i32}:result1 = 32</i> |
| 5064 | %result2 = call i32 @llvm.atomic.lss( i32* %ptr, i32 2 ) |
| 5065 | <i>; yields {i32}:result2 = 28</i> |
| 5066 | %result3 = call i32 @llvm.atomic.lss( i32* %ptr, i32 5 ) |
| 5067 | <i>; yields {i32}:result3 = 26</i> |
| 5068 | %memval = load i32* %ptr <i>; yields {i32}:memval1 = 21</i> |
| 5069 | </pre> |
| 5070 | </div> |
| 5071 | |
| 5072 | <!-- _______________________________________________________________________ --> |
| 5073 | <div class="doc_subsubsection"> |
| 5074 | <a name="int_memory_barrier">'<tt>llvm.memory.barrier</tt>' Intrinsic</a> |
| 5075 | </div> |
| 5076 | <div class="doc_text"> |
| 5077 | <h5>Syntax:</h5> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 5078 | <pre> |
| 5079 | declare void @llvm.memory.barrier( i1 <ll>, i1 <ls>, i1 <sl>, i1 <ss> ) |
| 5080 | </pre> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 5081 | <h5>Overview:</h5> |
| 5082 | <p> |
| 5083 | The <tt>llvm.memory.barrier</tt> intrinsic guarantees ordering between |
| 5084 | specific pairs of memory access types. |
| 5085 | </p> |
| 5086 | <h5>Arguments:</h5> |
| 5087 | <p> |
| 5088 | The <tt>llvm.memory.barrier</tt> intrinsic requires four boolean arguments. |
| 5089 | Each argument enables a specific barrier as listed below. |
Reid Spencer | 1cff408 | 2007-07-20 20:03:33 +0000 | [diff] [blame] | 5090 | </p> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 5091 | <ul> |
| 5092 | <li><tt>ll</tt>: load-load barrier</li> |
| 5093 | <li><tt>ls</tt>: load-store barrier</li> |
| 5094 | <li><tt>sl</tt>: store-load barrier</li> |
| 5095 | <li><tt>ss</tt>: store-store barrier</li> |
| 5096 | </ul> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 5097 | <h5>Semantics:</h5> |
| 5098 | <p> |
| 5099 | This intrinsic causes the system to enforce some ordering constraints upon |
| 5100 | the loads and stores of the program. This barrier does not indicate |
| 5101 | <em>when</em> any events will occur, it only enforces an <em>order</em> in |
| 5102 | which they occur. For any of the specified pairs of load and store operations |
| 5103 | (f.ex. load-load, or store-load), all of the first operations preceding the |
| 5104 | barrier will complete before any of the second operations succeeding the |
| 5105 | barrier begin. Specifically the semantics for each pairing is as follows: |
Reid Spencer | 1cff408 | 2007-07-20 20:03:33 +0000 | [diff] [blame] | 5106 | </p> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 5107 | <ul> |
| 5108 | <li><tt>ll</tt>: All loads before the barrier must complete before any load |
| 5109 | after the barrier begins.</li> |
| 5110 | <li><tt>ls</tt>: All loads before the barrier must complete before any |
| 5111 | store after the barrier begins.</li> |
| 5112 | <li><tt>ss</tt>: All stores before the barrier must complete before any |
| 5113 | store after the barrier begins.</li> |
| 5114 | <li><tt>sl</tt>: All stores before the barrier must complete before any |
| 5115 | load after the barrier begins.</li> |
| 5116 | </ul> |
Reid Spencer | 1cff408 | 2007-07-20 20:03:33 +0000 | [diff] [blame] | 5117 | <p> |
Chandler Carruth | 2eb93b3 | 2007-07-20 19:34:37 +0000 | [diff] [blame] | 5118 | These semantics are applied with a logical "and" behavior when more than one |
| 5119 | is enabled in a single memory barrier intrinsic. |
| 5120 | </p> |
| 5121 | <h5>Example:</h5> |
| 5122 | <pre> |
| 5123 | %ptr = malloc i32 |
| 5124 | store i32 4, %ptr |
| 5125 | |
| 5126 | %result1 = load i32* %ptr <i>; yields {i32}:result1 = 4</i> |
| 5127 | call void @llvm.memory.barrier( i1 false, i1 true, i1 false, i1 false ) |
| 5128 | <i>; guarantee the above finishes</i> |
| 5129 | store i32 8, %ptr <i>; before this begins</i> |
| 5130 | </pre> |
| 5131 | </div> |
| 5132 | |
| 5133 | <!-- ======================================================================= --> |
| 5134 | <div class="doc_subsection"> |
Duncan Sands | 36397f5 | 2007-07-27 12:58:54 +0000 | [diff] [blame] | 5135 | <a name="int_trampoline">Trampoline Intrinsics</a> |
| 5136 | </div> |
| 5137 | |
| 5138 | <div class="doc_text"> |
| 5139 | <p> |
| 5140 | These intrinsics make it possible to excise one parameter, marked with |
| 5141 | the <tt>nest</tt> attribute, from a function. The result is a callable |
| 5142 | function pointer lacking the nest parameter - the caller does not need |
| 5143 | to provide a value for it. Instead, the value to use is stored in |
| 5144 | advance in a "trampoline", a block of memory usually allocated |
| 5145 | on the stack, which also contains code to splice the nest value into the |
| 5146 | argument list. This is used to implement the GCC nested function address |
| 5147 | extension. |
| 5148 | </p> |
| 5149 | <p> |
| 5150 | For example, if the function is |
| 5151 | <tt>i32 f(i8* nest %c, i32 %x, i32 %y)</tt> then the resulting function |
| 5152 | pointer has signature <tt>i32 (i32, i32)*</tt>. It can be created as follows: |
| 5153 | <pre> |
| 5154 | %tramp1 = alloca [10 x i8], align 4 ; size and alignment only correct for X86 |
| 5155 | %tramp = getelementptr [10 x i8]* %tramp1, i32 0, i32 0 |
| 5156 | call void @llvm.init.trampoline( i8* %tramp, i8* bitcast (i32 (i8* nest , i32, i32)* @f to i8*), i8* %nval ) |
| 5157 | %adj = call i8* @llvm.adjust.trampoline( i8* %tramp ) |
| 5158 | %fp = bitcast i8* %adj to i32 (i32, i32)* |
| 5159 | </pre> |
| 5160 | The call <tt>%val = call i32 %fp( i32 %x, i32 %y )</tt> is then equivalent to |
| 5161 | <tt>%val = call i32 %f( i8* %nval, i32 %x, i32 %y )</tt>. |
| 5162 | </p> |
| 5163 | <p> |
| 5164 | Trampolines are currently only supported on the X86 architecture. |
| 5165 | </p> |
| 5166 | </div> |
| 5167 | |
| 5168 | <!-- _______________________________________________________________________ --> |
| 5169 | <div class="doc_subsubsection"> |
| 5170 | <a name="int_it">'<tt>llvm.init.trampoline</tt>' Intrinsic</a> |
| 5171 | </div> |
| 5172 | <div class="doc_text"> |
| 5173 | <h5>Syntax:</h5> |
| 5174 | <pre> |
| 5175 | declare void @llvm.init.trampoline(i8* <tramp>, i8* <func>, i8* <nval>) |
| 5176 | </pre> |
| 5177 | <h5>Overview:</h5> |
| 5178 | <p> |
| 5179 | This initializes the memory pointed to by <tt>tramp</tt> as a trampoline. |
| 5180 | </p> |
| 5181 | <h5>Arguments:</h5> |
| 5182 | <p> |
| 5183 | The <tt>llvm.init.trampoline</tt> intrinsic takes three arguments, all |
| 5184 | pointers. The <tt>tramp</tt> argument must point to a sufficiently large |
| 5185 | and sufficiently aligned block of memory; this memory is written to by the |
| 5186 | intrinsic. Currently LLVM provides no help in determining just how big and |
| 5187 | aligned the memory needs to be. The <tt>func</tt> argument must hold a |
| 5188 | function bitcast to an <tt>i8*</tt>. |
| 5189 | </p> |
| 5190 | <h5>Semantics:</h5> |
| 5191 | <p> |
| 5192 | The block of memory pointed to by <tt>tramp</tt> is filled with target |
| 5193 | dependent code, turning it into a function. |
| 5194 | The new function's signature is the same as that of <tt>func</tt> with |
| 5195 | any arguments marked with the <tt>nest</tt> attribute removed. At most |
| 5196 | one such <tt>nest</tt> argument is allowed, and it must be of pointer |
| 5197 | type. Calling the new function is equivalent to calling <tt>func</tt> |
| 5198 | with the same argument list, but with <tt>nval</tt> used for the missing |
| 5199 | <tt>nest</tt> argument. |
| 5200 | </p> |
| 5201 | </div> |
| 5202 | |
| 5203 | <!-- _______________________________________________________________________ --> |
| 5204 | <div class="doc_subsubsection"> |
| 5205 | <a name="int_at">'<tt>llvm.adjust.trampoline</tt>' Intrinsic</a> |
| 5206 | </div> |
| 5207 | <div class="doc_text"> |
| 5208 | <h5>Syntax:</h5> |
| 5209 | <pre> |
| 5210 | declare i8* @llvm.adjust.trampoline(i8* <tramp>) |
| 5211 | </pre> |
| 5212 | <h5>Overview:</h5> |
| 5213 | <p> |
| 5214 | This intrinsic returns a function pointer suitable for executing |
| 5215 | the trampoline code pointed to by <tt>tramp</tt>. |
| 5216 | </p> |
| 5217 | <h5>Arguments:</h5> |
| 5218 | <p> |
| 5219 | The <tt>llvm.adjust.trampoline</tt> takes one argument, a pointer to a |
| 5220 | trampoline initialized by the |
| 5221 | <a href="#int_it">'<tt>llvm.init.trampoline</tt>' intrinsic</a>. |
| 5222 | </p> |
| 5223 | <h5>Semantics:</h5> |
| 5224 | <p> |
| 5225 | A function pointer that can be used to execute the trampoline code in |
| 5226 | <tt>tramp</tt> is returned. The returned value should be bitcast to an |
| 5227 | <a href="#int_trampoline">appropriate function pointer type</a> |
| 5228 | before being called. |
| 5229 | </p> |
| 5230 | </div> |
| 5231 | |
| 5232 | <!-- ======================================================================= --> |
| 5233 | <div class="doc_subsection"> |
Tanya Lattner | 6d806e9 | 2007-06-15 20:50:54 +0000 | [diff] [blame] | 5234 | <a name="int_general">General Intrinsics</a> |
| 5235 | </div> |
| 5236 | |
| 5237 | <div class="doc_text"> |
| 5238 | <p> This class of intrinsics is designed to be generic and has |
| 5239 | no specific purpose. </p> |
| 5240 | </div> |
| 5241 | |
| 5242 | <!-- _______________________________________________________________________ --> |
| 5243 | <div class="doc_subsubsection"> |
| 5244 | <a name="int_var_annotation">'<tt>llvm.var.annotation</tt>' Intrinsic</a> |
| 5245 | </div> |
| 5246 | |
| 5247 | <div class="doc_text"> |
| 5248 | |
| 5249 | <h5>Syntax:</h5> |
| 5250 | <pre> |
Tanya Lattner | d2e8442 | 2007-06-18 23:42:37 +0000 | [diff] [blame] | 5251 | declare void @llvm.var.annotation(i8* <val>, i8* <str>, i8* <str>, i32 <int> ) |
Tanya Lattner | 6d806e9 | 2007-06-15 20:50:54 +0000 | [diff] [blame] | 5252 | </pre> |
| 5253 | |
| 5254 | <h5>Overview:</h5> |
| 5255 | |
| 5256 | <p> |
| 5257 | The '<tt>llvm.var.annotation</tt>' intrinsic |
| 5258 | </p> |
| 5259 | |
| 5260 | <h5>Arguments:</h5> |
| 5261 | |
| 5262 | <p> |
Tanya Lattner | d2e8442 | 2007-06-18 23:42:37 +0000 | [diff] [blame] | 5263 | The first argument is a pointer to a value, the second is a pointer to a |
| 5264 | global string, the third is a pointer to a global string which is the source |
| 5265 | file name, and the last argument is the line number. |
Tanya Lattner | 6d806e9 | 2007-06-15 20:50:54 +0000 | [diff] [blame] | 5266 | </p> |
| 5267 | |
| 5268 | <h5>Semantics:</h5> |
| 5269 | |
| 5270 | <p> |
| 5271 | This intrinsic allows annotation of local variables with arbitrary strings. |
| 5272 | This can be useful for special purpose optimizations that want to look for these |
| 5273 | annotations. These have no other defined use, they are ignored by code |
| 5274 | generation and optimization. |
| 5275 | </div> |
| 5276 | |
Jim Laskey | dd4ef1b | 2007-03-14 19:31:19 +0000 | [diff] [blame] | 5277 | |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 5278 | <!-- *********************************************************************** --> |
Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 5279 | <hr> |
Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 5280 | <address> |
| 5281 | <a href="http://jigsaw.w3.org/css-validator/check/referer"><img |
| 5282 | src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> |
| 5283 | <a href="http://validator.w3.org/check/referer"><img |
| 5284 | src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a> |
| 5285 | |
| 5286 | <a href="mailto:sabre@nondot.org">Chris Lattner</a><br> |
Reid Spencer | 05fe4b0 | 2006-03-14 05:39:39 +0000 | [diff] [blame] | 5287 | <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> |
Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 5288 | Last modified: $Date$ |
| 5289 | </address> |
Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 5290 | </body> |
| 5291 | </html> |