| 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> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 27 | <li><a href="#paramattrs">Parameter Attributes</a></li> | 
| Chris Lattner | 4e9aba7 | 2006-01-23 23:23:47 +0000 | [diff] [blame] | 28 | <li><a href="#moduleasm">Module-Level Inline Assembly</a></li> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 29 | </ol> | 
|  | 30 | </li> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 31 | <li><a href="#typesystem">Type System</a> | 
|  | 32 | <ol> | 
| Robert Bocchino | 7b81c75 | 2006-02-17 21:18:08 +0000 | [diff] [blame] | 33 | <li><a href="#t_primitive">Primitive Types</a> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 34 | <ol> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 35 | <li><a href="#t_classifications">Type Classifications</a></li> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 36 | </ol> | 
|  | 37 | </li> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 38 | <li><a href="#t_derived">Derived Types</a> | 
|  | 39 | <ol> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 40 | <li><a href="#t_array">Array Type</a></li> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 41 | <li><a href="#t_function">Function Type</a></li> | 
|  | 42 | <li><a href="#t_pointer">Pointer Type</a></li> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 43 | <li><a href="#t_struct">Structure Type</a></li> | 
| Andrew Lenharth | 75e1068 | 2006-12-08 17:13:00 +0000 | [diff] [blame] | 44 | <li><a href="#t_pstruct">Packed Structure Type</a></li> | 
| Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 45 | <li><a href="#t_packed">Packed Type</a></li> | 
| Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 46 | <li><a href="#t_opaque">Opaque Type</a></li> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 47 | </ol> | 
|  | 48 | </li> | 
|  | 49 | </ol> | 
|  | 50 | </li> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 51 | <li><a href="#constants">Constants</a> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 52 | <ol> | 
|  | 53 | <li><a href="#simpleconstants">Simple Constants</a> | 
|  | 54 | <li><a href="#aggregateconstants">Aggregate Constants</a> | 
|  | 55 | <li><a href="#globalconstants">Global Variable and Function Addresses</a> | 
|  | 56 | <li><a href="#undefvalues">Undefined Values</a> | 
|  | 57 | <li><a href="#constantexprs">Constant Expressions</a> | 
|  | 58 | </ol> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 59 | </li> | 
| Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 60 | <li><a href="#othervalues">Other Values</a> | 
|  | 61 | <ol> | 
|  | 62 | <li><a href="#inlineasm">Inline Assembler Expressions</a> | 
|  | 63 | </ol> | 
|  | 64 | </li> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 65 | <li><a href="#instref">Instruction Reference</a> | 
|  | 66 | <ol> | 
|  | 67 | <li><a href="#terminators">Terminator Instructions</a> | 
|  | 68 | <ol> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 69 | <li><a href="#i_ret">'<tt>ret</tt>' Instruction</a></li> | 
|  | 70 | <li><a href="#i_br">'<tt>br</tt>' Instruction</a></li> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 71 | <li><a href="#i_switch">'<tt>switch</tt>' Instruction</a></li> | 
|  | 72 | <li><a href="#i_invoke">'<tt>invoke</tt>' Instruction</a></li> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 73 | <li><a href="#i_unwind">'<tt>unwind</tt>'  Instruction</a></li> | 
| Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 74 | <li><a href="#i_unreachable">'<tt>unreachable</tt>' Instruction</a></li> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 75 | </ol> | 
|  | 76 | </li> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 77 | <li><a href="#binaryops">Binary Operations</a> | 
|  | 78 | <ol> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 79 | <li><a href="#i_add">'<tt>add</tt>' Instruction</a></li> | 
|  | 80 | <li><a href="#i_sub">'<tt>sub</tt>' Instruction</a></li> | 
|  | 81 | <li><a href="#i_mul">'<tt>mul</tt>' Instruction</a></li> | 
| Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 82 | <li><a href="#i_udiv">'<tt>udiv</tt>' Instruction</a></li> | 
|  | 83 | <li><a href="#i_sdiv">'<tt>sdiv</tt>' Instruction</a></li> | 
|  | 84 | <li><a href="#i_fdiv">'<tt>fdiv</tt>' Instruction</a></li> | 
| Reid Spencer | 0a783f7 | 2006-11-02 01:53:59 +0000 | [diff] [blame] | 85 | <li><a href="#i_urem">'<tt>urem</tt>' Instruction</a></li> | 
|  | 86 | <li><a href="#i_srem">'<tt>srem</tt>' Instruction</a></li> | 
|  | 87 | <li><a href="#i_frem">'<tt>frem</tt>' Instruction</a></li> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 88 | </ol> | 
|  | 89 | </li> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 90 | <li><a href="#bitwiseops">Bitwise Binary Operations</a> | 
|  | 91 | <ol> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 92 | <li><a href="#i_and">'<tt>and</tt>' Instruction</a></li> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 93 | <li><a href="#i_or">'<tt>or</tt>'  Instruction</a></li> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 94 | <li><a href="#i_xor">'<tt>xor</tt>' Instruction</a></li> | 
|  | 95 | <li><a href="#i_shl">'<tt>shl</tt>' Instruction</a></li> | 
| Reid Spencer | 3822ff5 | 2006-11-08 06:47:33 +0000 | [diff] [blame] | 96 | <li><a href="#i_lshr">'<tt>lshr</tt>' Instruction</a></li> | 
|  | 97 | <li><a href="#i_ashr">'<tt>ashr</tt>' Instruction</a></li> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 98 | </ol> | 
|  | 99 | </li> | 
| Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 100 | <li><a href="#vectorops">Vector Operations</a> | 
|  | 101 | <ol> | 
|  | 102 | <li><a href="#i_extractelement">'<tt>extractelement</tt>' Instruction</a></li> | 
|  | 103 | <li><a href="#i_insertelement">'<tt>insertelement</tt>' Instruction</a></li> | 
|  | 104 | <li><a href="#i_shufflevector">'<tt>shufflevector</tt>' Instruction</a></li> | 
| Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 105 | </ol> | 
|  | 106 | </li> | 
| Chris Lattner | 884a970 | 2006-08-15 00:45:58 +0000 | [diff] [blame] | 107 | <li><a href="#memoryops">Memory Access and Addressing Operations</a> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 108 | <ol> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 109 | <li><a href="#i_malloc">'<tt>malloc</tt>'   Instruction</a></li> | 
|  | 110 | <li><a href="#i_free">'<tt>free</tt>'     Instruction</a></li> | 
|  | 111 | <li><a href="#i_alloca">'<tt>alloca</tt>'   Instruction</a></li> | 
| Robert Bocchino | 7b81c75 | 2006-02-17 21:18:08 +0000 | [diff] [blame] | 112 | <li><a href="#i_load">'<tt>load</tt>'     Instruction</a></li> | 
|  | 113 | <li><a href="#i_store">'<tt>store</tt>'    Instruction</a></li> | 
|  | 114 | <li><a href="#i_getelementptr">'<tt>getelementptr</tt>' Instruction</a></li> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 115 | </ol> | 
|  | 116 | </li> | 
| Reid Spencer | 2fd21e6 | 2006-11-08 01:18:52 +0000 | [diff] [blame] | 117 | <li><a href="#convertops">Conversion Operations</a> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 118 | <ol> | 
|  | 119 | <li><a href="#i_trunc">'<tt>trunc .. to</tt>' Instruction</a></li> | 
|  | 120 | <li><a href="#i_zext">'<tt>zext .. to</tt>' Instruction</a></li> | 
|  | 121 | <li><a href="#i_sext">'<tt>sext .. to</tt>' Instruction</a></li> | 
|  | 122 | <li><a href="#i_fptrunc">'<tt>fptrunc .. to</tt>' Instruction</a></li> | 
|  | 123 | <li><a href="#i_fpext">'<tt>fpext .. to</tt>' Instruction</a></li> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 124 | <li><a href="#i_fptoui">'<tt>fptoui .. to</tt>' Instruction</a></li> | 
|  | 125 | <li><a href="#i_fptosi">'<tt>fptosi .. to</tt>' Instruction</a></li> | 
|  | 126 | <li><a href="#i_uitofp">'<tt>uitofp .. to</tt>' Instruction</a></li> | 
|  | 127 | <li><a href="#i_sitofp">'<tt>sitofp .. to</tt>' Instruction</a></li> | 
| Reid Spencer | 7267925 | 2006-11-11 21:00:47 +0000 | [diff] [blame] | 128 | <li><a href="#i_ptrtoint">'<tt>ptrtoint .. to</tt>' Instruction</a></li> | 
|  | 129 | <li><a href="#i_inttoptr">'<tt>inttoptr .. to</tt>' Instruction</a></li> | 
| Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 130 | <li><a href="#i_bitcast">'<tt>bitcast .. to</tt>' Instruction</a></li> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 131 | </ol> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 132 | <li><a href="#otherops">Other Operations</a> | 
|  | 133 | <ol> | 
| Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 134 | <li><a href="#i_icmp">'<tt>icmp</tt>' Instruction</a></li> | 
|  | 135 | <li><a href="#i_fcmp">'<tt>fcmp</tt>' Instruction</a></li> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 136 | <li><a href="#i_phi">'<tt>phi</tt>'   Instruction</a></li> | 
| Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 137 | <li><a href="#i_select">'<tt>select</tt>' Instruction</a></li> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 138 | <li><a href="#i_call">'<tt>call</tt>'  Instruction</a></li> | 
| Chris Lattner | fb6977d | 2006-01-13 23:26:01 +0000 | [diff] [blame] | 139 | <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] | 140 | </ol> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 141 | </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 | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 144 | <li><a href="#intrinsics">Intrinsic Functions</a> | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 145 | <ol> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 146 | <li><a href="#int_varargs">Variable Argument Handling Intrinsics</a> | 
|  | 147 | <ol> | 
|  | 148 | <li><a href="#i_va_start">'<tt>llvm.va_start</tt>' Intrinsic</a></li> | 
|  | 149 | <li><a href="#i_va_end">'<tt>llvm.va_end</tt>'   Intrinsic</a></li> | 
|  | 150 | <li><a href="#i_va_copy">'<tt>llvm.va_copy</tt>'  Intrinsic</a></li> | 
|  | 151 | </ol> | 
|  | 152 | </li> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 153 | <li><a href="#int_gc">Accurate Garbage Collection Intrinsics</a> | 
|  | 154 | <ol> | 
|  | 155 | <li><a href="#i_gcroot">'<tt>llvm.gcroot</tt>' Intrinsic</a></li> | 
|  | 156 | <li><a href="#i_gcread">'<tt>llvm.gcread</tt>' Intrinsic</a></li> | 
|  | 157 | <li><a href="#i_gcwrite">'<tt>llvm.gcwrite</tt>' Intrinsic</a></li> | 
|  | 158 | </ol> | 
|  | 159 | </li> | 
| Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 160 | <li><a href="#int_codegen">Code Generator Intrinsics</a> | 
|  | 161 | <ol> | 
|  | 162 | <li><a href="#i_returnaddress">'<tt>llvm.returnaddress</tt>' Intrinsic</a></li> | 
|  | 163 | <li><a href="#i_frameaddress">'<tt>llvm.frameaddress</tt>'   Intrinsic</a></li> | 
| Chris Lattner | 57e1f39 | 2006-01-13 02:03:13 +0000 | [diff] [blame] | 164 | <li><a href="#i_stacksave">'<tt>llvm.stacksave</tt>' Intrinsic</a></li> | 
|  | 165 | <li><a href="#i_stackrestore">'<tt>llvm.stackrestore</tt>' Intrinsic</a></li> | 
| Chris Lattner | 9a9d7ac | 2005-02-28 19:24:19 +0000 | [diff] [blame] | 166 | <li><a href="#i_prefetch">'<tt>llvm.prefetch</tt>' Intrinsic</a></li> | 
| Andrew Lenharth | 7f4ec3b | 2005-03-28 20:05:49 +0000 | [diff] [blame] | 167 | <li><a href="#i_pcmarker">'<tt>llvm.pcmarker</tt>' Intrinsic</a></li> | 
| Andrew Lenharth | 51b8d54 | 2005-11-11 16:47:30 +0000 | [diff] [blame] | 168 | <li><a href="#i_readcyclecounter"><tt>llvm.readcyclecounter</tt>' Intrinsic</a></li> | 
| John Criswell | 7123e27 | 2004-04-09 16:43:20 +0000 | [diff] [blame] | 169 | </ol> | 
|  | 170 | </li> | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 171 | <li><a href="#int_libc">Standard C Library Intrinsics</a> | 
|  | 172 | <ol> | 
| Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 173 | <li><a href="#i_memcpy">'<tt>llvm.memcpy.*</tt>' Intrinsic</a></li> | 
|  | 174 | <li><a href="#i_memmove">'<tt>llvm.memmove.*</tt>' Intrinsic</a></li> | 
|  | 175 | <li><a href="#i_memset">'<tt>llvm.memset.*</tt>' Intrinsic</a></li> | 
| Chris Lattner | ec6cb61 | 2006-01-16 22:38:59 +0000 | [diff] [blame] | 176 | <li><a href="#i_isunordered">'<tt>llvm.isunordered.*</tt>' Intrinsic</a></li> | 
|  | 177 | <li><a href="#i_sqrt">'<tt>llvm.sqrt.*</tt>' Intrinsic</a></li> | 
| Chris Lattner | f4d252d | 2006-09-08 06:34:02 +0000 | [diff] [blame] | 178 | <li><a href="#i_powi">'<tt>llvm.powi.*</tt>' Intrinsic</a></li> | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 179 | </ol> | 
|  | 180 | </li> | 
| Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 181 | <li><a href="#int_manip">Bit Manipulation Intrinsics</a> | 
| Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 182 | <ol> | 
| Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 183 | <li><a href="#i_bswap">'<tt>llvm.bswap.*</tt>' Intrinsics</a></li> | 
| Chris Lattner | 8a886be | 2006-01-16 22:34:14 +0000 | [diff] [blame] | 184 | <li><a href="#int_ctpop">'<tt>llvm.ctpop.*</tt>' Intrinsic </a></li> | 
|  | 185 | <li><a href="#int_ctlz">'<tt>llvm.ctlz.*</tt>' Intrinsic </a></li> | 
|  | 186 | <li><a href="#int_cttz">'<tt>llvm.cttz.*</tt>' Intrinsic </a></li> | 
| Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 187 | </ol> | 
|  | 188 | </li> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 189 | <li><a href="#int_debugger">Debugger intrinsics</a></li> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 190 | </ol> | 
|  | 191 | </li> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 192 | </ol> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 193 |  | 
|  | 194 | <div class="doc_author"> | 
|  | 195 | <p>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a> | 
|  | 196 | and <a href="mailto:vadve@cs.uiuc.edu">Vikram Adve</a></p> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 197 | </div> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 198 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 199 | <!-- *********************************************************************** --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 200 | <div class="doc_section"> <a name="abstract">Abstract </a></div> | 
|  | 201 | <!-- *********************************************************************** --> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 202 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 203 | <div class="doc_text"> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 204 | <p>This document is a reference manual for the LLVM assembly language. | 
|  | 205 | LLVM is an SSA based representation that provides type safety, | 
|  | 206 | low-level operations, flexibility, and the capability of representing | 
|  | 207 | 'all' high-level languages cleanly.  It is the common code | 
|  | 208 | representation used throughout all phases of the LLVM compilation | 
|  | 209 | strategy.</p> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 210 | </div> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 211 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 212 | <!-- *********************************************************************** --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 213 | <div class="doc_section"> <a name="introduction">Introduction</a> </div> | 
|  | 214 | <!-- *********************************************************************** --> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 215 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 216 | <div class="doc_text"> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 217 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 218 | <p>The LLVM code representation is designed to be used in three | 
|  | 219 | different forms: as an in-memory compiler IR, as an on-disk bytecode | 
|  | 220 | representation (suitable for fast loading by a Just-In-Time compiler), | 
|  | 221 | and as a human readable assembly language representation.  This allows | 
|  | 222 | LLVM to provide a powerful intermediate representation for efficient | 
|  | 223 | compiler transformations and analysis, while providing a natural means | 
|  | 224 | to debug and visualize the transformations.  The three different forms | 
|  | 225 | of LLVM are all equivalent.  This document describes the human readable | 
|  | 226 | representation and notation.</p> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 227 |  | 
| John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 228 | <p>The LLVM representation aims to be light-weight and low-level | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 229 | while being expressive, typed, and extensible at the same time.  It | 
|  | 230 | aims to be a "universal IR" of sorts, by being at a low enough level | 
|  | 231 | that high-level ideas may be cleanly mapped to it (similar to how | 
|  | 232 | microprocessors are "universal IR's", allowing many source languages to | 
|  | 233 | be mapped to them).  By providing type information, LLVM can be used as | 
|  | 234 | the target of optimizations: for example, through pointer analysis, it | 
|  | 235 | can be proven that a C automatic variable is never accessed outside of | 
|  | 236 | the current function... allowing it to be promoted to a simple SSA | 
|  | 237 | value instead of a memory location.</p> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 238 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 239 | </div> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 240 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 241 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 242 | <div class="doc_subsubsection"> <a name="wellformed">Well-Formedness</a> </div> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 243 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 244 | <div class="doc_text"> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 245 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 246 | <p>It is important to note that this document describes 'well formed' | 
|  | 247 | LLVM assembly language.  There is a difference between what the parser | 
|  | 248 | accepts and what is considered 'well formed'.  For example, the | 
|  | 249 | following instruction is syntactically okay, but not well formed:</p> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 250 |  | 
|  | 251 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 252 | %x = <a href="#i_add">add</a> i32 1, %x | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 253 | </pre> | 
|  | 254 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 255 | <p>...because the definition of <tt>%x</tt> does not dominate all of | 
|  | 256 | its uses. The LLVM infrastructure provides a verification pass that may | 
|  | 257 | 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] | 258 | automatically run by the parser after parsing input assembly and by | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 259 | the optimizer before it outputs bytecode.  The violations pointed out | 
|  | 260 | by the verifier pass indicate bugs in transformation passes or input to | 
|  | 261 | the parser.</p> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 262 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 263 | <!-- Describe the typesetting conventions here. --> </div> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 264 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 265 | <!-- *********************************************************************** --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 266 | <div class="doc_section"> <a name="identifiers">Identifiers</a> </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 267 | <!-- *********************************************************************** --> | 
| 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>LLVM uses three different forms of identifiers, for different | 
|  | 272 | purposes:</p> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 273 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 274 | <ol> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 275 | <li>Named values are represented as a string of characters with a '%' prefix. | 
|  | 276 | For example, %foo, %DivisionByZero, %a.really.long.identifier.  The actual | 
|  | 277 | regular expression used is '<tt>%[a-zA-Z$._][a-zA-Z$._0-9]*</tt>'. | 
|  | 278 | Identifiers which require other characters in their names can be surrounded | 
|  | 279 | with quotes.  In this way, anything except a <tt>"</tt> character can be used | 
|  | 280 | in a name.</li> | 
|  | 281 |  | 
|  | 282 | <li>Unnamed values are represented as an unsigned numeric value with a '%' | 
|  | 283 | prefix.  For example, %12, %2, %44.</li> | 
|  | 284 |  | 
| Reid Spencer | cc16dc3 | 2004-12-09 18:02:53 +0000 | [diff] [blame] | 285 | <li>Constants, which are described in a <a href="#constants">section about | 
|  | 286 | constants</a>, below.</li> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 287 | </ol> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 288 |  | 
|  | 289 | <p>LLVM requires that values start with a '%' sign for two reasons: Compilers | 
|  | 290 | don't need to worry about name clashes with reserved words, and the set of | 
|  | 291 | reserved words may be expanded in the future without penalty.  Additionally, | 
|  | 292 | unnamed identifiers allow a compiler to quickly come up with a temporary | 
|  | 293 | variable without having to avoid symbol table conflicts.</p> | 
|  | 294 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 295 | <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] | 296 | languages. There are keywords for different opcodes | 
|  | 297 | ('<tt><a href="#i_add">add</a></tt>', | 
|  | 298 | '<tt><a href="#i_bitcast">bitcast</a></tt>', | 
|  | 299 | '<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] | 300 | 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] | 301 | and others.  These reserved words cannot conflict with variable names, because | 
|  | 302 | none of them start with a '%' character.</p> | 
|  | 303 |  | 
|  | 304 | <p>Here is an example of LLVM code to multiply the integer variable | 
|  | 305 | '<tt>%X</tt>' by 8:</p> | 
|  | 306 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 307 | <p>The easy way:</p> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 308 |  | 
|  | 309 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 310 | %result = <a href="#i_mul">mul</a> i32 %X, 8 | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 311 | </pre> | 
|  | 312 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 313 | <p>After strength reduction:</p> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 314 |  | 
|  | 315 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 316 | %result = <a href="#i_shl">shl</a> i32 %X, i8 3 | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 317 | </pre> | 
|  | 318 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 319 | <p>And the hard way:</p> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 320 |  | 
|  | 321 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 322 | <a href="#i_add">add</a> i32 %X, %X           <i>; yields {i32}:%0</i> | 
|  | 323 | <a href="#i_add">add</a> i32 %0, %0           <i>; yields {i32}:%1</i> | 
|  | 324 | %result = <a href="#i_add">add</a> i32 %1, %1 | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 325 | </pre> | 
|  | 326 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 327 | <p>This last way of multiplying <tt>%X</tt> by 8 illustrates several | 
|  | 328 | important lexical features of LLVM:</p> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 329 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 330 | <ol> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 331 |  | 
|  | 332 | <li>Comments are delimited with a '<tt>;</tt>' and go until the end of | 
|  | 333 | line.</li> | 
|  | 334 |  | 
|  | 335 | <li>Unnamed temporaries are created when the result of a computation is not | 
|  | 336 | assigned to a named value.</li> | 
|  | 337 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 338 | <li>Unnamed temporaries are numbered sequentially</li> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 339 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 340 | </ol> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 341 |  | 
| John Criswell | e4c57cc | 2005-05-12 16:52:32 +0000 | [diff] [blame] | 342 | <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] | 343 | demonstrating instructions, we will follow an instruction with a comment that | 
|  | 344 | defines the type and name of value produced.  Comments are shown in italic | 
|  | 345 | text.</p> | 
|  | 346 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 347 | </div> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 348 |  | 
|  | 349 | <!-- *********************************************************************** --> | 
|  | 350 | <div class="doc_section"> <a name="highlevel">High Level Structure</a> </div> | 
|  | 351 | <!-- *********************************************************************** --> | 
|  | 352 |  | 
|  | 353 | <!-- ======================================================================= --> | 
|  | 354 | <div class="doc_subsection"> <a name="modulestructure">Module Structure</a> | 
|  | 355 | </div> | 
|  | 356 |  | 
|  | 357 | <div class="doc_text"> | 
|  | 358 |  | 
|  | 359 | <p>LLVM programs are composed of "Module"s, each of which is a | 
|  | 360 | translation unit of the input programs.  Each module consists of | 
|  | 361 | functions, global variables, and symbol table entries.  Modules may be | 
|  | 362 | combined together with the LLVM linker, which merges function (and | 
|  | 363 | global variable) definitions, resolves forward declarations, and merges | 
|  | 364 | symbol table entries. Here is an example of the "hello world" module:</p> | 
|  | 365 |  | 
|  | 366 | <pre><i>; Declare the string constant as a global constant...</i> | 
|  | 367 | <a href="#identifiers">%.LC0</a> = <a href="#linkage_internal">internal</a> <a | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 368 | 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] | 369 |  | 
|  | 370 | <i>; External declaration of the puts function</i> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 371 | <a href="#functionstructure">declare</a> i32 %puts(i8 *)                                            <i>; i32(i8 *)* </i> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 372 |  | 
| Chris Lattner | 81c01f0 | 2006-06-13 03:05:47 +0000 | [diff] [blame] | 373 | <i>; Global variable / Function body section separator</i> | 
|  | 374 | implementation | 
|  | 375 |  | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 376 | <i>; Definition of main function</i> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 377 | define i32 %main() {                                                 <i>; i32()* </i> | 
|  | 378 | <i>; Convert [13x i8 ]* to i8  *...</i> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 379 | %cast210 = <a | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 380 | 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] | 381 |  | 
|  | 382 | <i>; Call puts function to write out the string to stdout...</i> | 
|  | 383 | <a | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 384 | href="#i_call">call</a> i32 %puts(i8 * %cast210)                              <i>; i32</i> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 385 | <a | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 386 | href="#i_ret">ret</a> i32 0<br>}<br></pre> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 387 |  | 
|  | 388 | <p>This example is made up of a <a href="#globalvars">global variable</a> | 
|  | 389 | named "<tt>.LC0</tt>", an external declaration of the "<tt>puts</tt>" | 
|  | 390 | function, and a <a href="#functionstructure">function definition</a> | 
|  | 391 | for "<tt>main</tt>".</p> | 
|  | 392 |  | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 393 | <p>In general, a module is made up of a list of global values, | 
|  | 394 | where both functions and global variables are global values.  Global values are | 
|  | 395 | represented by a pointer to a memory location (in this case, a pointer to an | 
|  | 396 | array of char, and a pointer to a function), and have one of the following <a | 
|  | 397 | href="#linkage">linkage types</a>.</p> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 398 |  | 
| Chris Lattner | 81c01f0 | 2006-06-13 03:05:47 +0000 | [diff] [blame] | 399 | <p>Due to a limitation in the current LLVM assembly parser (it is limited by | 
|  | 400 | one-token lookahead), modules are split into two pieces by the "implementation" | 
|  | 401 | keyword.  Global variable prototypes and definitions must occur before the | 
|  | 402 | keyword, and function definitions must occur after it.  Function prototypes may | 
|  | 403 | occur either before or after it.  In the future, the implementation keyword may | 
|  | 404 | become a noop, if the parser gets smarter.</p> | 
|  | 405 |  | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 406 | </div> | 
|  | 407 |  | 
|  | 408 | <!-- ======================================================================= --> | 
|  | 409 | <div class="doc_subsection"> | 
|  | 410 | <a name="linkage">Linkage Types</a> | 
|  | 411 | </div> | 
|  | 412 |  | 
|  | 413 | <div class="doc_text"> | 
|  | 414 |  | 
|  | 415 | <p> | 
|  | 416 | All Global Variables and Functions have one of the following types of linkage: | 
|  | 417 | </p> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 418 |  | 
|  | 419 | <dl> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 420 |  | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 421 | <dt><tt><b><a name="linkage_internal">internal</a></b></tt> </dt> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 422 |  | 
|  | 423 | <dd>Global values with internal linkage are only directly accessible by | 
|  | 424 | objects in the current module.  In particular, linking code into a module with | 
|  | 425 | an internal global value may cause the internal to be renamed as necessary to | 
|  | 426 | avoid collisions.  Because the symbol is internal to the module, all | 
|  | 427 | references can be updated.  This corresponds to the notion of the | 
|  | 428 | '<tt>static</tt>' keyword in C, or the idea of "anonymous namespaces" in C++. | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 429 | </dd> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 430 |  | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 431 | <dt><tt><b><a name="linkage_linkonce">linkonce</a></b></tt>: </dt> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 432 |  | 
|  | 433 | <dd>"<tt>linkonce</tt>" linkage is similar to <tt>internal</tt> linkage, with | 
|  | 434 | the twist that linking together two modules defining the same | 
|  | 435 | <tt>linkonce</tt> globals will cause one of the globals to be discarded.  This | 
|  | 436 | is typically used to implement inline functions.  Unreferenced | 
|  | 437 | <tt>linkonce</tt> globals are allowed to be discarded. | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 438 | </dd> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 439 |  | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 440 | <dt><tt><b><a name="linkage_weak">weak</a></b></tt>: </dt> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 441 |  | 
|  | 442 | <dd>"<tt>weak</tt>" linkage is exactly the same as <tt>linkonce</tt> linkage, | 
|  | 443 | except that unreferenced <tt>weak</tt> globals may not be discarded.  This is | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 444 | used to implement constructs in C such as "<tt>i32 X;</tt>" at global scope. | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 445 | </dd> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 446 |  | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 447 | <dt><tt><b><a name="linkage_appending">appending</a></b></tt>: </dt> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 448 |  | 
|  | 449 | <dd>"<tt>appending</tt>" linkage may only be applied to global variables of | 
|  | 450 | pointer to array type.  When two global variables with appending linkage are | 
|  | 451 | linked together, the two global arrays are appended together.  This is the | 
|  | 452 | LLVM, typesafe, equivalent of having the system linker append together | 
|  | 453 | "sections" with identical names when .o files are linked. | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 454 | </dd> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 455 |  | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 456 | <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] | 457 |  | 
|  | 458 | <dd>If none of the above identifiers are used, the global is externally | 
|  | 459 | visible, meaning that it participates in linkage and can be used to resolve | 
|  | 460 | external symbol references. | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 461 | </dd> | 
| Anton Korobeynikov | b74ed07 | 2006-09-14 18:23:27 +0000 | [diff] [blame] | 462 |  | 
|  | 463 | <dt><tt><b><a name="linkage_externweak">extern_weak</a></b></tt>: </dt> | 
|  | 464 |  | 
|  | 465 | <dd>"<tt>extern_weak</tt>" TBD | 
|  | 466 | </dd> | 
|  | 467 |  | 
|  | 468 | <p> | 
|  | 469 | The next two types of linkage are targeted for Microsoft Windows platform | 
|  | 470 | only. They are designed to support importing (exporting) symbols from (to) | 
|  | 471 | DLLs. | 
|  | 472 | </p> | 
|  | 473 |  | 
|  | 474 | <dt><tt><b><a name="linkage_dllimport">dllimport</a></b></tt>: </dt> | 
|  | 475 |  | 
|  | 476 | <dd>"<tt>dllimport</tt>" linkage causes the compiler to reference a function | 
|  | 477 | or variable via a global pointer to a pointer that is set up by the DLL | 
|  | 478 | exporting the symbol. On Microsoft Windows targets, the pointer name is | 
|  | 479 | formed by combining <code>_imp__</code> and the function or variable name. | 
|  | 480 | </dd> | 
|  | 481 |  | 
|  | 482 | <dt><tt><b><a name="linkage_dllexport">dllexport</a></b></tt>: </dt> | 
|  | 483 |  | 
|  | 484 | <dd>"<tt>dllexport</tt>" linkage causes the compiler to provide a global | 
|  | 485 | pointer to a pointer in a DLL, so that it can be referenced with the | 
|  | 486 | <tt>dllimport</tt> attribute. On Microsoft Windows targets, the pointer | 
|  | 487 | name is formed by combining <code>_imp__</code> and the function or variable | 
|  | 488 | name. | 
|  | 489 | </dd> | 
|  | 490 |  | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 491 | </dl> | 
|  | 492 |  | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 493 | <p><a name="linkage_external">For example, since the "<tt>.LC0</tt>" | 
|  | 494 | variable is defined to be internal, if another module defined a "<tt>.LC0</tt>" | 
|  | 495 | variable and was linked with this one, one of the two would be renamed, | 
|  | 496 | preventing a collision.  Since "<tt>main</tt>" and "<tt>puts</tt>" are | 
|  | 497 | external (i.e., lacking any linkage declarations), they are accessible | 
| Reid Spencer | ac8d276 | 2007-01-05 00:59:10 +0000 | [diff] [blame^] | 498 | outside of the current module.</p> | 
|  | 499 | <p>It is illegal for a function <i>declaration</i> | 
|  | 500 | to have any linkage type other than "externally visible", <tt>dllimport</tt>, | 
|  | 501 | or <tt>extern_weak</tt>.</a></p> | 
| Chris Lattner | e5d947b | 2004-12-09 16:36:40 +0000 | [diff] [blame] | 502 |  | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 503 | </div> | 
|  | 504 |  | 
|  | 505 | <!-- ======================================================================= --> | 
|  | 506 | <div class="doc_subsection"> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 507 | <a name="callingconv">Calling Conventions</a> | 
|  | 508 | </div> | 
|  | 509 |  | 
|  | 510 | <div class="doc_text"> | 
|  | 511 |  | 
|  | 512 | <p>LLVM <a href="#functionstructure">functions</a>, <a href="#i_call">calls</a> | 
|  | 513 | and <a href="#i_invoke">invokes</a> can all have an optional calling convention | 
|  | 514 | specified for the call.  The calling convention of any pair of dynamic | 
|  | 515 | caller/callee must match, or the behavior of the program is undefined.  The | 
|  | 516 | following calling conventions are supported by LLVM, and more may be added in | 
|  | 517 | the future:</p> | 
|  | 518 |  | 
|  | 519 | <dl> | 
|  | 520 | <dt><b>"<tt>ccc</tt>" - The C calling convention</b>:</dt> | 
|  | 521 |  | 
|  | 522 | <dd>This calling convention (the default if no other calling convention is | 
|  | 523 | specified) matches the target C calling conventions.  This calling convention | 
| John Criswell | e4c57cc | 2005-05-12 16:52:32 +0000 | [diff] [blame] | 524 | supports varargs function calls and tolerates some mismatch in the declared | 
| Reid Spencer | c28d2bc | 2006-12-31 21:30:18 +0000 | [diff] [blame] | 525 | prototype and implemented declaration of the function (as does normal C). | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 526 | </dd> | 
|  | 527 |  | 
| Chris Lattner | 5710ce9 | 2006-05-19 21:15:36 +0000 | [diff] [blame] | 528 | <dt><b>"<tt>csretcc</tt>" - The C struct return calling convention</b>:</dt> | 
|  | 529 |  | 
|  | 530 | <dd>This calling convention matches the target C calling conventions, except | 
|  | 531 | that functions with this convention are required to take a pointer as their | 
|  | 532 | first argument, and the return type of the function must be void.  This is | 
|  | 533 | used for C functions that return aggregates by-value.  In this case, the | 
|  | 534 | function has been transformed to take a pointer to the struct as the first | 
|  | 535 | argument to the function.  For targets where the ABI specifies specific | 
|  | 536 | behavior for structure-return calls, the calling convention can be used to | 
|  | 537 | distinguish between struct return functions and other functions that take a | 
|  | 538 | pointer to a struct as the first argument. | 
|  | 539 | </dd> | 
|  | 540 |  | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 541 | <dt><b>"<tt>fastcc</tt>" - The fast calling convention</b>:</dt> | 
|  | 542 |  | 
|  | 543 | <dd>This calling convention attempts to make calls as fast as possible | 
|  | 544 | (e.g. by passing things in registers).  This calling convention allows the | 
|  | 545 | 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] | 546 | without having to conform to an externally specified ABI.  Implementations of | 
|  | 547 | this convention should allow arbitrary tail call optimization to be supported. | 
|  | 548 | This calling convention does not support varargs and requires the prototype of | 
|  | 549 | all callees to exactly match the prototype of the function definition. | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 550 | </dd> | 
|  | 551 |  | 
|  | 552 | <dt><b>"<tt>coldcc</tt>" - The cold calling convention</b>:</dt> | 
|  | 553 |  | 
|  | 554 | <dd>This calling convention attempts to make code in the caller as efficient | 
|  | 555 | as possible under the assumption that the call is not commonly executed.  As | 
|  | 556 | such, these calls often preserve all registers so that the call does not break | 
|  | 557 | any live ranges in the caller side.  This calling convention does not support | 
|  | 558 | varargs and requires the prototype of all callees to exactly match the | 
|  | 559 | prototype of the function definition. | 
|  | 560 | </dd> | 
|  | 561 |  | 
| Chris Lattner | cfe6b37 | 2005-05-07 01:46:40 +0000 | [diff] [blame] | 562 | <dt><b>"<tt>cc <<em>n</em>></tt>" - Numbered convention</b>:</dt> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 563 |  | 
|  | 564 | <dd>Any calling convention may be specified by number, allowing | 
|  | 565 | target-specific calling conventions to be used.  Target specific calling | 
|  | 566 | conventions start at 64. | 
|  | 567 | </dd> | 
| Chris Lattner | cfe6b37 | 2005-05-07 01:46:40 +0000 | [diff] [blame] | 568 | </dl> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 569 |  | 
|  | 570 | <p>More calling conventions can be added/defined on an as-needed basis, to | 
|  | 571 | support pascal conventions or any other well-known target-independent | 
|  | 572 | convention.</p> | 
|  | 573 |  | 
|  | 574 | </div> | 
|  | 575 |  | 
|  | 576 | <!-- ======================================================================= --> | 
|  | 577 | <div class="doc_subsection"> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 578 | <a name="globalvars">Global Variables</a> | 
|  | 579 | </div> | 
|  | 580 |  | 
|  | 581 | <div class="doc_text"> | 
|  | 582 |  | 
| Chris Lattner | 3689a34 | 2005-02-12 19:30:21 +0000 | [diff] [blame] | 583 | <p>Global variables define regions of memory allocated at compilation time | 
| Chris Lattner | 88f6c46 | 2005-11-12 00:45:07 +0000 | [diff] [blame] | 584 | instead of run-time.  Global variables may optionally be initialized, may have | 
|  | 585 | an explicit section to be placed in, and may | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 586 | have an optional explicit alignment specified.  A | 
| John Criswell | 0ec250c | 2005-10-24 16:17:18 +0000 | [diff] [blame] | 587 | variable may be defined as a global "constant," which indicates that the | 
| Chris Lattner | 3689a34 | 2005-02-12 19:30:21 +0000 | [diff] [blame] | 588 | contents of the variable will <b>never</b> be modified (enabling better | 
|  | 589 | optimization, allowing the global data to be placed in the read-only section of | 
|  | 590 | an executable, etc).  Note that variables that need runtime initialization | 
| John Criswell | 0ec250c | 2005-10-24 16:17:18 +0000 | [diff] [blame] | 591 | 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] | 592 |  | 
|  | 593 | <p> | 
|  | 594 | LLVM explicitly allows <em>declarations</em> of global variables to be marked | 
|  | 595 | constant, even if the final definition of the global is not.  This capability | 
|  | 596 | can be used to enable slightly better optimization of the program, but requires | 
|  | 597 | the language definition to guarantee that optimizations based on the | 
|  | 598 | 'constantness' are valid for the translation units that do not include the | 
|  | 599 | definition. | 
|  | 600 | </p> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 601 |  | 
|  | 602 | <p>As SSA values, global variables define pointer values that are in | 
|  | 603 | scope (i.e. they dominate) all basic blocks in the program.  Global | 
|  | 604 | variables always define a pointer to their "content" type because they | 
|  | 605 | describe a region of memory, and all memory objects in LLVM are | 
|  | 606 | accessed through pointers.</p> | 
|  | 607 |  | 
| Chris Lattner | 88f6c46 | 2005-11-12 00:45:07 +0000 | [diff] [blame] | 608 | <p>LLVM allows an explicit section to be specified for globals.  If the target | 
|  | 609 | supports it, it will emit globals to the section specified.</p> | 
|  | 610 |  | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 611 | <p>An explicit alignment may be specified for a global.  If not present, or if | 
|  | 612 | the alignment is set to zero, the alignment of the global is set by the target | 
|  | 613 | to whatever it feels convenient.  If an explicit alignment is specified, the | 
|  | 614 | global is forced to have at least that much alignment.  All alignments must be | 
|  | 615 | a power of 2.</p> | 
|  | 616 |  | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 617 | </div> | 
|  | 618 |  | 
|  | 619 |  | 
|  | 620 | <!-- ======================================================================= --> | 
|  | 621 | <div class="doc_subsection"> | 
|  | 622 | <a name="functionstructure">Functions</a> | 
|  | 623 | </div> | 
|  | 624 |  | 
|  | 625 | <div class="doc_text"> | 
|  | 626 |  | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 627 | <p>LLVM function definitions consist of the "<tt>define</tt>" keyord, | 
|  | 628 | an optional <a href="#linkage">linkage type</a>, an optional | 
|  | 629 | <a href="#callingconv">calling convention</a>, a return type, an optional | 
|  | 630 | <a href="#paramattrs">parameter attribute</a> for the return type, a function | 
|  | 631 | name, a (possibly empty) argument list (each with optional | 
| Reid Spencer | 92f8230 | 2006-12-31 07:18:34 +0000 | [diff] [blame] | 632 | <a href="#paramattrs">parameter attributes</a>), an optional section, an | 
|  | 633 | optional alignment, an opening curly brace, a list of basic blocks, and a | 
|  | 634 | closing curly brace.  LLVM function declarations | 
|  | 635 | consist of the "<tt>declare</tt>" keyword, an optional <a | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 636 | href="#callingconv">calling convention</a>, a return type, an optional | 
|  | 637 | <a href="#paramattrs">parameter attribute</a> for the return type, a function | 
|  | 638 | name, a possibly empty list of arguments, and an optional alignment.</p> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 639 |  | 
|  | 640 | <p>A function definition contains a list of basic blocks, forming the CFG for | 
|  | 641 | the function.  Each basic block may optionally start with a label (giving the | 
|  | 642 | basic block a symbol table entry), contains a list of instructions, and ends | 
|  | 643 | with a <a href="#terminators">terminator</a> instruction (such as a branch or | 
|  | 644 | function return).</p> | 
|  | 645 |  | 
| John Criswell | e4c57cc | 2005-05-12 16:52:32 +0000 | [diff] [blame] | 646 | <p>The first basic block in a program is special in two ways: it is immediately | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 647 | executed on entrance to the function, and it is not allowed to have predecessor | 
|  | 648 | basic blocks (i.e. there can not be any branches to the entry block of a | 
|  | 649 | function).  Because the block can have no predecessors, it also cannot have any | 
|  | 650 | <a href="#i_phi">PHI nodes</a>.</p> | 
|  | 651 |  | 
|  | 652 | <p>LLVM functions are identified by their name and type signature.  Hence, two | 
|  | 653 | functions with the same name but different parameter lists or return values are | 
| Chris Lattner | d4f6b17 | 2005-03-07 22:13:59 +0000 | [diff] [blame] | 654 | considered different functions, and LLVM will resolve references to each | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 655 | appropriately.</p> | 
|  | 656 |  | 
| Chris Lattner | 88f6c46 | 2005-11-12 00:45:07 +0000 | [diff] [blame] | 657 | <p>LLVM allows an explicit section to be specified for functions.  If the target | 
|  | 658 | supports it, it will emit functions to the section specified.</p> | 
|  | 659 |  | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 660 | <p>An explicit alignment may be specified for a function.  If not present, or if | 
|  | 661 | the alignment is set to zero, the alignment of the function is set by the target | 
|  | 662 | to whatever it feels convenient.  If an explicit alignment is specified, the | 
|  | 663 | function is forced to have at least that much alignment.  All alignments must be | 
|  | 664 | a power of 2.</p> | 
|  | 665 |  | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 666 | </div> | 
|  | 667 |  | 
| Chris Lattner | 4e9aba7 | 2006-01-23 23:23:47 +0000 | [diff] [blame] | 668 | <!-- ======================================================================= --> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 669 | <div class="doc_subsection"><a name="paramattrs">Parameter Attributes</a></div> | 
|  | 670 | <div class="doc_text"> | 
|  | 671 | <p>The return type and each parameter of a function type may have a set of | 
|  | 672 | <i>parameter attributes</i> associated with them. Parameter attributes are | 
|  | 673 | used to communicate additional information about the result or parameters of | 
|  | 674 | a function. Parameter attributes are considered to be part of the function | 
|  | 675 | type so two functions types that differ only by the parameter attributes | 
|  | 676 | are different function types.</p> | 
|  | 677 |  | 
| Reid Spencer | 92f8230 | 2006-12-31 07:18:34 +0000 | [diff] [blame] | 678 | <p>Parameter attributes consist of an at sign (@) followed by either a single | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 679 | keyword or a comma separate list of keywords enclosed in parentheses. For | 
|  | 680 | example:<pre> | 
|  | 681 | %someFunc = i16 @zext (i8 @(sext) %someParam) | 
| Reid Spencer | 92f8230 | 2006-12-31 07:18:34 +0000 | [diff] [blame] | 682 | %someFunc = i16 @zext (i8 @zext %someParam)</pre> | 
|  | 683 | Note that the two function types above are unique because the parameter | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 684 | has a different attribute (@sext in the first one, @zext in the second).</p> | 
|  | 685 |  | 
|  | 686 | <p>Currently, only the following parameter attributes are defined: | 
|  | 687 | <dl> | 
|  | 688 | <dt><tt>@zext</tt></dt> | 
|  | 689 | <dd>This indicates that the parameter should be zero extended just before | 
|  | 690 | a call to this function.</dd> | 
|  | 691 | <dt><tt>@sext</tt></dt> | 
|  | 692 | <dd>This indicates that the parameter should be sign extended just before | 
|  | 693 | a call to this function.</dd> | 
|  | 694 | </dl></p> | 
|  | 695 |  | 
|  | 696 | <p>The current motivation for parameter attributes is to enable the sign and | 
|  | 697 | zero extend information necessary for the C calling convention to be passed | 
|  | 698 | from the front end to LLVM. The <tt>@zext</tt> and <tt>@sext</tt> attributes | 
|  | 699 | are used by the code generator to perform the required extension. However, | 
|  | 700 | parameter attributes are an orthogonal feature to calling conventions and | 
|  | 701 | may be used for other purposes in the future.</p> | 
|  | 702 | </div> | 
|  | 703 |  | 
|  | 704 | <!-- ======================================================================= --> | 
| Chris Lattner | 4e9aba7 | 2006-01-23 23:23:47 +0000 | [diff] [blame] | 705 | <div class="doc_subsection"> | 
| Chris Lattner | 1eeeb0c | 2006-04-08 04:40:53 +0000 | [diff] [blame] | 706 | <a name="moduleasm">Module-Level Inline Assembly</a> | 
| Chris Lattner | 4e9aba7 | 2006-01-23 23:23:47 +0000 | [diff] [blame] | 707 | </div> | 
|  | 708 |  | 
|  | 709 | <div class="doc_text"> | 
|  | 710 | <p> | 
|  | 711 | Modules may contain "module-level inline asm" blocks, which corresponds to the | 
|  | 712 | GCC "file scope inline asm" blocks.  These blocks are internally concatenated by | 
|  | 713 | LLVM and treated as a single unit, but may be separated in the .ll file if | 
|  | 714 | desired.  The syntax is very simple: | 
|  | 715 | </p> | 
|  | 716 |  | 
|  | 717 | <div class="doc_code"><pre> | 
| Chris Lattner | 52599e1 | 2006-01-24 00:37:20 +0000 | [diff] [blame] | 718 | module asm "inline asm code goes here" | 
|  | 719 | module asm "more can go here" | 
| Chris Lattner | 4e9aba7 | 2006-01-23 23:23:47 +0000 | [diff] [blame] | 720 | </pre></div> | 
|  | 721 |  | 
|  | 722 | <p>The strings can contain any character by escaping non-printable characters. | 
|  | 723 | The escape sequence used is simply "\xx" where "xx" is the two digit hex code | 
|  | 724 | for the number. | 
|  | 725 | </p> | 
|  | 726 |  | 
|  | 727 | <p> | 
|  | 728 | The inline asm code is simply printed to the machine code .s file when | 
|  | 729 | assembly code is generated. | 
|  | 730 | </p> | 
|  | 731 | </div> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 732 |  | 
|  | 733 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 734 | <!-- *********************************************************************** --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 735 | <div class="doc_section"> <a name="typesystem">Type System</a> </div> | 
|  | 736 | <!-- *********************************************************************** --> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 737 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 738 | <div class="doc_text"> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 739 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 740 | <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] | 741 | intermediate representation.  Being typed enables a number of | 
|  | 742 | optimizations to be performed on the IR directly, without having to do | 
|  | 743 | extra analyses on the side before the transformation.  A strong type | 
|  | 744 | system makes it easier to read the generated code and enables novel | 
|  | 745 | analyses and transformations that are not feasible to perform on normal | 
|  | 746 | three address code representations.</p> | 
| Chris Lattner | fa73021 | 2004-12-09 16:11:40 +0000 | [diff] [blame] | 747 |  | 
|  | 748 | </div> | 
|  | 749 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 750 | <!-- ======================================================================= --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 751 | <div class="doc_subsection"> <a name="t_primitive">Primitive Types</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 752 | <div class="doc_text"> | 
| John Criswell | 4457dc9 | 2004-04-09 16:48:45 +0000 | [diff] [blame] | 753 | <p>The primitive types are the fundamental building blocks of the LLVM | 
| Chris Lattner | d4f6b17 | 2005-03-07 22:13:59 +0000 | [diff] [blame] | 754 | system. The current set of primitive types is as follows:</p> | 
| Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 755 |  | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 756 | <table class="layout"> | 
|  | 757 | <tr class="layout"> | 
|  | 758 | <td class="left"> | 
|  | 759 | <table> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 760 | <tbody> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 761 | <tr><th>Type</th><th>Description</th></tr> | 
|  | 762 | <tr><td><tt>void</tt></td><td>No value</td></tr> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 763 | <tr><td><tt>i8</tt></td><td>Signless 8-bit value</td></tr> | 
|  | 764 | <tr><td><tt>i32</tt></td><td>Signless 32-bit value</td></tr> | 
| Misha Brukman | cfa87bc | 2005-04-22 18:02:52 +0000 | [diff] [blame] | 765 | <tr><td><tt>float</tt></td><td>32-bit floating point value</td></tr> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 766 | <tr><td><tt>label</tt></td><td>Branch destination</td></tr> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 767 | </tbody> | 
|  | 768 | </table> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 769 | </td> | 
|  | 770 | <td class="right"> | 
|  | 771 | <table> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 772 | <tbody> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 773 | <tr><th>Type</th><th>Description</th></tr> | 
|  | 774 | <tr><td><tt>bool</tt></td><td>True or False value</td></tr> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 775 | <tr><td><tt>i16</tt></td><td>Signless 16-bit value</td></tr> | 
|  | 776 | <tr><td><tt>i64</tt></td><td>Signless 64-bit value</td></tr> | 
|  | 777 | <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] | 778 | </tbody> | 
|  | 779 | </table> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 780 | </td> | 
|  | 781 | </tr> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 782 | </table> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 783 | </div> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 784 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 785 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 786 | <div class="doc_subsubsection"> <a name="t_classifications">Type | 
|  | 787 | Classifications</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 788 | <div class="doc_text"> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 789 | <p>These different primitive types fall into a few useful | 
|  | 790 | classifications:</p> | 
| Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 791 |  | 
|  | 792 | <table border="1" cellspacing="0" cellpadding="4"> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 793 | <tbody> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 794 | <tr><th>Classification</th><th>Types</th></tr> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 795 | <tr> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 796 | <td><a name="t_integer">integer</a></td> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 797 | <td><tt>i8, i16, i32, i64</tt></td> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 798 | </tr> | 
|  | 799 | <tr> | 
|  | 800 | <td><a name="t_integral">integral</a></td> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 801 | <td><tt>bool, i8, i16, i32, i64</tt> | 
| Misha Brukman | c24b758 | 2004-08-12 20:16:08 +0000 | [diff] [blame] | 802 | </td> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 803 | </tr> | 
|  | 804 | <tr> | 
|  | 805 | <td><a name="t_floating">floating point</a></td> | 
|  | 806 | <td><tt>float, double</tt></td> | 
|  | 807 | </tr> | 
|  | 808 | <tr> | 
|  | 809 | <td><a name="t_firstclass">first class</a></td> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 810 | <td><tt>bool, i8, i16, i32, i64, float, double, <br/> | 
|  | 811 | <a href="#t_pointer">pointer</a>,<a href="#t_packed">packed</a></tt> | 
|  | 812 | </td> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 813 | </tr> | 
|  | 814 | </tbody> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 815 | </table> | 
| Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 816 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 817 | <p>The <a href="#t_firstclass">first class</a> types are perhaps the | 
|  | 818 | most important.  Values of these types are the only ones which can be | 
|  | 819 | produced by instructions, passed as arguments, or used as operands to | 
|  | 820 | instructions.  This means that all structures and arrays must be | 
|  | 821 | manipulated either by pointer or by component.</p> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 822 | </div> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 823 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 824 | <!-- ======================================================================= --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 825 | <div class="doc_subsection"> <a name="t_derived">Derived Types</a> </div> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 826 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 827 | <div class="doc_text"> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 828 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 829 | <p>The real power in LLVM comes from the derived types in the system. | 
|  | 830 | This is what allows a programmer to represent arrays, functions, | 
|  | 831 | pointers, and other useful types.  Note that these derived types may be | 
|  | 832 | 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] | 833 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 834 | </div> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 835 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 836 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 837 | <div class="doc_subsubsection"> <a name="t_array">Array Type</a> </div> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 838 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 839 | <div class="doc_text"> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 840 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 841 | <h5>Overview:</h5> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 842 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 843 | <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] | 844 | sequentially in memory.  The array type requires a size (number of | 
|  | 845 | elements) and an underlying data type.</p> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 846 |  | 
| Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 847 | <h5>Syntax:</h5> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 848 |  | 
|  | 849 | <pre> | 
|  | 850 | [<# elements> x <elementtype>] | 
|  | 851 | </pre> | 
|  | 852 |  | 
| John Criswell | e4c57cc | 2005-05-12 16:52:32 +0000 | [diff] [blame] | 853 | <p>The number of elements is a constant integer value; elementtype may | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 854 | be any type with a size.</p> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 855 |  | 
| Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 856 | <h5>Examples:</h5> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 857 | <table class="layout"> | 
|  | 858 | <tr class="layout"> | 
|  | 859 | <td class="left"> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 860 | <tt>[40 x i32 ]</tt><br/> | 
|  | 861 | <tt>[41 x i32 ]</tt><br/> | 
| Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 862 | <tt>[40 x i8]</tt><br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 863 | </td> | 
|  | 864 | <td class="left"> | 
| Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 865 | Array of 40 32-bit integer values.<br/> | 
|  | 866 | Array of 41 32-bit integer values.<br/> | 
|  | 867 | Array of 40 8-bit integer values.<br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 868 | </td> | 
|  | 869 | </tr> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 870 | </table> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 871 | <p>Here are some examples of multidimensional arrays:</p> | 
|  | 872 | <table class="layout"> | 
|  | 873 | <tr class="layout"> | 
|  | 874 | <td class="left"> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 875 | <tt>[3 x [4 x i32]]</tt><br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 876 | <tt>[12 x [10 x float]]</tt><br/> | 
| Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 877 | <tt>[2 x [3 x [4 x i16]]]</tt><br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 878 | </td> | 
|  | 879 | <td class="left"> | 
| Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 880 | 3x4 array of 32-bit integer values.<br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 881 | 12x10 array of single precision floating point values.<br/> | 
| Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 882 | 2x3x4 array of 16-bit integer  values.<br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 883 | </td> | 
|  | 884 | </tr> | 
|  | 885 | </table> | 
| Chris Lattner | e67a951 | 2005-06-24 17:22:57 +0000 | [diff] [blame] | 886 |  | 
| John Criswell | 0ec250c | 2005-10-24 16:17:18 +0000 | [diff] [blame] | 887 | <p>Note that 'variable sized arrays' can be implemented in LLVM with a zero | 
|  | 888 | 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] | 889 | LLVM (e.g. it is illegal to access the 5th element of a 3 element array). | 
|  | 890 | As a special case, however, zero length arrays are recognized to be variable | 
|  | 891 | length.  This allows implementation of 'pascal style arrays' with the  LLVM | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 892 | type "{ i32, [0 x float]}", for example.</p> | 
| Chris Lattner | e67a951 | 2005-06-24 17:22:57 +0000 | [diff] [blame] | 893 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 894 | </div> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 895 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 896 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 897 | <div class="doc_subsubsection"> <a name="t_function">Function Type</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 898 | <div class="doc_text"> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 899 | <h5>Overview:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 900 | <p>The function type can be thought of as a function signature.  It | 
|  | 901 | consists of a return type and a list of formal parameter types. | 
| John Criswell | 009900b | 2003-11-25 21:45:46 +0000 | [diff] [blame] | 902 | Function types are usually used to build virtual function tables | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 903 | (which are structures of pointers to functions), for indirect function | 
|  | 904 | calls, and when defining a function.</p> | 
| John Criswell | 009900b | 2003-11-25 21:45:46 +0000 | [diff] [blame] | 905 | <p> | 
|  | 906 | The return type of a function type cannot be an aggregate type. | 
|  | 907 | </p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 908 | <h5>Syntax:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 909 | <pre>  <returntype> (<parameter list>)<br></pre> | 
| John Criswell | 0ec250c | 2005-10-24 16:17:18 +0000 | [diff] [blame] | 910 | <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] | 911 | specifiers.  Optionally, the parameter list may include a type <tt>...</tt>, | 
| Chris Lattner | 27f71f2 | 2003-09-03 00:41:47 +0000 | [diff] [blame] | 912 | which indicates that the function takes a variable number of arguments. | 
|  | 913 | Variable argument functions can access their arguments with the <a | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 914 | href="#int_varargs">variable argument handling intrinsic</a> functions.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 915 | <h5>Examples:</h5> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 916 | <table class="layout"> | 
|  | 917 | <tr class="layout"> | 
| Reid Spencer | 92f8230 | 2006-12-31 07:18:34 +0000 | [diff] [blame] | 918 | <td class="left"><tt>i32 (i32)</tt></td> | 
|  | 919 | <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] | 920 | </td> | 
| Reid Spencer | 92f8230 | 2006-12-31 07:18:34 +0000 | [diff] [blame] | 921 | </tr><tr class="layout"> | 
| Reid Spencer | f17a0b7 | 2006-12-31 07:20:23 +0000 | [diff] [blame] | 922 | <td class="left"><tt>float (i16 @sext, i32 *) * | 
|  | 923 | </tt></td> | 
| Reid Spencer | 92f8230 | 2006-12-31 07:18:34 +0000 | [diff] [blame] | 924 | <td class="left"><a href="#t_pointer">Pointer</a> to a function that takes | 
|  | 925 | an <tt>i16</tt> that should be sign extended and a | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 926 | <a href="#t_pointer">pointer</a> to <tt>i32</tt>, returning | 
| Reid Spencer | 92f8230 | 2006-12-31 07:18:34 +0000 | [diff] [blame] | 927 | <tt>float</tt>. | 
|  | 928 | </td> | 
|  | 929 | </tr><tr class="layout"> | 
|  | 930 | <td class="left"><tt>i32 (i8*, ...)</tt></td> | 
|  | 931 | <td class="left">A vararg function that takes at least one | 
| Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 932 | <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] | 933 | which returns an integer.  This is the signature for <tt>printf</tt> in | 
|  | 934 | LLVM. | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 935 | </td> | 
|  | 936 | </tr> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 937 | </table> | 
| Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 938 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 939 | </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 940 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 941 | <div class="doc_subsubsection"> <a name="t_struct">Structure Type</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 942 | <div class="doc_text"> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 943 | <h5>Overview:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 944 | <p>The structure type is used to represent a collection of data members | 
|  | 945 | together in memory.  The packing of the field types is defined to match | 
|  | 946 | the ABI of the underlying processor.  The elements of a structure may | 
|  | 947 | be any type that has a size.</p> | 
|  | 948 | <p>Structures are accessed using '<tt><a href="#i_load">load</a></tt> | 
|  | 949 | and '<tt><a href="#i_store">store</a></tt>' by getting a pointer to a | 
|  | 950 | field with the '<tt><a href="#i_getelementptr">getelementptr</a></tt>' | 
|  | 951 | instruction.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 952 | <h5>Syntax:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 953 | <pre>  { <type list> }<br></pre> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 954 | <h5>Examples:</h5> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 955 | <table class="layout"> | 
|  | 956 | <tr class="layout"> | 
|  | 957 | <td class="left"> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 958 | <tt>{ i32, i32, i32 }</tt><br/> | 
|  | 959 | <tt>{ float, i32 (i32) * }</tt><br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 960 | </td> | 
|  | 961 | <td class="left"> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 962 | a triple of three <tt>i32</tt> values<br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 963 | A pair, where the first element is a <tt>float</tt> and the second element | 
|  | 964 | is a <a href="#t_pointer">pointer</a> to a <a href="#t_function">function</a> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 965 | that takes an <tt>i32</tt>, returning an <tt>i32</tt>.<br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 966 | </td> | 
|  | 967 | </tr> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 968 | </table> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 969 | </div> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 970 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 971 | <!-- _______________________________________________________________________ --> | 
| Andrew Lenharth | 75e1068 | 2006-12-08 17:13:00 +0000 | [diff] [blame] | 972 | <div class="doc_subsubsection"> <a name="t_pstruct">Packed Structure Type</a> | 
|  | 973 | </div> | 
|  | 974 | <div class="doc_text"> | 
|  | 975 | <h5>Overview:</h5> | 
|  | 976 | <p>The packed structure type is used to represent a collection of data members | 
|  | 977 | together in memory.  There is no padding between fields.  Further, the alignment | 
|  | 978 | of a packed structure is 1 byte.  The elements of a packed structure may | 
|  | 979 | be any type that has a size.</p> | 
|  | 980 | <p>Structures are accessed using '<tt><a href="#i_load">load</a></tt> | 
|  | 981 | and '<tt><a href="#i_store">store</a></tt>' by getting a pointer to a | 
|  | 982 | field with the '<tt><a href="#i_getelementptr">getelementptr</a></tt>' | 
|  | 983 | instruction.</p> | 
|  | 984 | <h5>Syntax:</h5> | 
|  | 985 | <pre>  < { <type list> } > <br></pre> | 
|  | 986 | <h5>Examples:</h5> | 
|  | 987 | <table class="layout"> | 
|  | 988 | <tr class="layout"> | 
|  | 989 | <td class="left"> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 990 | <tt> < { i32, i32, i32 } > </tt><br/> | 
|  | 991 | <tt> < { float, i32 (i32) * } > </tt><br/> | 
| Andrew Lenharth | 75e1068 | 2006-12-08 17:13:00 +0000 | [diff] [blame] | 992 | </td> | 
|  | 993 | <td class="left"> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 994 | a triple of three <tt>i32</tt> values<br/> | 
| Andrew Lenharth | 75e1068 | 2006-12-08 17:13:00 +0000 | [diff] [blame] | 995 | A pair, where the first element is a <tt>float</tt> and the second element | 
|  | 996 | is a <a href="#t_pointer">pointer</a> to a <a href="#t_function">function</a> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 997 | that takes an <tt>i32</tt>, returning an <tt>i32</tt>.<br/> | 
| Andrew Lenharth | 75e1068 | 2006-12-08 17:13:00 +0000 | [diff] [blame] | 998 | </td> | 
|  | 999 | </tr> | 
|  | 1000 | </table> | 
|  | 1001 | </div> | 
|  | 1002 |  | 
|  | 1003 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1004 | <div class="doc_subsubsection"> <a name="t_pointer">Pointer Type</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1005 | <div class="doc_text"> | 
| Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 1006 | <h5>Overview:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1007 | <p>As in many languages, the pointer type represents a pointer or | 
|  | 1008 | reference to another object, which must live in memory.</p> | 
| Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 1009 | <h5>Syntax:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1010 | <pre>  <type> *<br></pre> | 
| Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 1011 | <h5>Examples:</h5> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1012 | <table class="layout"> | 
|  | 1013 | <tr class="layout"> | 
|  | 1014 | <td class="left"> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1015 | <tt>[4x i32]*</tt><br/> | 
|  | 1016 | <tt>i32 (i32 *) *</tt><br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1017 | </td> | 
|  | 1018 | <td class="left"> | 
|  | 1019 | 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] | 1020 | four <tt>i32</tt> values<br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1021 | A <a href="#t_pointer">pointer</a> to a <a | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1022 | href="#t_function">function</a> that takes an <tt>i32*</tt>, returning an | 
|  | 1023 | <tt>i32</tt>.<br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1024 | </td> | 
|  | 1025 | </tr> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1026 | </table> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1027 | </div> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1028 |  | 
| Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1029 | <!-- _______________________________________________________________________ --> | 
|  | 1030 | <div class="doc_subsubsection"> <a name="t_packed">Packed Type</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1031 | <div class="doc_text"> | 
| Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 1032 |  | 
| Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1033 | <h5>Overview:</h5> | 
| Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 1034 |  | 
| Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1035 | <p>A packed type is a simple derived type that represents a vector | 
|  | 1036 | of elements.  Packed types are used when multiple primitive data | 
|  | 1037 | are operated in parallel using a single instruction (SIMD). | 
|  | 1038 | A packed type requires a size (number of | 
| Chris Lattner | b8d172f | 2005-11-10 01:44:22 +0000 | [diff] [blame] | 1039 | elements) and an underlying primitive data type.  Vectors must have a power | 
|  | 1040 | of two length (1, 2, 4, 8, 16 ...).  Packed types are | 
| Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1041 | considered <a href="#t_firstclass">first class</a>.</p> | 
| Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 1042 |  | 
| Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1043 | <h5>Syntax:</h5> | 
| Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 1044 |  | 
|  | 1045 | <pre> | 
|  | 1046 | < <# elements> x <elementtype> > | 
|  | 1047 | </pre> | 
|  | 1048 |  | 
| John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 1049 | <p>The number of elements is a constant integer value; elementtype may | 
| Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1050 | be any integral or floating point type.</p> | 
| Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 1051 |  | 
| Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1052 | <h5>Examples:</h5> | 
| Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 1053 |  | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1054 | <table class="layout"> | 
|  | 1055 | <tr class="layout"> | 
|  | 1056 | <td class="left"> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1057 | <tt><4 x i32></tt><br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1058 | <tt><8 x float></tt><br/> | 
| Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 1059 | <tt><2 x i64></tt><br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1060 | </td> | 
|  | 1061 | <td class="left"> | 
| Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 1062 | Packed vector of 4 32-bit integer values.<br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1063 | Packed vector of 8 floating-point values.<br/> | 
| Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 1064 | Packed vector of 2 64-bit integer values.<br/> | 
| Reid Spencer | d3f876c | 2004-11-01 08:19:36 +0000 | [diff] [blame] | 1065 | </td> | 
|  | 1066 | </tr> | 
|  | 1067 | </table> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1068 | </div> | 
|  | 1069 |  | 
| Chris Lattner | 69c11bb | 2005-04-25 17:34:15 +0000 | [diff] [blame] | 1070 | <!-- _______________________________________________________________________ --> | 
|  | 1071 | <div class="doc_subsubsection"> <a name="t_opaque">Opaque Type</a> </div> | 
|  | 1072 | <div class="doc_text"> | 
|  | 1073 |  | 
|  | 1074 | <h5>Overview:</h5> | 
|  | 1075 |  | 
|  | 1076 | <p>Opaque types are used to represent unknown types in the system.  This | 
|  | 1077 | corresponds (for example) to the C notion of a foward declared structure type. | 
|  | 1078 | In LLVM, opaque types can eventually be resolved to any type (not just a | 
|  | 1079 | structure type).</p> | 
|  | 1080 |  | 
|  | 1081 | <h5>Syntax:</h5> | 
|  | 1082 |  | 
|  | 1083 | <pre> | 
|  | 1084 | opaque | 
|  | 1085 | </pre> | 
|  | 1086 |  | 
|  | 1087 | <h5>Examples:</h5> | 
|  | 1088 |  | 
|  | 1089 | <table class="layout"> | 
|  | 1090 | <tr class="layout"> | 
|  | 1091 | <td class="left"> | 
|  | 1092 | <tt>opaque</tt> | 
|  | 1093 | </td> | 
|  | 1094 | <td class="left"> | 
|  | 1095 | An opaque type.<br/> | 
|  | 1096 | </td> | 
|  | 1097 | </tr> | 
|  | 1098 | </table> | 
|  | 1099 | </div> | 
|  | 1100 |  | 
|  | 1101 |  | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1102 | <!-- *********************************************************************** --> | 
|  | 1103 | <div class="doc_section"> <a name="constants">Constants</a> </div> | 
|  | 1104 | <!-- *********************************************************************** --> | 
|  | 1105 |  | 
|  | 1106 | <div class="doc_text"> | 
|  | 1107 |  | 
|  | 1108 | <p>LLVM has several different basic types of constants.  This section describes | 
|  | 1109 | them all and their syntax.</p> | 
|  | 1110 |  | 
|  | 1111 | </div> | 
|  | 1112 |  | 
|  | 1113 | <!-- ======================================================================= --> | 
| Reid Spencer | cc16dc3 | 2004-12-09 18:02:53 +0000 | [diff] [blame] | 1114 | <div class="doc_subsection"><a name="simpleconstants">Simple Constants</a></div> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1115 |  | 
|  | 1116 | <div class="doc_text"> | 
|  | 1117 |  | 
|  | 1118 | <dl> | 
|  | 1119 | <dt><b>Boolean constants</b></dt> | 
|  | 1120 |  | 
|  | 1121 | <dd>The two strings '<tt>true</tt>' and '<tt>false</tt>' are both valid | 
|  | 1122 | constants of the <tt><a href="#t_primitive">bool</a></tt> type. | 
|  | 1123 | </dd> | 
|  | 1124 |  | 
|  | 1125 | <dt><b>Integer constants</b></dt> | 
|  | 1126 |  | 
| Reid Spencer | cc16dc3 | 2004-12-09 18:02:53 +0000 | [diff] [blame] | 1127 | <dd>Standard integers (such as '4') are constants of the <a | 
| Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 1128 | href="#t_integer">integer</a> type.  Negative numbers may be used with | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1129 | integer types. | 
|  | 1130 | </dd> | 
|  | 1131 |  | 
|  | 1132 | <dt><b>Floating point constants</b></dt> | 
|  | 1133 |  | 
|  | 1134 | <dd>Floating point constants use standard decimal notation (e.g. 123.421), | 
|  | 1135 | exponential notation (e.g. 1.23421e+2), or a more precise hexadecimal | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1136 | notation (see below).  Floating point constants must have a <a | 
|  | 1137 | href="#t_floating">floating point</a> type. </dd> | 
|  | 1138 |  | 
|  | 1139 | <dt><b>Null pointer constants</b></dt> | 
|  | 1140 |  | 
| John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 1141 | <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] | 1142 | and must be of <a href="#t_pointer">pointer type</a>.</dd> | 
|  | 1143 |  | 
|  | 1144 | </dl> | 
|  | 1145 |  | 
| John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 1146 | <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] | 1147 | of floating point constants.  For example, the form '<tt>double | 
|  | 1148 | 0x432ff973cafa8000</tt>' is equivalent to (but harder to read than) '<tt>double | 
|  | 1149 | 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] | 1150 | (and the only time that they are generated by the disassembler) is when a | 
|  | 1151 | floating point constant must be emitted but it cannot be represented as a | 
|  | 1152 | decimal floating point number.  For example, NaN's, infinities, and other | 
|  | 1153 | special values are represented in their IEEE hexadecimal format so that | 
|  | 1154 | 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] | 1155 |  | 
|  | 1156 | </div> | 
|  | 1157 |  | 
|  | 1158 | <!-- ======================================================================= --> | 
|  | 1159 | <div class="doc_subsection"><a name="aggregateconstants">Aggregate Constants</a> | 
|  | 1160 | </div> | 
|  | 1161 |  | 
|  | 1162 | <div class="doc_text"> | 
| Chris Lattner | d4f6b17 | 2005-03-07 22:13:59 +0000 | [diff] [blame] | 1163 | <p>Aggregate constants arise from aggregation of simple constants | 
|  | 1164 | and smaller aggregate constants.</p> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1165 |  | 
|  | 1166 | <dl> | 
|  | 1167 | <dt><b>Structure constants</b></dt> | 
|  | 1168 |  | 
|  | 1169 | <dd>Structure constants are represented with notation similar to structure | 
|  | 1170 | type definitions (a comma separated list of elements, surrounded by braces | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1171 | (<tt>{}</tt>)).  For example: "<tt>{ i32 4, float 17.0, i32* %G }</tt>", | 
|  | 1172 | 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] | 1173 | 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] | 1174 | types of elements must match those specified by the type. | 
|  | 1175 | </dd> | 
|  | 1176 |  | 
|  | 1177 | <dt><b>Array constants</b></dt> | 
|  | 1178 |  | 
|  | 1179 | <dd>Array constants are represented with notation similar to array type | 
|  | 1180 | definitions (a comma separated list of elements, surrounded by square brackets | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1181 | (<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] | 1182 | constants must have <a href="#t_array">array type</a>, and the number and | 
|  | 1183 | types of elements must match those specified by the type. | 
|  | 1184 | </dd> | 
|  | 1185 |  | 
|  | 1186 | <dt><b>Packed constants</b></dt> | 
|  | 1187 |  | 
|  | 1188 | <dd>Packed constants are represented with notation similar to packed type | 
|  | 1189 | definitions (a comma separated list of elements, surrounded by | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1190 | less-than/greater-than's (<tt><></tt>)).  For example: "<tt>< i32 42, | 
|  | 1191 | i32 11, i32 74, i32 100 ></tt>".  Packed constants must have <a | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1192 | href="#t_packed">packed type</a>, and the number and types of elements must | 
|  | 1193 | match those specified by the type. | 
|  | 1194 | </dd> | 
|  | 1195 |  | 
|  | 1196 | <dt><b>Zero initialization</b></dt> | 
|  | 1197 |  | 
|  | 1198 | <dd>The string '<tt>zeroinitializer</tt>' can be used to zero initialize a | 
|  | 1199 | value to zero of <em>any</em> type, including scalar and aggregate types. | 
|  | 1200 | 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] | 1201 | large arrays) and is always exactly equivalent to using explicit zero | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1202 | initializers. | 
|  | 1203 | </dd> | 
|  | 1204 | </dl> | 
|  | 1205 |  | 
|  | 1206 | </div> | 
|  | 1207 |  | 
|  | 1208 | <!-- ======================================================================= --> | 
|  | 1209 | <div class="doc_subsection"> | 
|  | 1210 | <a name="globalconstants">Global Variable and Function Addresses</a> | 
|  | 1211 | </div> | 
|  | 1212 |  | 
|  | 1213 | <div class="doc_text"> | 
|  | 1214 |  | 
|  | 1215 | <p>The addresses of <a href="#globalvars">global variables</a> and <a | 
|  | 1216 | href="#functionstructure">functions</a> are always implicitly valid (link-time) | 
| John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 1217 | constants.  These constants are explicitly referenced when the <a | 
|  | 1218 | 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] | 1219 | href="#t_pointer">pointer</a> type. For example, the following is a legal LLVM | 
|  | 1220 | file:</p> | 
|  | 1221 |  | 
|  | 1222 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1223 | %X = global i32 17 | 
|  | 1224 | %Y = global i32 42 | 
|  | 1225 | %Z = global [2 x i32*] [ i32* %X, i32* %Y ] | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1226 | </pre> | 
|  | 1227 |  | 
|  | 1228 | </div> | 
|  | 1229 |  | 
|  | 1230 | <!-- ======================================================================= --> | 
| Reid Spencer | 2dc45b8 | 2004-12-09 18:13:12 +0000 | [diff] [blame] | 1231 | <div class="doc_subsection"><a name="undefvalues">Undefined Values</a></div> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1232 | <div class="doc_text"> | 
| Reid Spencer | 2dc45b8 | 2004-12-09 18:13:12 +0000 | [diff] [blame] | 1233 | <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] | 1234 | 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] | 1235 | a constant is permitted.</p> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1236 |  | 
| Reid Spencer | 2dc45b8 | 2004-12-09 18:13:12 +0000 | [diff] [blame] | 1237 | <p>Undefined values indicate to the compiler that the program is well defined | 
|  | 1238 | no matter what value is used, giving the compiler more freedom to optimize. | 
|  | 1239 | </p> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1240 | </div> | 
|  | 1241 |  | 
|  | 1242 | <!-- ======================================================================= --> | 
|  | 1243 | <div class="doc_subsection"><a name="constantexprs">Constant Expressions</a> | 
|  | 1244 | </div> | 
|  | 1245 |  | 
|  | 1246 | <div class="doc_text"> | 
|  | 1247 |  | 
|  | 1248 | <p>Constant expressions are used to allow expressions involving other constants | 
|  | 1249 | to be used as constants.  Constant expressions may be of any <a | 
| John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 1250 | 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] | 1251 | that does not have side effects (e.g. load and call are not supported).  The | 
|  | 1252 | following is the syntax for constant expressions:</p> | 
|  | 1253 |  | 
|  | 1254 | <dl> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1255 | <dt><b><tt>trunc ( CST to TYPE )</tt></b></dt> | 
|  | 1256 | <dd>Truncate a constant to another type. The bit size of CST must be larger | 
|  | 1257 | than the bit size of TYPE. Both types must be integral.</dd> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1258 |  | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1259 | <dt><b><tt>zext ( CST to TYPE )</tt></b></dt> | 
|  | 1260 | <dd>Zero extend a constant to another type. The bit size of CST must be | 
|  | 1261 | smaller or equal to the bit size of TYPE.  Both types must be integral.</dd> | 
|  | 1262 |  | 
|  | 1263 | <dt><b><tt>sext ( CST to TYPE )</tt></b></dt> | 
|  | 1264 | <dd>Sign extend a constant to another type. The bit size of CST must be | 
|  | 1265 | smaller or equal to the bit size of TYPE.  Both types must be integral.</dd> | 
|  | 1266 |  | 
|  | 1267 | <dt><b><tt>fptrunc ( CST to TYPE )</tt></b></dt> | 
|  | 1268 | <dd>Truncate a floating point constant to another floating point type. The | 
|  | 1269 | size of CST must be larger than the size of TYPE. Both types must be | 
|  | 1270 | floating point.</dd> | 
|  | 1271 |  | 
|  | 1272 | <dt><b><tt>fpext ( CST to TYPE )</tt></b></dt> | 
|  | 1273 | <dd>Floating point extend a constant to another type. The size of CST must be | 
|  | 1274 | smaller or equal to the size of TYPE. Both types must be floating point.</dd> | 
|  | 1275 |  | 
|  | 1276 | <dt><b><tt>fp2uint ( CST to TYPE )</tt></b></dt> | 
|  | 1277 | <dd>Convert a floating point constant to the corresponding unsigned integer | 
|  | 1278 | constant. TYPE must be an integer type. CST must be floating point. If the | 
|  | 1279 | value won't fit in the integer type, the results are undefined.</dd> | 
|  | 1280 |  | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 1281 | <dt><b><tt>fptosi ( CST to TYPE )</tt></b></dt> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1282 | <dd>Convert a floating point constant to the corresponding signed integer | 
|  | 1283 | constant. TYPE must be an integer type. CST must be floating point. If the | 
|  | 1284 | value won't fit in the integer type, the results are undefined.</dd> | 
|  | 1285 |  | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 1286 | <dt><b><tt>uitofp ( CST to TYPE )</tt></b></dt> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1287 | <dd>Convert an unsigned integer constant to the corresponding floating point | 
|  | 1288 | constant. TYPE must be floating point. CST must be of integer type. If the | 
|  | 1289 | value won't fit in the floating point type, the results are undefined.</dd> | 
|  | 1290 |  | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 1291 | <dt><b><tt>sitofp ( CST to TYPE )</tt></b></dt> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1292 | <dd>Convert a signed integer constant to the corresponding floating point | 
|  | 1293 | constant. TYPE must be floating point. CST must be of integer type. If the | 
|  | 1294 | value won't fit in the floating point type, the results are undefined.</dd> | 
|  | 1295 |  | 
| Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 1296 | <dt><b><tt>ptrtoint ( CST to TYPE )</tt></b></dt> | 
|  | 1297 | <dd>Convert a pointer typed constant to the corresponding integer constant | 
|  | 1298 | TYPE must be an integer type. CST must be of pointer type. The CST value is | 
|  | 1299 | zero extended, truncated, or unchanged to make it fit in TYPE.</dd> | 
|  | 1300 |  | 
|  | 1301 | <dt><b><tt>inttoptr ( CST to TYPE )</tt></b></dt> | 
|  | 1302 | <dd>Convert a integer constant to a pointer constant.  TYPE must be a | 
|  | 1303 | pointer type.  CST must be of integer type. The CST value is zero extended, | 
|  | 1304 | truncated, or unchanged to make it fit in a pointer size. This one is | 
|  | 1305 | <i>really</i> dangerous!</dd> | 
|  | 1306 |  | 
|  | 1307 | <dt><b><tt>bitcast ( CST to TYPE )</tt></b></dt> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1308 | <dd>Convert a constant, CST, to another TYPE. The size of CST and TYPE must be | 
|  | 1309 | identical (same number of bits). The conversion is done as if the CST value | 
|  | 1310 | 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] | 1311 | with this operator, just the type.  This can be used for conversion of | 
|  | 1312 | packed types to any other type, as long as they have the same bit width. For | 
|  | 1313 | pointers it is only valid to cast to another pointer type. | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 1314 | </dd> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1315 |  | 
|  | 1316 | <dt><b><tt>getelementptr ( CSTPTR, IDX0, IDX1, ... )</tt></b></dt> | 
|  | 1317 |  | 
|  | 1318 | <dd>Perform the <a href="#i_getelementptr">getelementptr operation</a> on | 
|  | 1319 | constants.  As with the <a href="#i_getelementptr">getelementptr</a> | 
|  | 1320 | instruction, the index list may have zero or more indexes, which are required | 
|  | 1321 | to make sense for the type of "CSTPTR".</dd> | 
|  | 1322 |  | 
| Robert Bocchino | 9fbe145 | 2006-01-10 19:31:34 +0000 | [diff] [blame] | 1323 | <dt><b><tt>select ( COND, VAL1, VAL2 )</tt></b></dt> | 
|  | 1324 |  | 
|  | 1325 | <dd>Perform the <a href="#i_select">select operation</a> on | 
| Reid Spencer | 01c4259 | 2006-12-04 19:23:19 +0000 | [diff] [blame] | 1326 | constants.</dd> | 
|  | 1327 |  | 
|  | 1328 | <dt><b><tt>icmp COND ( VAL1, VAL2 )</tt></b></dt> | 
|  | 1329 | <dd>Performs the <a href="#i_icmp">icmp operation</a> on constants.</dd> | 
|  | 1330 |  | 
|  | 1331 | <dt><b><tt>fcmp COND ( VAL1, VAL2 )</tt></b></dt> | 
|  | 1332 | <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] | 1333 |  | 
|  | 1334 | <dt><b><tt>extractelement ( VAL, IDX )</tt></b></dt> | 
|  | 1335 |  | 
|  | 1336 | <dd>Perform the <a href="#i_extractelement">extractelement | 
|  | 1337 | operation</a> on constants. | 
|  | 1338 |  | 
| Robert Bocchino | 05ccd70 | 2006-01-15 20:48:27 +0000 | [diff] [blame] | 1339 | <dt><b><tt>insertelement ( VAL, ELT, IDX )</tt></b></dt> | 
|  | 1340 |  | 
|  | 1341 | <dd>Perform the <a href="#i_insertelement">insertelement | 
| Reid Spencer | 01c4259 | 2006-12-04 19:23:19 +0000 | [diff] [blame] | 1342 | operation</a> on constants.</dd> | 
| Robert Bocchino | 05ccd70 | 2006-01-15 20:48:27 +0000 | [diff] [blame] | 1343 |  | 
| Chris Lattner | c198954 | 2006-04-08 00:13:41 +0000 | [diff] [blame] | 1344 |  | 
|  | 1345 | <dt><b><tt>shufflevector ( VEC1, VEC2, IDXMASK )</tt></b></dt> | 
|  | 1346 |  | 
|  | 1347 | <dd>Perform the <a href="#i_shufflevector">shufflevector | 
| Reid Spencer | 01c4259 | 2006-12-04 19:23:19 +0000 | [diff] [blame] | 1348 | operation</a> on constants.</dd> | 
| Chris Lattner | c198954 | 2006-04-08 00:13:41 +0000 | [diff] [blame] | 1349 |  | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1350 | <dt><b><tt>OPCODE ( LHS, RHS )</tt></b></dt> | 
|  | 1351 |  | 
| Reid Spencer | 2dc45b8 | 2004-12-09 18:13:12 +0000 | [diff] [blame] | 1352 | <dd>Perform the specified operation of the LHS and RHS constants. OPCODE may | 
|  | 1353 | 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] | 1354 | binary</a> operations.  The constraints on operands are the same as those for | 
|  | 1355 | the corresponding instruction (e.g. no bitwise operations on floating point | 
| John Criswell | e4c57cc | 2005-05-12 16:52:32 +0000 | [diff] [blame] | 1356 | values are allowed).</dd> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1357 | </dl> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1358 | </div> | 
| Chris Lattner | 9ee5d22 | 2004-03-08 16:49:10 +0000 | [diff] [blame] | 1359 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1360 | <!-- *********************************************************************** --> | 
| Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 1361 | <div class="doc_section"> <a name="othervalues">Other Values</a> </div> | 
|  | 1362 | <!-- *********************************************************************** --> | 
|  | 1363 |  | 
|  | 1364 | <!-- ======================================================================= --> | 
|  | 1365 | <div class="doc_subsection"> | 
|  | 1366 | <a name="inlineasm">Inline Assembler Expressions</a> | 
|  | 1367 | </div> | 
|  | 1368 |  | 
|  | 1369 | <div class="doc_text"> | 
|  | 1370 |  | 
|  | 1371 | <p> | 
|  | 1372 | LLVM supports inline assembler expressions (as opposed to <a href="#moduleasm"> | 
|  | 1373 | Module-Level Inline Assembly</a>) through the use of a special value.  This | 
|  | 1374 | value represents the inline assembler as a string (containing the instructions | 
|  | 1375 | to emit), a list of operand constraints (stored as a string), and a flag that | 
|  | 1376 | indicates whether or not the inline asm expression has side effects.  An example | 
|  | 1377 | inline assembler expression is: | 
|  | 1378 | </p> | 
|  | 1379 |  | 
|  | 1380 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1381 | i32 (i32) asm "bswap $0", "=r,r" | 
| Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 1382 | </pre> | 
|  | 1383 |  | 
|  | 1384 | <p> | 
|  | 1385 | Inline assembler expressions may <b>only</b> be used as the callee operand of | 
|  | 1386 | a <a href="#i_call"><tt>call</tt> instruction</a>.  Thus, typically we have: | 
|  | 1387 | </p> | 
|  | 1388 |  | 
|  | 1389 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1390 | %X = call i32 asm "<a href="#i_bswap">bswap</a> $0", "=r,r"(i32 %Y) | 
| Chris Lattner | e87d653 | 2006-01-25 23:47:57 +0000 | [diff] [blame] | 1391 | </pre> | 
|  | 1392 |  | 
|  | 1393 | <p> | 
|  | 1394 | Inline asms with side effects not visible in the constraint list must be marked | 
|  | 1395 | as having side effects.  This is done through the use of the | 
|  | 1396 | '<tt>sideeffect</tt>' keyword, like so: | 
|  | 1397 | </p> | 
|  | 1398 |  | 
|  | 1399 | <pre> | 
|  | 1400 | call void asm sideeffect "eieio", ""() | 
|  | 1401 | </pre> | 
|  | 1402 |  | 
|  | 1403 | <p>TODO: The format of the asm and constraints string still need to be | 
|  | 1404 | documented here.  Constraints on what can be done (e.g. duplication, moving, etc | 
|  | 1405 | need to be documented). | 
|  | 1406 | </p> | 
|  | 1407 |  | 
|  | 1408 | </div> | 
|  | 1409 |  | 
|  | 1410 | <!-- *********************************************************************** --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1411 | <div class="doc_section"> <a name="instref">Instruction Reference</a> </div> | 
|  | 1412 | <!-- *********************************************************************** --> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1413 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1414 | <div class="doc_text"> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1415 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1416 | <p>The LLVM instruction set consists of several different | 
|  | 1417 | classifications of instructions: <a href="#terminators">terminator | 
| John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 1418 | instructions</a>, <a href="#binaryops">binary instructions</a>, | 
|  | 1419 | <a href="#bitwiseops">bitwise binary instructions</a>, <a | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1420 | href="#memoryops">memory instructions</a>, and <a href="#otherops">other | 
|  | 1421 | instructions</a>.</p> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1422 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1423 | </div> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1424 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1425 | <!-- ======================================================================= --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1426 | <div class="doc_subsection"> <a name="terminators">Terminator | 
|  | 1427 | Instructions</a> </div> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1428 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1429 | <div class="doc_text"> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1430 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1431 | <p>As mentioned <a href="#functionstructure">previously</a>, every | 
|  | 1432 | basic block in a program ends with a "Terminator" instruction, which | 
|  | 1433 | indicates which block should be executed after the current block is | 
|  | 1434 | finished. These terminator instructions typically yield a '<tt>void</tt>' | 
|  | 1435 | value: they produce control flow, not values (the one exception being | 
|  | 1436 | the '<a href="#i_invoke"><tt>invoke</tt></a>' instruction).</p> | 
| John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 1437 | <p>There are six different terminator instructions: the '<a | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1438 | href="#i_ret"><tt>ret</tt></a>' instruction, the '<a href="#i_br"><tt>br</tt></a>' | 
|  | 1439 | instruction, the '<a href="#i_switch"><tt>switch</tt></a>' instruction, | 
| Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1440 | the '<a href="#i_invoke"><tt>invoke</tt></a>' instruction, the '<a | 
|  | 1441 | href="#i_unwind"><tt>unwind</tt></a>' instruction, and the '<a | 
|  | 1442 | href="#i_unreachable"><tt>unreachable</tt></a>' instruction.</p> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1443 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1444 | </div> | 
| Chris Lattner | c3f5976 | 2004-12-09 17:30:23 +0000 | [diff] [blame] | 1445 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1446 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1447 | <div class="doc_subsubsection"> <a name="i_ret">'<tt>ret</tt>' | 
|  | 1448 | Instruction</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1449 | <div class="doc_text"> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1450 | <h5>Syntax:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1451 | <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] | 1452 | ret void                 <i>; Return from void function</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1453 | </pre> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1454 | <h5>Overview:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1455 | <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] | 1456 | value) from a function back to the caller.</p> | 
| John Criswell | 4457dc9 | 2004-04-09 16:48:45 +0000 | [diff] [blame] | 1457 | <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] | 1458 | returns a value and then causes control flow, and one that just causes | 
|  | 1459 | control flow to occur.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1460 | <h5>Arguments:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1461 | <p>The '<tt>ret</tt>' instruction may return any '<a | 
|  | 1462 | href="#t_firstclass">first class</a>' type.  Notice that a function is | 
|  | 1463 | not <a href="#wellformed">well formed</a> if there exists a '<tt>ret</tt>' | 
|  | 1464 | instruction inside of the function that returns a value that does not | 
|  | 1465 | match the return type of the function.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1466 | <h5>Semantics:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1467 | <p>When the '<tt>ret</tt>' instruction is executed, control flow | 
|  | 1468 | 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] | 1469 | href="#i_call"><tt>call</tt></a>" instruction, execution continues at | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1470 | the instruction after the call.  If the caller was an "<a | 
|  | 1471 | href="#i_invoke"><tt>invoke</tt></a>" instruction, execution continues | 
| John Criswell | e4c57cc | 2005-05-12 16:52:32 +0000 | [diff] [blame] | 1472 | at the beginning of the "normal" destination block.  If the instruction | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1473 | returns a value, that value shall set the call or invoke instruction's | 
|  | 1474 | return value.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1475 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1476 | <pre>  ret i32 5                       <i>; Return an integer value of 5</i> | 
| Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 1477 | ret void                        <i>; Return from a void function</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1478 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1479 | </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1480 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1481 | <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] | 1482 | <div class="doc_text"> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1483 | <h5>Syntax:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1484 | <pre>  br bool <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] | 1485 | </pre> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1486 | <h5>Overview:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1487 | <p>The '<tt>br</tt>' instruction is used to cause control flow to | 
|  | 1488 | transfer to a different basic block in the current function.  There are | 
|  | 1489 | two forms of this instruction, corresponding to a conditional branch | 
|  | 1490 | and an unconditional branch.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1491 | <h5>Arguments:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1492 | <p>The conditional branch form of the '<tt>br</tt>' instruction takes a | 
|  | 1493 | single '<tt>bool</tt>' value and two '<tt>label</tt>' values.  The | 
|  | 1494 | unconditional form of the '<tt>br</tt>' instruction takes a single '<tt>label</tt>' | 
|  | 1495 | value as a target.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1496 | <h5>Semantics:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1497 | <p>Upon execution of a conditional '<tt>br</tt>' instruction, the '<tt>bool</tt>' | 
|  | 1498 | argument is evaluated.  If the value is <tt>true</tt>, control flows | 
|  | 1499 | to the '<tt>iftrue</tt>' <tt>label</tt> argument.  If "cond" is <tt>false</tt>, | 
|  | 1500 | control flows to the '<tt>iffalse</tt>' <tt>label</tt> argument.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1501 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1502 | <pre>Test:<br>  %cond = <a href="#i_icmp">icmp</a> eq, i32 %a, %b<br>  br bool %cond, label %IfEqual, label %IfUnequal<br>IfEqual:<br>  <a | 
|  | 1503 | 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] | 1504 | </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1505 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1506 | <div class="doc_subsubsection"> | 
|  | 1507 | <a name="i_switch">'<tt>switch</tt>' Instruction</a> | 
|  | 1508 | </div> | 
|  | 1509 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1510 | <div class="doc_text"> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1511 | <h5>Syntax:</h5> | 
| Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1512 |  | 
|  | 1513 | <pre> | 
|  | 1514 | switch <intty> <value>, label <defaultdest> [ <intty> <val>, label <dest> ... ] | 
|  | 1515 | </pre> | 
|  | 1516 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1517 | <h5>Overview:</h5> | 
| Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1518 |  | 
|  | 1519 | <p>The '<tt>switch</tt>' instruction is used to transfer control flow to one of | 
|  | 1520 | several different places.  It is a generalization of the '<tt>br</tt>' | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1521 | instruction, allowing a branch to occur to one of many possible | 
|  | 1522 | destinations.</p> | 
| Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1523 |  | 
|  | 1524 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1525 | <h5>Arguments:</h5> | 
| Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1526 |  | 
|  | 1527 | <p>The '<tt>switch</tt>' instruction uses three parameters: an integer | 
|  | 1528 | comparison value '<tt>value</tt>', a default '<tt>label</tt>' destination, and | 
|  | 1529 | an array of pairs of comparison value constants and '<tt>label</tt>'s.  The | 
|  | 1530 | table is not allowed to contain duplicate constant entries.</p> | 
|  | 1531 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1532 | <h5>Semantics:</h5> | 
| Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1533 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1534 | <p>The <tt>switch</tt> instruction specifies a table of values and | 
|  | 1535 | destinations. When the '<tt>switch</tt>' instruction is executed, this | 
| John Criswell | 8411475 | 2004-06-25 16:05:06 +0000 | [diff] [blame] | 1536 | table is searched for the given value.  If the value is found, control flow is | 
|  | 1537 | transfered to the corresponding destination; otherwise, control flow is | 
|  | 1538 | transfered to the default destination.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1539 |  | 
| Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1540 | <h5>Implementation:</h5> | 
|  | 1541 |  | 
|  | 1542 | <p>Depending on properties of the target machine and the particular | 
|  | 1543 | <tt>switch</tt> instruction, this instruction may be code generated in different | 
| John Criswell | 8411475 | 2004-06-25 16:05:06 +0000 | [diff] [blame] | 1544 | ways.  For example, it could be generated as a series of chained conditional | 
|  | 1545 | branches or with a lookup table.</p> | 
| Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1546 |  | 
|  | 1547 | <h5>Example:</h5> | 
|  | 1548 |  | 
|  | 1549 | <pre> | 
|  | 1550 | <i>; Emulate a conditional br instruction</i> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1551 | %Val = <a href="#i_zext">zext</a> bool %value to i32 | 
|  | 1552 | switch i32 %Val, label %truedest [i32 0, label %falsedest ] | 
| Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1553 |  | 
|  | 1554 | <i>; Emulate an unconditional br instruction</i> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1555 | switch i32 0, label %dest [ ] | 
| Chris Lattner | c88c17b | 2004-02-24 04:54:45 +0000 | [diff] [blame] | 1556 |  | 
|  | 1557 | <i>; Implement a jump table:</i> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1558 | switch i32 %val, label %otherwise [ i32 0, label %onzero | 
|  | 1559 | i32 1, label %onone | 
|  | 1560 | i32 2, label %ontwo ] | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1561 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1562 | </div> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1563 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1564 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1565 | <div class="doc_subsubsection"> | 
|  | 1566 | <a name="i_invoke">'<tt>invoke</tt>' Instruction</a> | 
|  | 1567 | </div> | 
|  | 1568 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1569 | <div class="doc_text"> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1570 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1571 | <h5>Syntax:</h5> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1572 |  | 
|  | 1573 | <pre> | 
|  | 1574 | <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] | 1575 | to label <normal label> unwind label <exception label> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1576 | </pre> | 
|  | 1577 |  | 
| Chris Lattner | 6536cfe | 2002-05-06 22:08:29 +0000 | [diff] [blame] | 1578 | <h5>Overview:</h5> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1579 |  | 
|  | 1580 | <p>The '<tt>invoke</tt>' instruction causes control to transfer to a specified | 
|  | 1581 | function, with the possibility of control flow transfer to either the | 
| John Criswell | e4c57cc | 2005-05-12 16:52:32 +0000 | [diff] [blame] | 1582 | '<tt>normal</tt>' label or the | 
|  | 1583 | '<tt>exception</tt>' label.  If the callee function returns with the | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1584 | "<tt><a href="#i_ret">ret</a></tt>" instruction, control flow will return to the | 
|  | 1585 | "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] | 1586 | href="#i_unwind"><tt>unwind</tt></a>" instruction, control is interrupted and | 
|  | 1587 | continued at the dynamically nearest "exception" label.</p> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1588 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1589 | <h5>Arguments:</h5> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1590 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1591 | <p>This instruction requires several arguments:</p> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1592 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1593 | <ol> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1594 | <li> | 
| John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 1595 | The optional "cconv" marker indicates which <a href="callingconv">calling | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1596 | convention</a> the call should use.  If none is specified, the call defaults | 
|  | 1597 | to using C calling conventions. | 
|  | 1598 | </li> | 
|  | 1599 | <li>'<tt>ptr to function ty</tt>': shall be the signature of the pointer to | 
|  | 1600 | function value being invoked.  In most cases, this is a direct function | 
|  | 1601 | invocation, but indirect <tt>invoke</tt>s are just as possible, branching off | 
|  | 1602 | an arbitrary pointer to function value. | 
|  | 1603 | </li> | 
|  | 1604 |  | 
|  | 1605 | <li>'<tt>function ptr val</tt>': An LLVM value containing a pointer to a | 
|  | 1606 | function to be invoked. </li> | 
|  | 1607 |  | 
|  | 1608 | <li>'<tt>function args</tt>': argument list whose types match the function | 
|  | 1609 | signature argument types.  If the function signature indicates the function | 
|  | 1610 | accepts a variable number of arguments, the extra arguments can be | 
|  | 1611 | specified. </li> | 
|  | 1612 |  | 
|  | 1613 | <li>'<tt>normal label</tt>': the label reached when the called function | 
|  | 1614 | executes a '<tt><a href="#i_ret">ret</a></tt>' instruction. </li> | 
|  | 1615 |  | 
|  | 1616 | <li>'<tt>exception label</tt>': the label reached when a callee returns with | 
|  | 1617 | the <a href="#i_unwind"><tt>unwind</tt></a> instruction. </li> | 
|  | 1618 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1619 | </ol> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1620 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1621 | <h5>Semantics:</h5> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1622 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1623 | <p>This instruction is designed to operate as a standard '<tt><a | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1624 | href="#i_call">call</a></tt>' instruction in most regards.  The primary | 
|  | 1625 | difference is that it establishes an association with a label, which is used by | 
|  | 1626 | the runtime library to unwind the stack.</p> | 
|  | 1627 |  | 
|  | 1628 | <p>This instruction is used in languages with destructors to ensure that proper | 
|  | 1629 | cleanup is performed in the case of either a <tt>longjmp</tt> or a thrown | 
|  | 1630 | exception.  Additionally, this is important for implementation of | 
|  | 1631 | '<tt>catch</tt>' clauses in high-level languages that support them.</p> | 
|  | 1632 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1633 | <h5>Example:</h5> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 1634 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1635 | %retval = invoke i32 %Test(i32 15)             to label %Continue | 
|  | 1636 | unwind label %TestCleanup     <i>; {i32}:retval set</i> | 
|  | 1637 | %retval = invoke <a href="#callingconv">coldcc</a> i32 %Test(i32 15)             to label %Continue | 
|  | 1638 | unwind label %TestCleanup     <i>; {i32}:retval set</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1639 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1640 | </div> | 
| Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1641 |  | 
|  | 1642 |  | 
| Chris Lattner | 27f71f2 | 2003-09-03 00:41:47 +0000 | [diff] [blame] | 1643 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1644 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1645 | <div class="doc_subsubsection"> <a name="i_unwind">'<tt>unwind</tt>' | 
|  | 1646 | Instruction</a> </div> | 
| Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1647 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1648 | <div class="doc_text"> | 
| Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1649 |  | 
| Chris Lattner | 27f71f2 | 2003-09-03 00:41:47 +0000 | [diff] [blame] | 1650 | <h5>Syntax:</h5> | 
| Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1651 | <pre> | 
|  | 1652 | unwind | 
|  | 1653 | </pre> | 
|  | 1654 |  | 
| Chris Lattner | 27f71f2 | 2003-09-03 00:41:47 +0000 | [diff] [blame] | 1655 | <h5>Overview:</h5> | 
| Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1656 |  | 
|  | 1657 | <p>The '<tt>unwind</tt>' instruction unwinds the stack, continuing control flow | 
|  | 1658 | at the first callee in the dynamic call stack which used an <a | 
|  | 1659 | href="#i_invoke"><tt>invoke</tt></a> instruction to perform the call.  This is | 
|  | 1660 | primarily used to implement exception handling.</p> | 
|  | 1661 |  | 
| Chris Lattner | 27f71f2 | 2003-09-03 00:41:47 +0000 | [diff] [blame] | 1662 | <h5>Semantics:</h5> | 
| Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1663 |  | 
|  | 1664 | <p>The '<tt>unwind</tt>' intrinsic causes execution of the current function to | 
|  | 1665 | immediately halt.  The dynamic call stack is then searched for the first <a | 
|  | 1666 | href="#i_invoke"><tt>invoke</tt></a> instruction on the call stack.  Once found, | 
|  | 1667 | execution continues at the "exceptional" destination block specified by the | 
|  | 1668 | <tt>invoke</tt> instruction.  If there is no <tt>invoke</tt> instruction in the | 
|  | 1669 | dynamic call chain, undefined behavior results.</p> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1670 | </div> | 
| Chris Lattner | 35eca58 | 2004-10-16 18:04:13 +0000 | [diff] [blame] | 1671 |  | 
|  | 1672 | <!-- _______________________________________________________________________ --> | 
|  | 1673 |  | 
|  | 1674 | <div class="doc_subsubsection"> <a name="i_unreachable">'<tt>unreachable</tt>' | 
|  | 1675 | Instruction</a> </div> | 
|  | 1676 |  | 
|  | 1677 | <div class="doc_text"> | 
|  | 1678 |  | 
|  | 1679 | <h5>Syntax:</h5> | 
|  | 1680 | <pre> | 
|  | 1681 | unreachable | 
|  | 1682 | </pre> | 
|  | 1683 |  | 
|  | 1684 | <h5>Overview:</h5> | 
|  | 1685 |  | 
|  | 1686 | <p>The '<tt>unreachable</tt>' instruction has no defined semantics.  This | 
|  | 1687 | instruction is used to inform the optimizer that a particular portion of the | 
|  | 1688 | code is not reachable.  This can be used to indicate that the code after a | 
|  | 1689 | no-return function cannot be reached, and other facts.</p> | 
|  | 1690 |  | 
|  | 1691 | <h5>Semantics:</h5> | 
|  | 1692 |  | 
|  | 1693 | <p>The '<tt>unreachable</tt>' instruction has no defined semantics.</p> | 
|  | 1694 | </div> | 
|  | 1695 |  | 
|  | 1696 |  | 
|  | 1697 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1698 | <!-- ======================================================================= --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1699 | <div class="doc_subsection"> <a name="binaryops">Binary Operations</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1700 | <div class="doc_text"> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1701 | <p>Binary operators are used to do most of the computation in a | 
|  | 1702 | program.  They require two operands, execute an operation on them, and | 
| John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 1703 | produce a single value.  The operands might represent | 
| Chris Lattner | a58561b | 2004-08-12 19:12:28 +0000 | [diff] [blame] | 1704 | multiple data, as is the case with the <a href="#t_packed">packed</a> data type. | 
|  | 1705 | The result value of a binary operator is not | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1706 | necessarily the same type as its operands.</p> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1707 | <p>There are several different binary operators:</p> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1708 | </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1709 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1710 | <div class="doc_subsubsection"> <a name="i_add">'<tt>add</tt>' | 
|  | 1711 | Instruction</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1712 | <div class="doc_text"> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1713 | <h5>Syntax:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1714 | <pre>  <result> = add <ty> <var1>, <var2>   <i>; yields {ty}:result</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1715 | </pre> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1716 | <h5>Overview:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1717 | <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] | 1718 | <h5>Arguments:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1719 | <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] | 1720 | href="#t_integer">integer</a> or <a href="#t_floating">floating point</a> values. | 
|  | 1721 | This instruction can also take <a href="#t_packed">packed</a> versions of the values. | 
|  | 1722 | Both arguments must have identical types.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1723 | <h5>Semantics:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1724 | <p>The value produced is the integer or floating point sum of the two | 
|  | 1725 | operands.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1726 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1727 | <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] | 1728 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1729 | </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1730 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1731 | <div class="doc_subsubsection"> <a name="i_sub">'<tt>sub</tt>' | 
|  | 1732 | Instruction</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1733 | <div class="doc_text"> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1734 | <h5>Syntax:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1735 | <pre>  <result> = sub <ty> <var1>, <var2>   <i>; yields {ty}:result</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1736 | </pre> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1737 | <h5>Overview:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1738 | <p>The '<tt>sub</tt>' instruction returns the difference of its two | 
|  | 1739 | operands.</p> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1740 | <p>Note that the '<tt>sub</tt>' instruction is used to represent the '<tt>neg</tt>' | 
|  | 1741 | instruction present in most other intermediate representations.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1742 | <h5>Arguments:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1743 | <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] | 1744 | 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] | 1745 | values. | 
|  | 1746 | This instruction can also take <a href="#t_packed">packed</a> versions of the values. | 
|  | 1747 | Both arguments must have identical types.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1748 | <h5>Semantics:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1749 | <p>The value produced is the integer or floating point difference of | 
|  | 1750 | the two operands.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1751 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1752 | <pre>  <result> = sub i32 4, %var          <i>; yields {i32}:result = 4 - %var</i> | 
|  | 1753 | <result> = sub i32 0, %val          <i>; yields {i32}:result = -%var</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1754 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1755 | </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1756 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1757 | <div class="doc_subsubsection"> <a name="i_mul">'<tt>mul</tt>' | 
|  | 1758 | Instruction</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1759 | <div class="doc_text"> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1760 | <h5>Syntax:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1761 | <pre>  <result> = mul <ty> <var1>, <var2>   <i>; yields {ty}:result</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1762 | </pre> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1763 | <h5>Overview:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1764 | <p>The  '<tt>mul</tt>' instruction returns the product of its two | 
|  | 1765 | operands.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1766 | <h5>Arguments:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1767 | <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] | 1768 | 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] | 1769 | values. | 
|  | 1770 | This instruction can also take <a href="#t_packed">packed</a> versions of the values. | 
|  | 1771 | Both arguments must have identical types.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1772 | <h5>Semantics:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1773 | <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] | 1774 | two operands.</p> | 
| Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 1775 | <p>Because the operands are the same width, the result of an integer | 
|  | 1776 | multiplication is the same whether the operands should be deemed unsigned or | 
|  | 1777 | signed.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1778 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1779 | <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] | 1780 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1781 | </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1782 | <!-- _______________________________________________________________________ --> | 
| Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 1783 | <div class="doc_subsubsection"> <a name="i_udiv">'<tt>udiv</tt>' Instruction | 
|  | 1784 | </a></div> | 
|  | 1785 | <div class="doc_text"> | 
|  | 1786 | <h5>Syntax:</h5> | 
|  | 1787 | <pre>  <result> = udiv <ty> <var1>, <var2>   <i>; yields {ty}:result</i> | 
|  | 1788 | </pre> | 
|  | 1789 | <h5>Overview:</h5> | 
|  | 1790 | <p>The '<tt>udiv</tt>' instruction returns the quotient of its two | 
|  | 1791 | operands.</p> | 
|  | 1792 | <h5>Arguments:</h5> | 
|  | 1793 | <p>The two arguments to the '<tt>udiv</tt>' instruction must be | 
|  | 1794 | <a href="#t_integer">integer</a> values. Both arguments must have identical | 
|  | 1795 | types. This instruction can also take <a href="#t_packed">packed</a> versions | 
|  | 1796 | of the values in which case the elements must be integers.</p> | 
|  | 1797 | <h5>Semantics:</h5> | 
|  | 1798 | <p>The value produced is the unsigned integer quotient of the two operands. This | 
|  | 1799 | instruction always performs an unsigned division operation, regardless of | 
|  | 1800 | whether the arguments are unsigned or not.</p> | 
|  | 1801 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1802 | <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] | 1803 | </pre> | 
|  | 1804 | </div> | 
|  | 1805 | <!-- _______________________________________________________________________ --> | 
|  | 1806 | <div class="doc_subsubsection"> <a name="i_sdiv">'<tt>sdiv</tt>' Instruction | 
|  | 1807 | </a> </div> | 
|  | 1808 | <div class="doc_text"> | 
|  | 1809 | <h5>Syntax:</h5> | 
|  | 1810 | <pre>  <result> = sdiv <ty> <var1>, <var2>   <i>; yields {ty}:result</i> | 
|  | 1811 | </pre> | 
|  | 1812 | <h5>Overview:</h5> | 
|  | 1813 | <p>The '<tt>sdiv</tt>' instruction returns the quotient of its two | 
|  | 1814 | operands.</p> | 
|  | 1815 | <h5>Arguments:</h5> | 
|  | 1816 | <p>The two arguments to the '<tt>sdiv</tt>' instruction must be | 
|  | 1817 | <a href="#t_integer">integer</a> values.  Both arguments must have identical | 
|  | 1818 | types. This instruction can also take <a href="#t_packed">packed</a> versions | 
|  | 1819 | of the values in which case the elements must be integers.</p> | 
|  | 1820 | <h5>Semantics:</h5> | 
|  | 1821 | <p>The value produced is the signed integer quotient of the two operands. This | 
|  | 1822 | instruction always performs a signed division operation, regardless of whether | 
|  | 1823 | the arguments are signed or not.</p> | 
|  | 1824 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1825 | <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] | 1826 | </pre> | 
|  | 1827 | </div> | 
|  | 1828 | <!-- _______________________________________________________________________ --> | 
|  | 1829 | <div class="doc_subsubsection"> <a name="i_fdiv">'<tt>fdiv</tt>' | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1830 | Instruction</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1831 | <div class="doc_text"> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1832 | <h5>Syntax:</h5> | 
| Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 1833 | <pre>  <result> = fdiv <ty> <var1>, <var2>   <i>; yields {ty}:result</i> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1834 | </pre> | 
|  | 1835 | <h5>Overview:</h5> | 
| Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 1836 | <p>The '<tt>fdiv</tt>' instruction returns the quotient of its two | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1837 | operands.</p> | 
|  | 1838 | <h5>Arguments:</h5> | 
| Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 1839 | <p>The two arguments to the '<tt>div</tt>' instruction must be | 
|  | 1840 | <a href="#t_floating">floating point</a> values.  Both arguments must have | 
|  | 1841 | identical types.  This instruction can also take <a href="#t_packed">packed</a> | 
|  | 1842 | versions of the values in which case the elements must be floating point.</p> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1843 | <h5>Semantics:</h5> | 
| Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 1844 | <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] | 1845 | <h5>Example:</h5> | 
| Reid Spencer | 1628cec | 2006-10-26 06:15:43 +0000 | [diff] [blame] | 1846 | <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] | 1847 | </pre> | 
|  | 1848 | </div> | 
|  | 1849 | <!-- _______________________________________________________________________ --> | 
| Reid Spencer | 0a783f7 | 2006-11-02 01:53:59 +0000 | [diff] [blame] | 1850 | <div class="doc_subsubsection"> <a name="i_urem">'<tt>urem</tt>' Instruction</a> | 
|  | 1851 | </div> | 
|  | 1852 | <div class="doc_text"> | 
|  | 1853 | <h5>Syntax:</h5> | 
|  | 1854 | <pre>  <result> = urem <ty> <var1>, <var2>   <i>; yields {ty}:result</i> | 
|  | 1855 | </pre> | 
|  | 1856 | <h5>Overview:</h5> | 
|  | 1857 | <p>The '<tt>urem</tt>' instruction returns the remainder from the | 
|  | 1858 | unsigned division of its two arguments.</p> | 
|  | 1859 | <h5>Arguments:</h5> | 
|  | 1860 | <p>The two arguments to the '<tt>urem</tt>' instruction must be | 
|  | 1861 | <a href="#t_integer">integer</a> values. Both arguments must have identical | 
|  | 1862 | types.</p> | 
|  | 1863 | <h5>Semantics:</h5> | 
|  | 1864 | <p>This instruction returns the unsigned integer <i>remainder</i> of a division. | 
|  | 1865 | This instruction always performs an unsigned division to get the remainder, | 
|  | 1866 | regardless of whether the arguments are unsigned or not.</p> | 
|  | 1867 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1868 | <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] | 1869 | </pre> | 
|  | 1870 |  | 
|  | 1871 | </div> | 
|  | 1872 | <!-- _______________________________________________________________________ --> | 
|  | 1873 | <div class="doc_subsubsection"> <a name="i_srem">'<tt>srem</tt>' | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1874 | Instruction</a> </div> | 
|  | 1875 | <div class="doc_text"> | 
|  | 1876 | <h5>Syntax:</h5> | 
| Reid Spencer | 0a783f7 | 2006-11-02 01:53:59 +0000 | [diff] [blame] | 1877 | <pre>  <result> = srem <ty> <var1>, <var2>   <i>; yields {ty}:result</i> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1878 | </pre> | 
|  | 1879 | <h5>Overview:</h5> | 
| Reid Spencer | 0a783f7 | 2006-11-02 01:53:59 +0000 | [diff] [blame] | 1880 | <p>The '<tt>srem</tt>' instruction returns the remainder from the | 
|  | 1881 | signed division of its two operands.</p> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1882 | <h5>Arguments:</h5> | 
| Reid Spencer | 0a783f7 | 2006-11-02 01:53:59 +0000 | [diff] [blame] | 1883 | <p>The two arguments to the '<tt>srem</tt>' instruction must be | 
|  | 1884 | <a href="#t_integer">integer</a> values.  Both arguments must have identical | 
|  | 1885 | types.</p> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1886 | <h5>Semantics:</h5> | 
| Reid Spencer | 0a783f7 | 2006-11-02 01:53:59 +0000 | [diff] [blame] | 1887 | <p>This instruction returns the <i>remainder</i> of a division (where the result | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1888 | has the same sign as the divisor), not the <i>modulus</i> (where the | 
|  | 1889 | result has the same sign as the dividend) of a value.  For more | 
| John Criswell | 0ec250c | 2005-10-24 16:17:18 +0000 | [diff] [blame] | 1890 | information about the difference, see <a | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1891 | href="http://mathforum.org/dr.math/problems/anne.4.28.99.html">The | 
|  | 1892 | Math Forum</a>.</p> | 
|  | 1893 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1894 | <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] | 1895 | </pre> | 
|  | 1896 |  | 
|  | 1897 | </div> | 
|  | 1898 | <!-- _______________________________________________________________________ --> | 
|  | 1899 | <div class="doc_subsubsection"> <a name="i_frem">'<tt>frem</tt>' | 
|  | 1900 | Instruction</a> </div> | 
|  | 1901 | <div class="doc_text"> | 
|  | 1902 | <h5>Syntax:</h5> | 
|  | 1903 | <pre>  <result> = frem <ty> <var1>, <var2>   <i>; yields {ty}:result</i> | 
|  | 1904 | </pre> | 
|  | 1905 | <h5>Overview:</h5> | 
|  | 1906 | <p>The '<tt>frem</tt>' instruction returns the remainder from the | 
|  | 1907 | division of its two operands.</p> | 
|  | 1908 | <h5>Arguments:</h5> | 
|  | 1909 | <p>The two arguments to the '<tt>frem</tt>' instruction must be | 
|  | 1910 | <a href="#t_floating">floating point</a> values.  Both arguments must have | 
|  | 1911 | identical types.</p> | 
|  | 1912 | <h5>Semantics:</h5> | 
|  | 1913 | <p>This instruction returns the <i>remainder</i> of a division.</p> | 
|  | 1914 | <h5>Example:</h5> | 
|  | 1915 | <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] | 1916 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1917 | </div> | 
| Robert Bocchino | 7b81c75 | 2006-02-17 21:18:08 +0000 | [diff] [blame] | 1918 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1919 | <!-- ======================================================================= --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1920 | <div class="doc_subsection"> <a name="bitwiseops">Bitwise Binary | 
|  | 1921 | Operations</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1922 | <div class="doc_text"> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1923 | <p>Bitwise binary operators are used to do various forms of | 
|  | 1924 | bit-twiddling in a program.  They are generally very efficient | 
| John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 1925 | instructions and can commonly be strength reduced from other | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1926 | instructions.  They require two operands, execute an operation on them, | 
|  | 1927 | and produce a single value.  The resulting value of the bitwise binary | 
|  | 1928 | operators is always the same type as its first operand.</p> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1929 | </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1930 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1931 | <div class="doc_subsubsection"> <a name="i_and">'<tt>and</tt>' | 
|  | 1932 | Instruction</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1933 | <div class="doc_text"> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1934 | <h5>Syntax:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1935 | <pre>  <result> = and <ty> <var1>, <var2>   <i>; yields {ty}:result</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1936 | </pre> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1937 | <h5>Overview:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1938 | <p>The '<tt>and</tt>' instruction returns the bitwise logical and of | 
|  | 1939 | its two operands.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1940 | <h5>Arguments:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1941 | <p>The two arguments to the '<tt>and</tt>' instruction must be <a | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1942 | href="#t_integral">integral</a> values.  Both arguments must have | 
|  | 1943 | identical types.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1944 | <h5>Semantics:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1945 | <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] | 1946 | <p> </p> | 
| Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 1947 | <div style="align: center"> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1948 | <table border="1" cellspacing="0" cellpadding="4"> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1949 | <tbody> | 
|  | 1950 | <tr> | 
|  | 1951 | <td>In0</td> | 
|  | 1952 | <td>In1</td> | 
|  | 1953 | <td>Out</td> | 
|  | 1954 | </tr> | 
|  | 1955 | <tr> | 
|  | 1956 | <td>0</td> | 
|  | 1957 | <td>0</td> | 
|  | 1958 | <td>0</td> | 
|  | 1959 | </tr> | 
|  | 1960 | <tr> | 
|  | 1961 | <td>0</td> | 
|  | 1962 | <td>1</td> | 
|  | 1963 | <td>0</td> | 
|  | 1964 | </tr> | 
|  | 1965 | <tr> | 
|  | 1966 | <td>1</td> | 
|  | 1967 | <td>0</td> | 
|  | 1968 | <td>0</td> | 
|  | 1969 | </tr> | 
|  | 1970 | <tr> | 
|  | 1971 | <td>1</td> | 
|  | 1972 | <td>1</td> | 
|  | 1973 | <td>1</td> | 
|  | 1974 | </tr> | 
|  | 1975 | </tbody> | 
|  | 1976 | </table> | 
| Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 1977 | </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1978 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 1979 | <pre>  <result> = and i32 4, %var         <i>; yields {i32}:result = 4 & %var</i> | 
|  | 1980 | <result> = and i32 15, 40          <i>; yields {i32}:result = 8</i> | 
|  | 1981 | <result> = and i32 4, 8            <i>; yields {i32}:result = 0</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1982 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1983 | </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1984 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1985 | <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] | 1986 | <div class="doc_text"> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1987 | <h5>Syntax:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1988 | <pre>  <result> = or <ty> <var1>, <var2>   <i>; yields {ty}:result</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1989 | </pre> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1990 | <h5>Overview:</h5> | 
|  | 1991 | <p>The '<tt>or</tt>' instruction returns the bitwise logical inclusive | 
|  | 1992 | or of its two operands.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1993 | <h5>Arguments:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1994 | <p>The two arguments to the '<tt>or</tt>' instruction must be <a | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 1995 | href="#t_integral">integral</a> values.  Both arguments must have | 
|  | 1996 | identical types.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 1997 | <h5>Semantics:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 1998 | <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] | 1999 | <p> </p> | 
| Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 2000 | <div style="align: center"> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2001 | <table border="1" cellspacing="0" cellpadding="4"> | 
|  | 2002 | <tbody> | 
|  | 2003 | <tr> | 
|  | 2004 | <td>In0</td> | 
|  | 2005 | <td>In1</td> | 
|  | 2006 | <td>Out</td> | 
|  | 2007 | </tr> | 
|  | 2008 | <tr> | 
|  | 2009 | <td>0</td> | 
|  | 2010 | <td>0</td> | 
|  | 2011 | <td>0</td> | 
|  | 2012 | </tr> | 
|  | 2013 | <tr> | 
|  | 2014 | <td>0</td> | 
|  | 2015 | <td>1</td> | 
|  | 2016 | <td>1</td> | 
|  | 2017 | </tr> | 
|  | 2018 | <tr> | 
|  | 2019 | <td>1</td> | 
|  | 2020 | <td>0</td> | 
|  | 2021 | <td>1</td> | 
|  | 2022 | </tr> | 
|  | 2023 | <tr> | 
|  | 2024 | <td>1</td> | 
|  | 2025 | <td>1</td> | 
|  | 2026 | <td>1</td> | 
|  | 2027 | </tr> | 
|  | 2028 | </tbody> | 
|  | 2029 | </table> | 
| Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 2030 | </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2031 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2032 | <pre>  <result> = or i32 4, %var         <i>; yields {i32}:result = 4 | %var</i> | 
|  | 2033 | <result> = or i32 15, 40          <i>; yields {i32}:result = 47</i> | 
|  | 2034 | <result> = or i32 4, 8            <i>; yields {i32}:result = 12</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2035 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2036 | </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2037 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2038 | <div class="doc_subsubsection"> <a name="i_xor">'<tt>xor</tt>' | 
|  | 2039 | Instruction</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2040 | <div class="doc_text"> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2041 | <h5>Syntax:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2042 | <pre>  <result> = xor <ty> <var1>, <var2>   <i>; yields {ty}:result</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2043 | </pre> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2044 | <h5>Overview:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2045 | <p>The '<tt>xor</tt>' instruction returns the bitwise logical exclusive | 
|  | 2046 | or of its two operands.  The <tt>xor</tt> is used to implement the | 
|  | 2047 | "one's complement" operation, which is the "~" operator in C.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2048 | <h5>Arguments:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2049 | <p>The two arguments to the '<tt>xor</tt>' instruction must be <a | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2050 | href="#t_integral">integral</a> values.  Both arguments must have | 
|  | 2051 | identical types.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2052 | <h5>Semantics:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2053 | <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] | 2054 | <p> </p> | 
| Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 2055 | <div style="align: center"> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2056 | <table border="1" cellspacing="0" cellpadding="4"> | 
|  | 2057 | <tbody> | 
|  | 2058 | <tr> | 
|  | 2059 | <td>In0</td> | 
|  | 2060 | <td>In1</td> | 
|  | 2061 | <td>Out</td> | 
|  | 2062 | </tr> | 
|  | 2063 | <tr> | 
|  | 2064 | <td>0</td> | 
|  | 2065 | <td>0</td> | 
|  | 2066 | <td>0</td> | 
|  | 2067 | </tr> | 
|  | 2068 | <tr> | 
|  | 2069 | <td>0</td> | 
|  | 2070 | <td>1</td> | 
|  | 2071 | <td>1</td> | 
|  | 2072 | </tr> | 
|  | 2073 | <tr> | 
|  | 2074 | <td>1</td> | 
|  | 2075 | <td>0</td> | 
|  | 2076 | <td>1</td> | 
|  | 2077 | </tr> | 
|  | 2078 | <tr> | 
|  | 2079 | <td>1</td> | 
|  | 2080 | <td>1</td> | 
|  | 2081 | <td>0</td> | 
|  | 2082 | </tr> | 
|  | 2083 | </tbody> | 
|  | 2084 | </table> | 
| Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 2085 | </div> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2086 | <p> </p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2087 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2088 | <pre>  <result> = xor i32 4, %var         <i>; yields {i32}:result = 4 ^ %var</i> | 
|  | 2089 | <result> = xor i32 15, 40          <i>; yields {i32}:result = 39</i> | 
|  | 2090 | <result> = xor i32 4, 8            <i>; yields {i32}:result = 12</i> | 
|  | 2091 | <result> = xor i32 %V, -1          <i>; yields {i32}:result = ~%V</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2092 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2093 | </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2094 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2095 | <div class="doc_subsubsection"> <a name="i_shl">'<tt>shl</tt>' | 
|  | 2096 | Instruction</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2097 | <div class="doc_text"> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2098 | <h5>Syntax:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2099 | <pre>  <result> = shl <ty> <var1>, i8 <var2>   <i>; yields {ty}:result</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2100 | </pre> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2101 | <h5>Overview:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2102 | <p>The '<tt>shl</tt>' instruction returns the first operand shifted to | 
|  | 2103 | the left a specified number of bits.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2104 | <h5>Arguments:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2105 | <p>The first argument to the '<tt>shl</tt>' instruction must be an <a | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2106 | href="#t_integer">integer</a> type.  The second argument must be an '<tt>i8</tt>' | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2107 | type.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2108 | <h5>Semantics:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2109 | <p>The value produced is <tt>var1</tt> * 2<sup><tt>var2</tt></sup>.</p> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2110 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2111 | <pre>  <result> = shl i32 4, i8 %var   <i>; yields {i32}:result = 4 << %var</i> | 
|  | 2112 | <result> = shl i32 4, i8 2      <i>; yields {i32}:result = 16</i> | 
|  | 2113 | <result> = shl i32 1, i8 10     <i>; yields {i32}:result = 1024</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2114 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2115 | </div> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2116 | <!-- _______________________________________________________________________ --> | 
| Reid Spencer | 3822ff5 | 2006-11-08 06:47:33 +0000 | [diff] [blame] | 2117 | <div class="doc_subsubsection"> <a name="i_lshr">'<tt>lshr</tt>' | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2118 | Instruction</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2119 | <div class="doc_text"> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2120 | <h5>Syntax:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2121 | <pre>  <result> = lshr <ty> <var1>, i8 <var2>   <i>; yields {ty}:result</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2122 | </pre> | 
| Reid Spencer | 3822ff5 | 2006-11-08 06:47:33 +0000 | [diff] [blame] | 2123 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2124 | <h5>Overview:</h5> | 
| Reid Spencer | 3822ff5 | 2006-11-08 06:47:33 +0000 | [diff] [blame] | 2125 | <p>The '<tt>lshr</tt>' instruction (logical shift right) returns the first | 
|  | 2126 | operand shifted to the right a specified number of bits.</p> | 
|  | 2127 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2128 | <h5>Arguments:</h5> | 
| Reid Spencer | 3822ff5 | 2006-11-08 06:47:33 +0000 | [diff] [blame] | 2129 | <p>The first argument to the '<tt>lshr</tt>' instruction must be an <a | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2130 | href="#t_integer">integer</a> type.  The second argument must be an '<tt>i8</tt>' type.</p> | 
| Reid Spencer | 3822ff5 | 2006-11-08 06:47:33 +0000 | [diff] [blame] | 2131 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2132 | <h5>Semantics:</h5> | 
| Reid Spencer | a517338 | 2007-01-04 16:43:23 +0000 | [diff] [blame] | 2133 | <p>This instruction always performs a logical shift right operation. The | 
|  | 2134 | <tt>var2</tt> most significant bits will be filled with zero bits after the | 
|  | 2135 | shift.</p> | 
| Reid Spencer | 3822ff5 | 2006-11-08 06:47:33 +0000 | [diff] [blame] | 2136 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2137 | <h5>Example:</h5> | 
| Reid Spencer | 3822ff5 | 2006-11-08 06:47:33 +0000 | [diff] [blame] | 2138 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2139 | <result> = lshr i32 4, i8 1   <i>; yields {i32}:result = 2</i> | 
|  | 2140 | <result> = lshr i32 4, i8 2    <i>; yields {i32}:result = 1</i> | 
|  | 2141 | <result> = lshr i8  4, i8 3  <i>; yields {i8 }:result = 0</i> | 
|  | 2142 | <result> = lshr i8  -2, i8 1 <i>; yields {i8 }:result = 0x7FFFFFFF </i> | 
| Reid Spencer | 3822ff5 | 2006-11-08 06:47:33 +0000 | [diff] [blame] | 2143 | </pre> | 
|  | 2144 | </div> | 
|  | 2145 |  | 
|  | 2146 | <!-- ======================================================================= --> | 
|  | 2147 | <div class="doc_subsubsection"> <a name="i_ashr">'<tt>ashr</tt>' | 
|  | 2148 | Instruction</a> </div> | 
|  | 2149 | <div class="doc_text"> | 
|  | 2150 |  | 
|  | 2151 | <h5>Syntax:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2152 | <pre>  <result> = ashr <ty> <var1>, i8 <var2>   <i>; yields {ty}:result</i> | 
| Reid Spencer | 3822ff5 | 2006-11-08 06:47:33 +0000 | [diff] [blame] | 2153 | </pre> | 
|  | 2154 |  | 
|  | 2155 | <h5>Overview:</h5> | 
|  | 2156 | <p>The '<tt>ashr</tt>' instruction (arithmetic shift right) returns the first | 
|  | 2157 | operand shifted to the right a specified number of bits.</p> | 
|  | 2158 |  | 
|  | 2159 | <h5>Arguments:</h5> | 
|  | 2160 | <p>The first argument to the '<tt>ashr</tt>' instruction must be an | 
|  | 2161 | <a href="#t_integer">integer</a> type.  The second argument must be an | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2162 | '<tt>i8</tt>' type.</p> | 
| Reid Spencer | 3822ff5 | 2006-11-08 06:47:33 +0000 | [diff] [blame] | 2163 |  | 
|  | 2164 | <h5>Semantics:</h5> | 
|  | 2165 | <p>This instruction always performs an arithmetic shift right operation, | 
|  | 2166 | regardless of whether the arguments are signed or not. The <tt>var2</tt> most | 
|  | 2167 | significant bits will be filled with the sign bit of <tt>var1</tt>.</p> | 
|  | 2168 |  | 
|  | 2169 | <h5>Example:</h5> | 
|  | 2170 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2171 | <result> = ashr i32 4, i8 1    <i>; yields {i32}:result = 2</i> | 
|  | 2172 | <result> = ashr i32 4, i8 2      <i>; yields {i32}:result = 1</i> | 
|  | 2173 | <result> = ashr i8 4, i8 3    <i>; yields {i8}:result = 0</i> | 
|  | 2174 | <result> = ashr i8  -2, i8 1   <i>; yields {i8 }:result = -1</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2175 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2176 | </div> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2177 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2178 | <!-- ======================================================================= --> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2179 | <div class="doc_subsection"> | 
| Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2180 | <a name="vectorops">Vector Operations</a> | 
|  | 2181 | </div> | 
|  | 2182 |  | 
|  | 2183 | <div class="doc_text"> | 
|  | 2184 |  | 
|  | 2185 | <p>LLVM supports several instructions to represent vector operations in a | 
|  | 2186 | target-independent manner.  This instructions cover the element-access and | 
|  | 2187 | vector-specific operations needed to process vectors effectively.  While LLVM | 
|  | 2188 | does directly support these vector operations, many sophisticated algorithms | 
|  | 2189 | will want to use target-specific intrinsics to take full advantage of a specific | 
|  | 2190 | target.</p> | 
|  | 2191 |  | 
|  | 2192 | </div> | 
|  | 2193 |  | 
|  | 2194 | <!-- _______________________________________________________________________ --> | 
|  | 2195 | <div class="doc_subsubsection"> | 
|  | 2196 | <a name="i_extractelement">'<tt>extractelement</tt>' Instruction</a> | 
|  | 2197 | </div> | 
|  | 2198 |  | 
|  | 2199 | <div class="doc_text"> | 
|  | 2200 |  | 
|  | 2201 | <h5>Syntax:</h5> | 
|  | 2202 |  | 
|  | 2203 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2204 | <result> = extractelement <n x <ty>> <val>, i32 <idx>    <i>; yields <ty></i> | 
| Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2205 | </pre> | 
|  | 2206 |  | 
|  | 2207 | <h5>Overview:</h5> | 
|  | 2208 |  | 
|  | 2209 | <p> | 
|  | 2210 | The '<tt>extractelement</tt>' instruction extracts a single scalar | 
|  | 2211 | element from a packed vector at a specified index. | 
|  | 2212 | </p> | 
|  | 2213 |  | 
|  | 2214 |  | 
|  | 2215 | <h5>Arguments:</h5> | 
|  | 2216 |  | 
|  | 2217 | <p> | 
|  | 2218 | The first operand of an '<tt>extractelement</tt>' instruction is a | 
|  | 2219 | value of <a href="#t_packed">packed</a> type.  The second operand is | 
|  | 2220 | an index indicating the position from which to extract the element. | 
|  | 2221 | The index may be a variable.</p> | 
|  | 2222 |  | 
|  | 2223 | <h5>Semantics:</h5> | 
|  | 2224 |  | 
|  | 2225 | <p> | 
|  | 2226 | The result is a scalar of the same type as the element type of | 
|  | 2227 | <tt>val</tt>.  Its value is the value at position <tt>idx</tt> of | 
|  | 2228 | <tt>val</tt>.  If <tt>idx</tt> exceeds the length of <tt>val</tt>, the | 
|  | 2229 | results are undefined. | 
|  | 2230 | </p> | 
|  | 2231 |  | 
|  | 2232 | <h5>Example:</h5> | 
|  | 2233 |  | 
|  | 2234 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2235 | %result = extractelement <4 x i32> %vec, i32 0    <i>; yields i32</i> | 
| Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2236 | </pre> | 
|  | 2237 | </div> | 
|  | 2238 |  | 
|  | 2239 |  | 
|  | 2240 | <!-- _______________________________________________________________________ --> | 
|  | 2241 | <div class="doc_subsubsection"> | 
|  | 2242 | <a name="i_insertelement">'<tt>insertelement</tt>' Instruction</a> | 
|  | 2243 | </div> | 
|  | 2244 |  | 
|  | 2245 | <div class="doc_text"> | 
|  | 2246 |  | 
|  | 2247 | <h5>Syntax:</h5> | 
|  | 2248 |  | 
|  | 2249 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2250 | <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] | 2251 | </pre> | 
|  | 2252 |  | 
|  | 2253 | <h5>Overview:</h5> | 
|  | 2254 |  | 
|  | 2255 | <p> | 
|  | 2256 | The '<tt>insertelement</tt>' instruction inserts a scalar | 
|  | 2257 | element into a packed vector at a specified index. | 
|  | 2258 | </p> | 
|  | 2259 |  | 
|  | 2260 |  | 
|  | 2261 | <h5>Arguments:</h5> | 
|  | 2262 |  | 
|  | 2263 | <p> | 
|  | 2264 | The first operand of an '<tt>insertelement</tt>' instruction is a | 
|  | 2265 | value of <a href="#t_packed">packed</a> type.  The second operand is a | 
|  | 2266 | scalar value whose type must equal the element type of the first | 
|  | 2267 | operand.  The third operand is an index indicating the position at | 
|  | 2268 | which to insert the value.  The index may be a variable.</p> | 
|  | 2269 |  | 
|  | 2270 | <h5>Semantics:</h5> | 
|  | 2271 |  | 
|  | 2272 | <p> | 
|  | 2273 | The result is a packed vector of the same type as <tt>val</tt>.  Its | 
|  | 2274 | element values are those of <tt>val</tt> except at position | 
|  | 2275 | <tt>idx</tt>, where it gets the value <tt>elt</tt>.  If <tt>idx</tt> | 
|  | 2276 | exceeds the length of <tt>val</tt>, the results are undefined. | 
|  | 2277 | </p> | 
|  | 2278 |  | 
|  | 2279 | <h5>Example:</h5> | 
|  | 2280 |  | 
|  | 2281 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2282 | %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] | 2283 | </pre> | 
|  | 2284 | </div> | 
|  | 2285 |  | 
|  | 2286 | <!-- _______________________________________________________________________ --> | 
|  | 2287 | <div class="doc_subsubsection"> | 
|  | 2288 | <a name="i_shufflevector">'<tt>shufflevector</tt>' Instruction</a> | 
|  | 2289 | </div> | 
|  | 2290 |  | 
|  | 2291 | <div class="doc_text"> | 
|  | 2292 |  | 
|  | 2293 | <h5>Syntax:</h5> | 
|  | 2294 |  | 
|  | 2295 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2296 | <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] | 2297 | </pre> | 
|  | 2298 |  | 
|  | 2299 | <h5>Overview:</h5> | 
|  | 2300 |  | 
|  | 2301 | <p> | 
|  | 2302 | The '<tt>shufflevector</tt>' instruction constructs a permutation of elements | 
|  | 2303 | from two input vectors, returning a vector of the same type. | 
|  | 2304 | </p> | 
|  | 2305 |  | 
|  | 2306 | <h5>Arguments:</h5> | 
|  | 2307 |  | 
|  | 2308 | <p> | 
|  | 2309 | The first two operands of a '<tt>shufflevector</tt>' instruction are vectors | 
|  | 2310 | with types that match each other and types that match the result of the | 
|  | 2311 | 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] | 2312 | 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] | 2313 | </p> | 
|  | 2314 |  | 
|  | 2315 | <p> | 
|  | 2316 | The shuffle mask operand is required to be a constant vector with either | 
|  | 2317 | constant integer or undef values. | 
|  | 2318 | </p> | 
|  | 2319 |  | 
|  | 2320 | <h5>Semantics:</h5> | 
|  | 2321 |  | 
|  | 2322 | <p> | 
|  | 2323 | The elements of the two input vectors are numbered from left to right across | 
|  | 2324 | both of the vectors.  The shuffle mask operand specifies, for each element of | 
|  | 2325 | the result vector, which element of the two input registers the result element | 
|  | 2326 | gets.  The element selector may be undef (meaning "don't care") and the second | 
|  | 2327 | operand may be undef if performing a shuffle from only one vector. | 
|  | 2328 | </p> | 
|  | 2329 |  | 
|  | 2330 | <h5>Example:</h5> | 
|  | 2331 |  | 
|  | 2332 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2333 | %result = shufflevector <4 x i32> %v1, <4 x i32> %v2, | 
|  | 2334 | <4 x i32> <i32 0, i32 4, i32 1, i32 5>    <i>; yields <4 x i32></i> | 
|  | 2335 | %result = shufflevector <4 x i32> %v1, <4 x i32> undef, | 
|  | 2336 | <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] | 2337 | </pre> | 
|  | 2338 | </div> | 
|  | 2339 |  | 
| Tanya Lattner | 0947429 | 2006-04-14 19:24:33 +0000 | [diff] [blame] | 2340 |  | 
| Chris Lattner | 3df241e | 2006-04-08 23:07:04 +0000 | [diff] [blame] | 2341 | <!-- ======================================================================= --> | 
|  | 2342 | <div class="doc_subsection"> | 
| Chris Lattner | 884a970 | 2006-08-15 00:45:58 +0000 | [diff] [blame] | 2343 | <a name="memoryops">Memory Access and Addressing Operations</a> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2344 | </div> | 
|  | 2345 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2346 | <div class="doc_text"> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2347 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2348 | <p>A key design point of an SSA-based representation is how it | 
|  | 2349 | represents memory.  In LLVM, no memory locations are in SSA form, which | 
|  | 2350 | makes things very simple.  This section describes how to read, write, | 
| John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 2351 | allocate, and free memory in LLVM.</p> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2352 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2353 | </div> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2354 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2355 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2356 | <div class="doc_subsubsection"> | 
|  | 2357 | <a name="i_malloc">'<tt>malloc</tt>' Instruction</a> | 
|  | 2358 | </div> | 
|  | 2359 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2360 | <div class="doc_text"> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2361 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2362 | <h5>Syntax:</h5> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2363 |  | 
|  | 2364 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2365 | <result> = malloc <type>[, i32 <NumElements>][, align <alignment>]     <i>; yields {type*}:result</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2366 | </pre> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2367 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2368 | <h5>Overview:</h5> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2369 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2370 | <p>The '<tt>malloc</tt>' instruction allocates memory from the system | 
|  | 2371 | heap and returns a pointer to it.</p> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2372 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2373 | <h5>Arguments:</h5> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2374 |  | 
|  | 2375 | <p>The '<tt>malloc</tt>' instruction allocates | 
|  | 2376 | <tt>sizeof(<type>)*NumElements</tt> | 
| John Criswell | 6e4ca61 | 2004-02-24 16:13:56 +0000 | [diff] [blame] | 2377 | 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] | 2378 | appropriate type to the program.  If "NumElements" is specified, it is the | 
|  | 2379 | number of elements allocated.  If an alignment is specified, the value result | 
|  | 2380 | of the allocation is guaranteed to be aligned to at least that boundary.  If | 
|  | 2381 | not specified, or if zero, the target can choose to align the allocation on any | 
|  | 2382 | convenient boundary.</p> | 
|  | 2383 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2384 | <p>'<tt>type</tt>' must be a sized type.</p> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2385 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2386 | <h5>Semantics:</h5> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2387 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2388 | <p>Memory is allocated using the system "<tt>malloc</tt>" function, and | 
|  | 2389 | a pointer is returned.</p> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2390 |  | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2391 | <h5>Example:</h5> | 
|  | 2392 |  | 
|  | 2393 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2394 | %array  = malloc [4 x i8 ]                    <i>; yields {[%4 x i8]*}:array</i> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2395 |  | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2396 | %size   = <a href="#i_add">add</a> i32 2, 2                          <i>; yields {i32}:size = i32 4</i> | 
|  | 2397 | %array1 = malloc i8, i32 4                   <i>; yields {i8*}:array1</i> | 
|  | 2398 | %array2 = malloc [12 x i8], i32 %size        <i>; yields {[12 x i8]*}:array2</i> | 
|  | 2399 | %array3 = malloc i32, i32 4, align 1024         <i>; yields {i32*}:array3</i> | 
|  | 2400 | %array4 = malloc i32, align 1024                 <i>; yields {i32*}:array4</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2401 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2402 | </div> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2403 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2404 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2405 | <div class="doc_subsubsection"> | 
|  | 2406 | <a name="i_free">'<tt>free</tt>' Instruction</a> | 
|  | 2407 | </div> | 
|  | 2408 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2409 | <div class="doc_text"> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2410 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2411 | <h5>Syntax:</h5> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2412 |  | 
|  | 2413 | <pre> | 
|  | 2414 | free <type> <value>                              <i>; yields {void}</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2415 | </pre> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2416 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2417 | <h5>Overview:</h5> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2418 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2419 | <p>The '<tt>free</tt>' instruction returns memory back to the unused | 
| John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 2420 | memory heap to be reallocated in the future.</p> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2421 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2422 | <h5>Arguments:</h5> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2423 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2424 | <p>'<tt>value</tt>' shall be a pointer value that points to a value | 
|  | 2425 | that was allocated with the '<tt><a href="#i_malloc">malloc</a></tt>' | 
|  | 2426 | instruction.</p> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2427 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2428 | <h5>Semantics:</h5> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2429 |  | 
| John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 2430 | <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] | 2431 | after this instruction executes.</p> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2432 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2433 | <h5>Example:</h5> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2434 |  | 
|  | 2435 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2436 | %array  = <a href="#i_malloc">malloc</a> [4 x i8]                    <i>; yields {[4 x i8]*}:array</i> | 
|  | 2437 | free   [4 x i8]* %array | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2438 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2439 | </div> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2440 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2441 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2442 | <div class="doc_subsubsection"> | 
|  | 2443 | <a name="i_alloca">'<tt>alloca</tt>' Instruction</a> | 
|  | 2444 | </div> | 
|  | 2445 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2446 | <div class="doc_text"> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2447 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2448 | <h5>Syntax:</h5> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2449 |  | 
|  | 2450 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2451 | <result> = alloca <type>[, i32 <NumElements>][, align <alignment>]     <i>; yields {type*}:result</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2452 | </pre> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2453 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2454 | <h5>Overview:</h5> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2455 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2456 | <p>The '<tt>alloca</tt>' instruction allocates memory on the current | 
|  | 2457 | stack frame of the procedure that is live until the current function | 
|  | 2458 | returns to its caller.</p> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2459 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2460 | <h5>Arguments:</h5> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2461 |  | 
| John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 2462 | <p>The '<tt>alloca</tt>' instruction allocates <tt>sizeof(<type>)*NumElements</tt> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2463 | bytes of memory on the runtime stack, returning a pointer of the | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2464 | appropriate type to the program.    If "NumElements" is specified, it is the | 
|  | 2465 | number of elements allocated.  If an alignment is specified, the value result | 
|  | 2466 | of the allocation is guaranteed to be aligned to at least that boundary.  If | 
|  | 2467 | not specified, or if zero, the target can choose to align the allocation on any | 
|  | 2468 | convenient boundary.</p> | 
|  | 2469 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2470 | <p>'<tt>type</tt>' may be any sized type.</p> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2471 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2472 | <h5>Semantics:</h5> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2473 |  | 
| John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 2474 | <p>Memory is allocated; a pointer is returned.  '<tt>alloca</tt>'d | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2475 | memory is automatically released when the function returns.  The '<tt>alloca</tt>' | 
|  | 2476 | instruction is commonly used to represent automatic variables that must | 
|  | 2477 | 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] | 2478 | 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] | 2479 | instructions), the memory is reclaimed.</p> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2480 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2481 | <h5>Example:</h5> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2482 |  | 
|  | 2483 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2484 | %ptr = alloca i32                              <i>; yields {i32*}:ptr</i> | 
|  | 2485 | %ptr = alloca i32, i32 4                      <i>; yields {i32*}:ptr</i> | 
|  | 2486 | %ptr = alloca i32, i32 4, align 1024          <i>; yields {i32*}:ptr</i> | 
|  | 2487 | %ptr = alloca i32, align 1024                  <i>; yields {i32*}:ptr</i> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2488 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2489 | </div> | 
| Chris Lattner | 2cbdc45 | 2005-11-06 08:02:57 +0000 | [diff] [blame] | 2490 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2491 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2492 | <div class="doc_subsubsection"> <a name="i_load">'<tt>load</tt>' | 
|  | 2493 | Instruction</a> </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2494 | <div class="doc_text"> | 
| Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2495 | <h5>Syntax:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2496 | <pre>  <result> = load <ty>* <pointer><br>  <result> = volatile load <ty>* <pointer><br></pre> | 
| Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2497 | <h5>Overview:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2498 | <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] | 2499 | <h5>Arguments:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2500 | <p>The argument to the '<tt>load</tt>' instruction specifies the memory | 
| John Criswell | 0ec250c | 2005-10-24 16:17:18 +0000 | [diff] [blame] | 2501 | address from which to load.  The pointer must point to a <a | 
| Chris Lattner | e53e508 | 2004-06-03 22:57:15 +0000 | [diff] [blame] | 2502 | 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] | 2503 | 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] | 2504 | the number or order of execution of this <tt>load</tt> with other | 
|  | 2505 | volatile <tt>load</tt> and <tt><a href="#i_store">store</a></tt> | 
|  | 2506 | instructions. </p> | 
| Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2507 | <h5>Semantics:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2508 | <p>The location of memory pointed to is loaded.</p> | 
| Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2509 | <h5>Examples:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2510 | <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] | 2511 | <a | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2512 | href="#i_store">store</a> i32 3, i32* %ptr                          <i>; yields {void}</i> | 
|  | 2513 | %val = load i32* %ptr                           <i>; yields {i32}:val = i32 3</i> | 
| Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2514 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2515 | </div> | 
| Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2516 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2517 | <div class="doc_subsubsection"> <a name="i_store">'<tt>store</tt>' | 
|  | 2518 | Instruction</a> </div> | 
| Reid Spencer | 035ab57 | 2006-11-09 21:18:01 +0000 | [diff] [blame] | 2519 | <div class="doc_text"> | 
| Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2520 | <h5>Syntax:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2521 | <pre>  store <ty> <value>, <ty>* <pointer>                   <i>; yields {void}</i> | 
| Chris Lattner | f065107 | 2003-09-08 18:27:49 +0000 | [diff] [blame] | 2522 | volatile store <ty> <value>, <ty>* <pointer>                   <i>; yields {void}</i> | 
| Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2523 | </pre> | 
| Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2524 | <h5>Overview:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2525 | <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] | 2526 | <h5>Arguments:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2527 | <p>There are two arguments to the '<tt>store</tt>' instruction: a value | 
| John Criswell | 0ec250c | 2005-10-24 16:17:18 +0000 | [diff] [blame] | 2528 | to store and an address in which to store it.  The type of the '<tt><pointer></tt>' | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2529 | 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] | 2530 | 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] | 2531 | optimizer is not allowed to modify the number or order of execution of | 
|  | 2532 | this <tt>store</tt> with other volatile <tt>load</tt> and <tt><a | 
|  | 2533 | href="#i_store">store</a></tt> instructions.</p> | 
|  | 2534 | <h5>Semantics:</h5> | 
|  | 2535 | <p>The contents of memory are updated to contain '<tt><value></tt>' | 
|  | 2536 | at the location specified by the '<tt><pointer></tt>' operand.</p> | 
| Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2537 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2538 | <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] | 2539 | <a | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2540 | href="#i_store">store</a> i32 3, i32* %ptr                          <i>; yields {void}</i> | 
|  | 2541 | %val = load i32* %ptr                           <i>; yields {i32}:val = i32 3</i> | 
| Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2542 | </pre> | 
| Reid Spencer | 47ce179 | 2006-11-09 21:15:49 +0000 | [diff] [blame] | 2543 | </div> | 
|  | 2544 |  | 
| Chris Lattner | 2b7d320 | 2002-05-06 03:03:22 +0000 | [diff] [blame] | 2545 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2546 | <div class="doc_subsubsection"> | 
|  | 2547 | <a name="i_getelementptr">'<tt>getelementptr</tt>' Instruction</a> | 
|  | 2548 | </div> | 
|  | 2549 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2550 | <div class="doc_text"> | 
| Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 2551 | <h5>Syntax:</h5> | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2552 | <pre> | 
|  | 2553 | <result> = getelementptr <ty>* <ptrval>{, <ty> <idx>}* | 
|  | 2554 | </pre> | 
|  | 2555 |  | 
| Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 2556 | <h5>Overview:</h5> | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2557 |  | 
|  | 2558 | <p> | 
|  | 2559 | The '<tt>getelementptr</tt>' instruction is used to get the address of a | 
|  | 2560 | subelement of an aggregate data structure.</p> | 
|  | 2561 |  | 
| Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 2562 | <h5>Arguments:</h5> | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2563 |  | 
| Reid Spencer | 85f5b5b | 2006-12-04 21:29:24 +0000 | [diff] [blame] | 2564 | <p>This instruction takes a list of integer operands that indicate what | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2565 | elements of the aggregate object to index to.  The actual types of the arguments | 
|  | 2566 | provided depend on the type of the first pointer argument.  The | 
|  | 2567 | '<tt>getelementptr</tt>' instruction is used to index down through the type | 
| John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 2568 | 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] | 2569 | structure, only <tt>i32</tt> integer constants are allowed.  When indexing | 
| Reid Spencer | 85f5b5b | 2006-12-04 21:29:24 +0000 | [diff] [blame] | 2570 | into an array or pointer, only integers of 32 or 64 bits are allowed, and will | 
|  | 2571 | be sign extended to 64-bit values.</p> | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2572 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2573 | <p>For example, let's consider a C code fragment and how it gets | 
|  | 2574 | compiled to LLVM:</p> | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2575 |  | 
|  | 2576 | <pre> | 
|  | 2577 | struct RT { | 
|  | 2578 | char A; | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2579 | i32 B[10][20]; | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2580 | char C; | 
|  | 2581 | }; | 
|  | 2582 | struct ST { | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2583 | i32 X; | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2584 | double Y; | 
|  | 2585 | struct RT Z; | 
|  | 2586 | }; | 
|  | 2587 |  | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2588 | define i32 *foo(struct ST *s) { | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2589 | return &s[1].Z.B[5][13]; | 
|  | 2590 | } | 
|  | 2591 | </pre> | 
|  | 2592 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2593 | <p>The LLVM code generated by the GCC frontend is:</p> | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2594 |  | 
|  | 2595 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2596 | %RT = type { i8 , [10 x [20 x i32]], i8  } | 
|  | 2597 | %ST = type { i32, double, %RT } | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2598 |  | 
| Brian Gaeke | 7283e7c | 2004-07-02 21:08:14 +0000 | [diff] [blame] | 2599 | implementation | 
|  | 2600 |  | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2601 | define i32* %foo(%ST* %s) { | 
| Brian Gaeke | 7283e7c | 2004-07-02 21:08:14 +0000 | [diff] [blame] | 2602 | entry: | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2603 | %reg = getelementptr %ST* %s, i32 1, i32 2, i32 1, i32 5, i32 13 | 
|  | 2604 | ret i32* %reg | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2605 | } | 
|  | 2606 | </pre> | 
|  | 2607 |  | 
| Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 2608 | <h5>Semantics:</h5> | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2609 |  | 
|  | 2610 | <p>The index types specified for the '<tt>getelementptr</tt>' instruction depend | 
| John Criswell | c1f786c | 2005-05-13 22:25:59 +0000 | [diff] [blame] | 2611 | 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] | 2612 | 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] | 2613 | <a href="#t_integer">integer</a> type but the value will always be sign extended | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2614 | 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] | 2615 | <b>constants</b>.</p> | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2616 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2617 | <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] | 2618 | 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] | 2619 | }</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] | 2620 | the structure, yielding a '<tt>%RT</tt>' = '<tt>{ i8 , [10 x [20 x i32]], | 
|  | 2621 | i8  }</tt>' type, another structure.  The third index indexes into the second | 
|  | 2622 | 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] | 2623 | array.  The two dimensions of the array are subscripted into, yielding an | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2624 | '<tt>i32</tt>' type.  The '<tt>getelementptr</tt>' instruction returns a pointer | 
|  | 2625 | 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] | 2626 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 2627 | <p>Note that it is perfectly legal to index partially through a | 
|  | 2628 | structure, returning a pointer to an inner element.  Because of this, | 
|  | 2629 | the LLVM code for the given testcase is equivalent to:</p> | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2630 |  | 
|  | 2631 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2632 | define i32* %foo(%ST* %s) { | 
|  | 2633 | %t1 = getelementptr %ST* %s, i32 1                        <i>; yields %ST*:%t1</i> | 
|  | 2634 | %t2 = getelementptr %ST* %t1, i32 0, i32 2               <i>; yields %RT*:%t2</i> | 
|  | 2635 | %t3 = getelementptr %RT* %t2, i32 0, i32 1               <i>; yields [10 x [20 x i32]]*:%t3</i> | 
|  | 2636 | %t4 = getelementptr [10 x [20 x i32]]* %t3, i32 0, i32 5  <i>; yields [20 x i32]*:%t4</i> | 
|  | 2637 | %t5 = getelementptr [20 x i32]* %t4, i32 0, i32 13        <i>; yields i32*:%t5</i> | 
|  | 2638 | ret i32* %t5 | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2639 | } | 
| Chris Lattner | 6536cfe | 2002-05-06 22:08:29 +0000 | [diff] [blame] | 2640 | </pre> | 
| Chris Lattner | e67a951 | 2005-06-24 17:22:57 +0000 | [diff] [blame] | 2641 |  | 
|  | 2642 | <p>Note that it is undefined to access an array out of bounds: array and | 
|  | 2643 | pointer indexes must always be within the defined bounds of the array type. | 
|  | 2644 | The one exception for this rules is zero length arrays.  These arrays are | 
|  | 2645 | defined to be accessible as variable length arrays, which requires access | 
|  | 2646 | beyond the zero'th element.</p> | 
|  | 2647 |  | 
| Chris Lattner | 884a970 | 2006-08-15 00:45:58 +0000 | [diff] [blame] | 2648 | <p>The getelementptr instruction is often confusing.  For some more insight | 
|  | 2649 | into how it works, see <a href="GetElementPtr.html">the getelementptr | 
|  | 2650 | FAQ</a>.</p> | 
|  | 2651 |  | 
| Chris Lattner | 7faa883 | 2002-04-14 06:13:44 +0000 | [diff] [blame] | 2652 | <h5>Example:</h5> | 
| Chris Lattner | e67a951 | 2005-06-24 17:22:57 +0000 | [diff] [blame] | 2653 |  | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2654 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2655 | <i>; yields [12 x i8]*:aptr</i> | 
|  | 2656 | %aptr = getelementptr {i32, [12 x i8]}* %sptr, i64 0, i32 1 | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2657 | </pre> | 
| Chris Lattner | f74d5c7 | 2004-04-05 01:30:49 +0000 | [diff] [blame] | 2658 | </div> | 
| Reid Spencer | 47ce179 | 2006-11-09 21:15:49 +0000 | [diff] [blame] | 2659 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 2660 | <!-- ======================================================================= --> | 
| Reid Spencer | 2fd21e6 | 2006-11-08 01:18:52 +0000 | [diff] [blame] | 2661 | <div class="doc_subsection"> <a name="convertops">Conversion Operations</a> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2662 | </div> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2663 | <div class="doc_text"> | 
| Reid Spencer | 2fd21e6 | 2006-11-08 01:18:52 +0000 | [diff] [blame] | 2664 | <p>The instructions in this category are the conversion instructions (casting) | 
|  | 2665 | which all take a single operand and a type. They perform various bit conversions | 
|  | 2666 | on the operand.</p> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 2667 | </div> | 
| Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 2668 |  | 
| Chris Lattner | 6536cfe | 2002-05-06 22:08:29 +0000 | [diff] [blame] | 2669 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 2670 | <div class="doc_subsubsection"> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2671 | <a name="i_trunc">'<tt>trunc .. to</tt>' Instruction</a> | 
|  | 2672 | </div> | 
|  | 2673 | <div class="doc_text"> | 
|  | 2674 |  | 
|  | 2675 | <h5>Syntax:</h5> | 
|  | 2676 | <pre> | 
|  | 2677 | <result> = trunc <ty> <value> to <ty2>             <i>; yields ty2</i> | 
|  | 2678 | </pre> | 
|  | 2679 |  | 
|  | 2680 | <h5>Overview:</h5> | 
|  | 2681 | <p> | 
|  | 2682 | The '<tt>trunc</tt>' instruction truncates its operand to the type <tt>ty2</tt>. | 
|  | 2683 | </p> | 
|  | 2684 |  | 
|  | 2685 | <h5>Arguments:</h5> | 
|  | 2686 | <p> | 
|  | 2687 | The '<tt>trunc</tt>' instruction takes a <tt>value</tt> to trunc, which must | 
|  | 2688 | be an <a href="#t_integer">integer</a> type, and a type that specifies the size | 
|  | 2689 | and type of the result, which must be an <a href="#t_integral">integral</a> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2690 | type. The bit size of <tt>value</tt> must be larger than the bit size of | 
|  | 2691 | <tt>ty2</tt>. Equal sized types are not allowed.</p> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2692 |  | 
|  | 2693 | <h5>Semantics:</h5> | 
|  | 2694 | <p> | 
|  | 2695 | 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] | 2696 | and converts the remaining bits to <tt>ty2</tt>. Since the source size must be | 
|  | 2697 | larger than the destination size, <tt>trunc</tt> cannot be a <i>no-op cast</i>. | 
|  | 2698 | It will always truncate bits.</p> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2699 |  | 
|  | 2700 | <h5>Example:</h5> | 
|  | 2701 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2702 | %X = trunc i32 257 to i8              <i>; yields i8:1</i> | 
|  | 2703 | %Y = trunc i32 123 to bool               <i>; yields bool:true</i> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2704 | </pre> | 
|  | 2705 | </div> | 
|  | 2706 |  | 
|  | 2707 | <!-- _______________________________________________________________________ --> | 
|  | 2708 | <div class="doc_subsubsection"> | 
|  | 2709 | <a name="i_zext">'<tt>zext .. to</tt>' Instruction</a> | 
|  | 2710 | </div> | 
|  | 2711 | <div class="doc_text"> | 
|  | 2712 |  | 
|  | 2713 | <h5>Syntax:</h5> | 
|  | 2714 | <pre> | 
|  | 2715 | <result> = zext <ty> <value> to <ty2>             <i>; yields ty2</i> | 
|  | 2716 | </pre> | 
|  | 2717 |  | 
|  | 2718 | <h5>Overview:</h5> | 
|  | 2719 | <p>The '<tt>zext</tt>' instruction zero extends its operand to type | 
|  | 2720 | <tt>ty2</tt>.</p> | 
|  | 2721 |  | 
|  | 2722 |  | 
|  | 2723 | <h5>Arguments:</h5> | 
|  | 2724 | <p>The '<tt>zext</tt>' instruction takes a value to cast, which must be of | 
|  | 2725 | <a href="#t_integral">integral</a> type, and a type to cast it to, which must | 
|  | 2726 | also be of <a href="#t_integral">integral</a> type. The bit size of the | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2727 | <tt>value</tt> must be smaller than the bit size of the destination type, | 
|  | 2728 | <tt>ty2</tt>.</p> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2729 |  | 
|  | 2730 | <h5>Semantics:</h5> | 
|  | 2731 | <p>The <tt>zext</tt> fills the high order bits of the <tt>value</tt> with zero | 
|  | 2732 | bits until it reaches the size of the destination type, <tt>ty2</tt>. When the | 
|  | 2733 | the operand and the type are the same size, no bit filling is done and the | 
|  | 2734 | cast is considered a <i>no-op cast</i> because no bits change (only the type | 
|  | 2735 | changes).</p> | 
|  | 2736 |  | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2737 | <p>When zero extending from bool, the result will alwasy be either 0 or 1.</p> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2738 |  | 
|  | 2739 | <h5>Example:</h5> | 
|  | 2740 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2741 | %X = zext i32 257 to i64              <i>; yields i64:257</i> | 
|  | 2742 | %Y = zext bool true to i32              <i>; yields i32:1</i> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2743 | </pre> | 
|  | 2744 | </div> | 
|  | 2745 |  | 
|  | 2746 | <!-- _______________________________________________________________________ --> | 
|  | 2747 | <div class="doc_subsubsection"> | 
|  | 2748 | <a name="i_sext">'<tt>sext .. to</tt>' Instruction</a> | 
|  | 2749 | </div> | 
|  | 2750 | <div class="doc_text"> | 
|  | 2751 |  | 
|  | 2752 | <h5>Syntax:</h5> | 
|  | 2753 | <pre> | 
|  | 2754 | <result> = sext <ty> <value> to <ty2>             <i>; yields ty2</i> | 
|  | 2755 | </pre> | 
|  | 2756 |  | 
|  | 2757 | <h5>Overview:</h5> | 
|  | 2758 | <p>The '<tt>sext</tt>' sign extends <tt>value</tt> to the type <tt>ty2</tt>.</p> | 
|  | 2759 |  | 
|  | 2760 | <h5>Arguments:</h5> | 
|  | 2761 | <p> | 
|  | 2762 | The '<tt>sext</tt>' instruction takes a value to cast, which must be of | 
|  | 2763 | <a href="#t_integral">integral</a> type, and a type to cast it to, which must | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2764 | also be of <a href="#t_integral">integral</a> type.  The bit size of the | 
|  | 2765 | <tt>value</tt> must be smaller than the bit size of the destination type, | 
|  | 2766 | <tt>ty2</tt>.</p> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2767 |  | 
|  | 2768 | <h5>Semantics:</h5> | 
|  | 2769 | <p> | 
|  | 2770 | The '<tt>sext</tt>' instruction performs a sign extension by copying the sign | 
|  | 2771 | bit (highest order bit) of the <tt>value</tt> until it reaches the bit size of | 
|  | 2772 | the type <tt>ty2</tt>.  When the the operand and the type are the same size, | 
|  | 2773 | no bit filling is done and the cast is considered a <i>no-op cast</i> because | 
|  | 2774 | no bits change (only the type changes).</p> | 
|  | 2775 |  | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2776 | <p>When sign extending from bool, the extension always results in -1 or 0.</p> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2777 |  | 
|  | 2778 | <h5>Example:</h5> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2779 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2780 | %X = sext i8  -1 to i16              <i>; yields i16   :65535</i> | 
|  | 2781 | %Y = sext bool true to i32             <i>; yields i32:-1</i> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2782 | </pre> | 
|  | 2783 | </div> | 
|  | 2784 |  | 
|  | 2785 | <!-- _______________________________________________________________________ --> | 
|  | 2786 | <div class="doc_subsubsection"> | 
| Reid Spencer | 3fa91b0 | 2006-11-09 21:48:10 +0000 | [diff] [blame] | 2787 | <a name="i_fptrunc">'<tt>fptrunc .. to</tt>' Instruction</a> | 
|  | 2788 | </div> | 
|  | 2789 |  | 
|  | 2790 | <div class="doc_text"> | 
|  | 2791 |  | 
|  | 2792 | <h5>Syntax:</h5> | 
|  | 2793 |  | 
|  | 2794 | <pre> | 
|  | 2795 | <result> = fptrunc <ty> <value> to <ty2>             <i>; yields ty2</i> | 
|  | 2796 | </pre> | 
|  | 2797 |  | 
|  | 2798 | <h5>Overview:</h5> | 
|  | 2799 | <p>The '<tt>fptrunc</tt>' instruction truncates <tt>value</tt> to type | 
|  | 2800 | <tt>ty2</tt>.</p> | 
|  | 2801 |  | 
|  | 2802 |  | 
|  | 2803 | <h5>Arguments:</h5> | 
|  | 2804 | <p>The '<tt>fptrunc</tt>' instruction takes a <a href="#t_floating">floating | 
|  | 2805 | point</a> value to cast and a <a href="#t_floating">floating point</a> type to | 
|  | 2806 | cast it to. The size of <tt>value</tt> must be larger than the size of | 
|  | 2807 | <tt>ty2</tt>. This implies that <tt>fptrunc</tt> cannot be used to make a | 
|  | 2808 | <i>no-op cast</i>.</p> | 
|  | 2809 |  | 
|  | 2810 | <h5>Semantics:</h5> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2811 | <p> The '<tt>fptrunc</tt>' instruction truncates a <tt>value</tt> from a larger | 
|  | 2812 | <a href="#t_floating">floating point</a> type to a smaller | 
|  | 2813 | <a href="#t_floating">floating point</a> type.  If the value cannot fit within | 
|  | 2814 | the destination type, <tt>ty2</tt>, then the results are undefined.</p> | 
| Reid Spencer | 3fa91b0 | 2006-11-09 21:48:10 +0000 | [diff] [blame] | 2815 |  | 
|  | 2816 | <h5>Example:</h5> | 
|  | 2817 | <pre> | 
|  | 2818 | %X = fptrunc double 123.0 to float         <i>; yields float:123.0</i> | 
|  | 2819 | %Y = fptrunc double 1.0E+300 to float      <i>; yields undefined</i> | 
|  | 2820 | </pre> | 
|  | 2821 | </div> | 
|  | 2822 |  | 
|  | 2823 | <!-- _______________________________________________________________________ --> | 
|  | 2824 | <div class="doc_subsubsection"> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2825 | <a name="i_fpext">'<tt>fpext .. to</tt>' Instruction</a> | 
|  | 2826 | </div> | 
|  | 2827 | <div class="doc_text"> | 
|  | 2828 |  | 
|  | 2829 | <h5>Syntax:</h5> | 
|  | 2830 | <pre> | 
|  | 2831 | <result> = fpext <ty> <value> to <ty2>             <i>; yields ty2</i> | 
|  | 2832 | </pre> | 
|  | 2833 |  | 
|  | 2834 | <h5>Overview:</h5> | 
|  | 2835 | <p>The '<tt>fpext</tt>' extends a floating point <tt>value</tt> to a larger | 
|  | 2836 | floating point value.</p> | 
|  | 2837 |  | 
|  | 2838 | <h5>Arguments:</h5> | 
|  | 2839 | <p>The '<tt>fpext</tt>' instruction takes a | 
|  | 2840 | <a href="#t_floating">floating point</a> <tt>value</tt> to cast, | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2841 | and a <a href="#t_floating">floating point</a> type to cast it to. The source | 
|  | 2842 | type must be smaller than the destination type.</p> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2843 |  | 
|  | 2844 | <h5>Semantics:</h5> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2845 | <p>The '<tt>fpext</tt>' instruction extends the <tt>value</tt> from a smaller | 
|  | 2846 | <a href="t_floating">floating point</a> type to a larger | 
|  | 2847 | <a href="t_floating">floating point</a> type. The <tt>fpext</tt> cannot be | 
|  | 2848 | 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] | 2849 | <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] | 2850 |  | 
|  | 2851 | <h5>Example:</h5> | 
|  | 2852 | <pre> | 
|  | 2853 | %X = fpext float 3.1415 to double        <i>; yields double:3.1415</i> | 
|  | 2854 | %Y = fpext float 1.0 to float            <i>; yields float:1.0 (no-op)</i> | 
|  | 2855 | </pre> | 
|  | 2856 | </div> | 
|  | 2857 |  | 
|  | 2858 | <!-- _______________________________________________________________________ --> | 
|  | 2859 | <div class="doc_subsubsection"> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2860 | <a name="i_fp2uint">'<tt>fptoui .. to</tt>' Instruction</a> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2861 | </div> | 
|  | 2862 | <div class="doc_text"> | 
|  | 2863 |  | 
|  | 2864 | <h5>Syntax:</h5> | 
|  | 2865 | <pre> | 
|  | 2866 | <result> = fp2uint <ty> <value> to <ty2>             <i>; yields ty2</i> | 
|  | 2867 | </pre> | 
|  | 2868 |  | 
|  | 2869 | <h5>Overview:</h5> | 
|  | 2870 | <p>The '<tt>fp2uint</tt>' converts a floating point <tt>value</tt> to its | 
|  | 2871 | unsigned integer equivalent of type <tt>ty2</tt>. | 
|  | 2872 | </p> | 
|  | 2873 |  | 
|  | 2874 | <h5>Arguments:</h5> | 
|  | 2875 | <p>The '<tt>fp2uint</tt>' instruction takes a value to cast, which must be a | 
|  | 2876 | <a href="#t_floating">floating point</a> value, and a type to cast it to, which | 
|  | 2877 | must be an <a href="#t_integral">integral</a> type.</p> | 
|  | 2878 |  | 
|  | 2879 | <h5>Semantics:</h5> | 
|  | 2880 | <p> The '<tt>fp2uint</tt>' instruction converts its | 
|  | 2881 | <a href="#t_floating">floating point</a> operand into the nearest (rounding | 
|  | 2882 | towards zero) unsigned integer value. If the value cannot fit in <tt>ty2</tt>, | 
|  | 2883 | the results are undefined.</p> | 
|  | 2884 |  | 
|  | 2885 | <p>When converting to bool, the conversion is done as a comparison against | 
|  | 2886 | zero. If the <tt>value</tt> was zero, the bool result will be <tt>false</tt>. | 
|  | 2887 | If the <tt>value</tt> was non-zero, the bool result will be <tt>true</tt>.</p> | 
|  | 2888 |  | 
|  | 2889 | <h5>Example:</h5> | 
|  | 2890 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2891 | %X = fp2uint double 123.0 to i32         <i>; yields i32:123</i> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2892 | %Y = fp2uint float 1.0E+300 to bool      <i>; yields bool:true</i> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2893 | %X = fp2uint float 1.04E+17 to i8     <i>; yields undefined:1</i> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2894 | </pre> | 
|  | 2895 | </div> | 
|  | 2896 |  | 
|  | 2897 | <!-- _______________________________________________________________________ --> | 
|  | 2898 | <div class="doc_subsubsection"> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2899 | <a name="i_fptosi">'<tt>fptosi .. to</tt>' Instruction</a> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2900 | </div> | 
|  | 2901 | <div class="doc_text"> | 
|  | 2902 |  | 
|  | 2903 | <h5>Syntax:</h5> | 
|  | 2904 | <pre> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2905 | <result> = fptosi <ty> <value> to <ty2>             <i>; yields ty2</i> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2906 | </pre> | 
|  | 2907 |  | 
|  | 2908 | <h5>Overview:</h5> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2909 | <p>The '<tt>fptosi</tt>' instruction converts | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2910 | <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] | 2911 | </p> | 
|  | 2912 |  | 
|  | 2913 |  | 
| Chris Lattner | 6536cfe | 2002-05-06 22:08:29 +0000 | [diff] [blame] | 2914 | <h5>Arguments:</h5> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2915 | <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] | 2916 | <a href="#t_floating">floating point</a> value, and a type to cast it to, which | 
|  | 2917 | must also be an <a href="#t_integral">integral</a> type.</p> | 
| Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 2918 |  | 
| Chris Lattner | 6536cfe | 2002-05-06 22:08:29 +0000 | [diff] [blame] | 2919 | <h5>Semantics:</h5> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2920 | <p>The '<tt>fptosi</tt>' instruction converts its | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2921 | <a href="#t_floating">floating point</a> operand into the nearest (rounding | 
|  | 2922 | towards zero) signed integer value. If the value cannot fit in <tt>ty2</tt>, | 
|  | 2923 | the results are undefined.</p> | 
| Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 2924 |  | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2925 | <p>When converting to bool, the conversion is done as a comparison against | 
|  | 2926 | zero. If the <tt>value</tt> was zero, the bool result will be <tt>false</tt>. | 
|  | 2927 | If the <tt>value</tt> was non-zero, the bool result will be <tt>true</tt>.</p> | 
| Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 2928 |  | 
| Chris Lattner | 33ba0d9 | 2001-07-09 00:26:23 +0000 | [diff] [blame] | 2929 | <h5>Example:</h5> | 
| Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 2930 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2931 | %X = fptosi double -123.0 to i32        <i>; yields i32:-123</i> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2932 | %Y = fptosi float 1.0E-247 to bool      <i>; yields bool:true</i> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2933 | %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] | 2934 | </pre> | 
|  | 2935 | </div> | 
|  | 2936 |  | 
|  | 2937 | <!-- _______________________________________________________________________ --> | 
|  | 2938 | <div class="doc_subsubsection"> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2939 | <a name="i_uitofp">'<tt>uitofp .. to</tt>' Instruction</a> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2940 | </div> | 
|  | 2941 | <div class="doc_text"> | 
|  | 2942 |  | 
|  | 2943 | <h5>Syntax:</h5> | 
|  | 2944 | <pre> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2945 | <result> = uitofp <ty> <value> to <ty2>             <i>; yields ty2</i> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2946 | </pre> | 
|  | 2947 |  | 
|  | 2948 | <h5>Overview:</h5> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2949 | <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] | 2950 | integer and converts that value to the <tt>ty2</tt> type.</p> | 
|  | 2951 |  | 
|  | 2952 |  | 
|  | 2953 | <h5>Arguments:</h5> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2954 | <p>The '<tt>uitofp</tt>' instruction takes a value to cast, which must be an | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2955 | <a href="#t_integral">integral</a> value, and a type to cast it to, which must | 
|  | 2956 | be a <a href="#t_floating">floating point</a> type.</p> | 
|  | 2957 |  | 
|  | 2958 | <h5>Semantics:</h5> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2959 | <p>The '<tt>uitofp</tt>' instruction interprets its operand as an unsigned | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2960 | integer quantity and converts it to the corresponding floating point value. If | 
|  | 2961 | the value cannot fit in the floating point value, the results are undefined.</p> | 
|  | 2962 |  | 
|  | 2963 |  | 
|  | 2964 | <h5>Example:</h5> | 
|  | 2965 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2966 | %X = uitofp i32 257 to float         <i>; yields float:257.0</i> | 
|  | 2967 | %Y = uitofp i8  -1 to double       <i>; yields double:255.0</i> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2968 | </pre> | 
|  | 2969 | </div> | 
|  | 2970 |  | 
|  | 2971 | <!-- _______________________________________________________________________ --> | 
|  | 2972 | <div class="doc_subsubsection"> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2973 | <a name="i_sitofp">'<tt>sitofp .. to</tt>' Instruction</a> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2974 | </div> | 
|  | 2975 | <div class="doc_text"> | 
|  | 2976 |  | 
|  | 2977 | <h5>Syntax:</h5> | 
|  | 2978 | <pre> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2979 | <result> = sitofp <ty> <value> to <ty2>             <i>; yields ty2</i> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2980 | </pre> | 
|  | 2981 |  | 
|  | 2982 | <h5>Overview:</h5> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2983 | <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] | 2984 | integer and converts that value to the <tt>ty2</tt> type.</p> | 
|  | 2985 |  | 
|  | 2986 | <h5>Arguments:</h5> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2987 | <p>The '<tt>sitofp</tt>' instruction takes a value to cast, which must be an | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2988 | <a href="#t_integral">integral</a> value, and a type to cast it to, which must be | 
|  | 2989 | a <a href="#t_floating">floating point</a> type.</p> | 
|  | 2990 |  | 
|  | 2991 | <h5>Semantics:</h5> | 
| Reid Spencer | d444879 | 2006-11-09 23:03:26 +0000 | [diff] [blame] | 2992 | <p>The '<tt>sitofp</tt>' instruction interprets its operand as a signed | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 2993 | integer quantity and converts it to the corresponding floating point value. If | 
|  | 2994 | the value cannot fit in the floating point value, the results are undefined.</p> | 
|  | 2995 |  | 
|  | 2996 | <h5>Example:</h5> | 
|  | 2997 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 2998 | %X = sitofp i32 257 to float         <i>; yields float:257.0</i> | 
|  | 2999 | %Y = sitofp i8  -1 to double       <i>; yields double:-1.0</i> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3000 | </pre> | 
|  | 3001 | </div> | 
|  | 3002 |  | 
|  | 3003 | <!-- _______________________________________________________________________ --> | 
|  | 3004 | <div class="doc_subsubsection"> | 
| Reid Spencer | 7267925 | 2006-11-11 21:00:47 +0000 | [diff] [blame] | 3005 | <a name="i_ptrtoint">'<tt>ptrtoint .. to</tt>' Instruction</a> | 
|  | 3006 | </div> | 
|  | 3007 | <div class="doc_text"> | 
|  | 3008 |  | 
|  | 3009 | <h5>Syntax:</h5> | 
|  | 3010 | <pre> | 
|  | 3011 | <result> = ptrtoint <ty> <value> to <ty2>             <i>; yields ty2</i> | 
|  | 3012 | </pre> | 
|  | 3013 |  | 
|  | 3014 | <h5>Overview:</h5> | 
|  | 3015 | <p>The '<tt>ptrtoint</tt>' instruction converts the pointer <tt>value</tt> to | 
|  | 3016 | the integer type <tt>ty2</tt>.</p> | 
|  | 3017 |  | 
|  | 3018 | <h5>Arguments:</h5> | 
|  | 3019 | <p>The '<tt>ptrtoint</tt>' instruction takes a <tt>value</tt> to cast, which | 
|  | 3020 | must be a <a href="t_pointer">pointer</a> value, and a type to cast it to | 
|  | 3021 | <tt>ty2</tt>, which must be an <a href="#t_integer">integer</a> type. | 
|  | 3022 |  | 
|  | 3023 | <h5>Semantics:</h5> | 
|  | 3024 | <p>The '<tt>ptrtoint</tt>' instruction converts <tt>value</tt> to integer type | 
|  | 3025 | <tt>ty2</tt> by interpreting the pointer value as an integer and either | 
|  | 3026 | truncating or zero extending that value to the size of the integer type. If | 
|  | 3027 | <tt>value</tt> is smaller than <tt>ty2</tt> then a zero extension is done. If | 
|  | 3028 | <tt>value</tt> is larger than <tt>ty2</tt> then a truncation is done. If they | 
|  | 3029 | are the same size, then nothing is done (<i>no-op cast</i>).</p> | 
|  | 3030 |  | 
|  | 3031 | <h5>Example:</h5> | 
|  | 3032 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3033 | %X = ptrtoint i32* %X to i8           <i>; yields truncation on 32-bit</i> | 
|  | 3034 | %Y = ptrtoint i32* %x to i64          <i>; yields zero extend on 32-bit</i> | 
| Reid Spencer | 7267925 | 2006-11-11 21:00:47 +0000 | [diff] [blame] | 3035 | </pre> | 
|  | 3036 | </div> | 
|  | 3037 |  | 
|  | 3038 | <!-- _______________________________________________________________________ --> | 
|  | 3039 | <div class="doc_subsubsection"> | 
|  | 3040 | <a name="i_inttoptr">'<tt>inttoptr .. to</tt>' Instruction</a> | 
|  | 3041 | </div> | 
|  | 3042 | <div class="doc_text"> | 
|  | 3043 |  | 
|  | 3044 | <h5>Syntax:</h5> | 
|  | 3045 | <pre> | 
|  | 3046 | <result> = inttoptr <ty> <value> to <ty2>             <i>; yields ty2</i> | 
|  | 3047 | </pre> | 
|  | 3048 |  | 
|  | 3049 | <h5>Overview:</h5> | 
|  | 3050 | <p>The '<tt>inttoptr</tt>' instruction converts an integer <tt>value</tt> to | 
|  | 3051 | a pointer type, <tt>ty2</tt>.</p> | 
|  | 3052 |  | 
|  | 3053 | <h5>Arguments:</h5> | 
|  | 3054 | <p>The '<tt>inttoptr</tt>' instruction takes an <a href="i_integer">integer</a> | 
|  | 3055 | value to cast, and a type to cast it to, which must be a | 
|  | 3056 | <a href="#t_pointer">pointer</a> type. </tt> | 
|  | 3057 |  | 
|  | 3058 | <h5>Semantics:</h5> | 
|  | 3059 | <p>The '<tt>inttoptr</tt>' instruction converts <tt>value</tt> to type | 
|  | 3060 | <tt>ty2</tt> by applying either a zero extension or a truncation depending on | 
|  | 3061 | the size of the integer <tt>value</tt>. If <tt>value</tt> is larger than the | 
|  | 3062 | size of a pointer then a truncation is done. If <tt>value</tt> is smaller than | 
|  | 3063 | the size of a pointer then a zero extension is done. If they are the same size, | 
|  | 3064 | nothing is done (<i>no-op cast</i>).</p> | 
|  | 3065 |  | 
|  | 3066 | <h5>Example:</h5> | 
|  | 3067 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3068 | %X = inttoptr i32 255 to i32*            <i>; yields zero extend on 64-bit</i> | 
|  | 3069 | %X = inttoptr i32 255 to i32*            <i>; yields no-op on 32-bit </i> | 
|  | 3070 | %Y = inttoptr i16 0 to i32*            <i>; yields zero extend on 32-bit</i> | 
| Reid Spencer | 7267925 | 2006-11-11 21:00:47 +0000 | [diff] [blame] | 3071 | </pre> | 
|  | 3072 | </div> | 
|  | 3073 |  | 
|  | 3074 | <!-- _______________________________________________________________________ --> | 
|  | 3075 | <div class="doc_subsubsection"> | 
| Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 3076 | <a name="i_bitcast">'<tt>bitcast .. to</tt>' Instruction</a> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3077 | </div> | 
|  | 3078 | <div class="doc_text"> | 
|  | 3079 |  | 
|  | 3080 | <h5>Syntax:</h5> | 
|  | 3081 | <pre> | 
| Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 3082 | <result> = bitcast <ty> <value> to <ty2>             <i>; yields ty2</i> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3083 | </pre> | 
|  | 3084 |  | 
|  | 3085 | <h5>Overview:</h5> | 
| Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 3086 | <p>The '<tt>bitcast</tt>' instruction converts <tt>value</tt> to type | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3087 | <tt>ty2</tt> without changing any bits.</p> | 
|  | 3088 |  | 
|  | 3089 | <h5>Arguments:</h5> | 
| Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 3090 | <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] | 3091 | a first class value, and a type to cast it to, which must also be a <a | 
|  | 3092 | href="#t_firstclass">first class</a> type. The bit sizes of <tt>value</tt> | 
|  | 3093 | and the destination type, <tt>ty2</tt>, must be identical.</p> | 
|  | 3094 |  | 
|  | 3095 | <h5>Semantics:</h5> | 
| Reid Spencer | 5c0ef47 | 2006-11-11 23:08:07 +0000 | [diff] [blame] | 3096 | <p>The '<tt>bitcast</tt>' instruction converts <tt>value</tt> to type | 
| Reid Spencer | 7267925 | 2006-11-11 21:00:47 +0000 | [diff] [blame] | 3097 | <tt>ty2</tt>. It is always a <i>no-op cast</i> because no bits change with | 
|  | 3098 | this conversion.  The conversion is done as if the <tt>value</tt> had been | 
|  | 3099 | stored to memory and read back as type <tt>ty2</tt>. Pointer types may only be | 
|  | 3100 | converted to other pointer types with this instruction. To convert pointers to | 
|  | 3101 | other types, use the <a href="#i_inttoptr">inttoptr</a> or | 
|  | 3102 | <a href="#i_ptrtoint">ptrtoint</a> instructions first.</p> | 
| Reid Spencer | 9dee3ac | 2006-11-08 01:11:31 +0000 | [diff] [blame] | 3103 |  | 
|  | 3104 | <h5>Example:</h5> | 
|  | 3105 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3106 | %X = bitcast i8 255 to i8          <i>; yields i8 :-1</i> | 
|  | 3107 | %Y = bitcast i32* %x to sint*          <i>; yields sint*:%x</i> | 
|  | 3108 | %Z = bitcast <2xint> %V to i64;        <i>; yields i64: %V</i> | 
| Chris Lattner | 33ba0d9 | 2001-07-09 00:26:23 +0000 | [diff] [blame] | 3109 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3110 | </div> | 
| Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 3111 |  | 
| Reid Spencer | 2fd21e6 | 2006-11-08 01:18:52 +0000 | [diff] [blame] | 3112 | <!-- ======================================================================= --> | 
|  | 3113 | <div class="doc_subsection"> <a name="otherops">Other Operations</a> </div> | 
|  | 3114 | <div class="doc_text"> | 
|  | 3115 | <p>The instructions in this category are the "miscellaneous" | 
|  | 3116 | instructions, which defy better classification.</p> | 
|  | 3117 | </div> | 
| Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3118 |  | 
|  | 3119 | <!-- _______________________________________________________________________ --> | 
|  | 3120 | <div class="doc_subsubsection"><a name="i_icmp">'<tt>icmp</tt>' Instruction</a> | 
|  | 3121 | </div> | 
|  | 3122 | <div class="doc_text"> | 
|  | 3123 | <h5>Syntax:</h5> | 
|  | 3124 | <pre>  <result> = icmp <cond> <ty> <var1>, <var2>   <i>; yields {bool}:result</i> | 
|  | 3125 | </pre> | 
|  | 3126 | <h5>Overview:</h5> | 
|  | 3127 | <p>The '<tt>icmp</tt>' instruction returns a boolean value based on comparison | 
|  | 3128 | of its two integer operands.</p> | 
|  | 3129 | <h5>Arguments:</h5> | 
|  | 3130 | <p>The '<tt>icmp</tt>' instruction takes three operands. The first operand is | 
|  | 3131 | the condition code which indicates the kind of comparison to perform. It is not | 
|  | 3132 | a value, just a keyword. The possibilities for the condition code are: | 
|  | 3133 | <ol> | 
|  | 3134 | <li><tt>eq</tt>: equal</li> | 
|  | 3135 | <li><tt>ne</tt>: not equal </li> | 
|  | 3136 | <li><tt>ugt</tt>: unsigned greater than</li> | 
|  | 3137 | <li><tt>uge</tt>: unsigned greater or equal</li> | 
|  | 3138 | <li><tt>ult</tt>: unsigned less than</li> | 
|  | 3139 | <li><tt>ule</tt>: unsigned less or equal</li> | 
|  | 3140 | <li><tt>sgt</tt>: signed greater than</li> | 
|  | 3141 | <li><tt>sge</tt>: signed greater or equal</li> | 
|  | 3142 | <li><tt>slt</tt>: signed less than</li> | 
|  | 3143 | <li><tt>sle</tt>: signed less or equal</li> | 
|  | 3144 | </ol> | 
| Reid Spencer | 350f8aa | 2007-01-04 05:19:58 +0000 | [diff] [blame] | 3145 | <p>The remaining two arguments must be <a href="#t_integral">integral</a> or | 
|  | 3146 | <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] | 3147 | <h5>Semantics:</h5> | 
|  | 3148 | <p>The '<tt>icmp</tt>' compares <tt>var1</tt> and <tt>var2</tt> according to | 
|  | 3149 | the condition code given as <tt>cond</tt>. The comparison performed always | 
|  | 3150 | yields a <a href="#t_bool">bool</a> result, as follows: | 
|  | 3151 | <ol> | 
|  | 3152 | <li><tt>eq</tt>: yields <tt>true</tt> if the operands are equal, | 
|  | 3153 | <tt>false</tt> otherwise. No sign interpretation is necessary or performed. | 
|  | 3154 | </li> | 
|  | 3155 | <li><tt>ne</tt>: yields <tt>true</tt> if the operands are unequal, | 
|  | 3156 | <tt>false</tt> otherwise. No sign interpretation is necessary or performed. | 
|  | 3157 | <li><tt>ugt</tt>: interprets the operands as unsigned values and yields | 
|  | 3158 | <tt>true</tt> if <tt>var1</tt> is greater than <tt>var2</tt>.</li> | 
|  | 3159 | <li><tt>uge</tt>: interprets the operands as unsigned values and yields | 
|  | 3160 | <tt>true</tt> if <tt>var1</tt> is greater than or equal to <tt>var2</tt>.</li> | 
|  | 3161 | <li><tt>ult</tt>: interprets the operands as unsigned values and yields | 
|  | 3162 | <tt>true</tt> if <tt>var1</tt> is less than <tt>var2</tt>.</li> | 
|  | 3163 | <li><tt>ule</tt>: interprets the operands as unsigned values and yields | 
|  | 3164 | <tt>true</tt> if <tt>var1</tt> is less than or equal to <tt>var2</tt>.</li> | 
|  | 3165 | <li><tt>sgt</tt>: interprets the operands as signed values and yields | 
|  | 3166 | <tt>true</tt> if <tt>var1</tt> is greater than <tt>var2</tt>.</li> | 
|  | 3167 | <li><tt>sge</tt>: interprets the operands as signed values and yields | 
|  | 3168 | <tt>true</tt> if <tt>var1</tt> is greater than or equal to <tt>var2</tt>.</li> | 
|  | 3169 | <li><tt>slt</tt>: interprets the operands as signed values and yields | 
|  | 3170 | <tt>true</tt> if <tt>var1</tt> is less than <tt>var2</tt>.</li> | 
|  | 3171 | <li><tt>sle</tt>: interprets the operands as signed values and yields | 
|  | 3172 | <tt>true</tt> if <tt>var1</tt> is less than or equal to <tt>var2</tt>.</li> | 
|  | 3173 | </li> | 
|  | 3174 | </ol> | 
|  | 3175 | <p>If the operands are <a href="#t_pointer">pointer</a> typed, the pointer | 
|  | 3176 | values are treated as integers and then compared.</p> | 
|  | 3177 | <p>If the operands are <a href="#t_packed">packed</a> typed, the elements of | 
| Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3178 | the vector are compared in turn and the predicate must hold for all | 
|  | 3179 | elements.</p> | 
| Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3180 |  | 
|  | 3181 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3182 | <pre>  <result> = icmp eq i32 4, 5          <i>; yields: result=false</i> | 
|  | 3183 | <result> = icmp ne float* %X, %X     <i>; yields: result=false</i> | 
|  | 3184 | <result> = icmp ult i16  4, 5        <i>; yields: result=true</i> | 
|  | 3185 | <result> = icmp sgt i16  4, 5        <i>; yields: result=false</i> | 
|  | 3186 | <result> = icmp ule i16 -4, 5        <i>; yields: result=false</i> | 
|  | 3187 | <result> = icmp sge i16  4, 5        <i>; yields: result=false</i> | 
| Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3188 | </pre> | 
|  | 3189 | </div> | 
|  | 3190 |  | 
|  | 3191 | <!-- _______________________________________________________________________ --> | 
|  | 3192 | <div class="doc_subsubsection"><a name="i_fcmp">'<tt>fcmp</tt>' Instruction</a> | 
|  | 3193 | </div> | 
|  | 3194 | <div class="doc_text"> | 
|  | 3195 | <h5>Syntax:</h5> | 
|  | 3196 | <pre>  <result> = fcmp <cond> <ty> <var1>, <var2>   <i>; yields {bool}:result</i> | 
|  | 3197 | </pre> | 
|  | 3198 | <h5>Overview:</h5> | 
|  | 3199 | <p>The '<tt>fcmp</tt>' instruction returns a boolean value based on comparison | 
|  | 3200 | of its floating point operands.</p> | 
|  | 3201 | <h5>Arguments:</h5> | 
|  | 3202 | <p>The '<tt>fcmp</tt>' instruction takes three operands. The first operand is | 
|  | 3203 | the condition code which indicates the kind of comparison to perform. It is not | 
|  | 3204 | a value, just a keyword. The possibilities for the condition code are: | 
|  | 3205 | <ol> | 
| Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3206 | <li><tt>false</tt>: no comparison, always returns false</li> | 
| Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3207 | <li><tt>oeq</tt>: ordered and equal</li> | 
|  | 3208 | <li><tt>ogt</tt>: ordered and greater than </li> | 
|  | 3209 | <li><tt>oge</tt>: ordered and greater than or equal</li> | 
|  | 3210 | <li><tt>olt</tt>: ordered and less than </li> | 
|  | 3211 | <li><tt>ole</tt>: ordered and less than or equal</li> | 
|  | 3212 | <li><tt>one</tt>: ordered and not equal</li> | 
|  | 3213 | <li><tt>ord</tt>: ordered (no nans)</li> | 
|  | 3214 | <li><tt>ueq</tt>: unordered or equal</li> | 
|  | 3215 | <li><tt>ugt</tt>: unordered or greater than </li> | 
|  | 3216 | <li><tt>uge</tt>: unordered or greater than or equal</li> | 
|  | 3217 | <li><tt>ult</tt>: unordered or less than </li> | 
|  | 3218 | <li><tt>ule</tt>: unordered or less than or equal</li> | 
|  | 3219 | <li><tt>une</tt>: unordered or not equal</li> | 
|  | 3220 | <li><tt>uno</tt>: unordered (either nans)</li> | 
| Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3221 | <li><tt>true</tt>: no comparison, always returns true</li> | 
| Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3222 | </ol> | 
| Reid Spencer | 93a4985 | 2006-12-06 07:08:07 +0000 | [diff] [blame] | 3223 | <p>In the preceding, <i>ordered</i> means that neither operand is a QNAN while | 
|  | 3224 | <i>unordered</i> means that either operand may be a QNAN.</p> | 
| Reid Spencer | 350f8aa | 2007-01-04 05:19:58 +0000 | [diff] [blame] | 3225 | <p>The <tt>val1</tt> and <tt>val2</tt> arguments must be | 
|  | 3226 | <a href="#t_floating">floating point</a> typed.  They must have identical | 
|  | 3227 | types.</p> | 
| Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3228 | <p>In the foregoing, <i>ordered</i> means that neither operand is a QNAN and | 
|  | 3229 | <i>unordered</i> means that either operand is a QNAN.</p> | 
| Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3230 | <h5>Semantics:</h5> | 
|  | 3231 | <p>The '<tt>fcmp</tt>' compares <tt>var1</tt> and <tt>var2</tt> according to | 
|  | 3232 | the condition code given as <tt>cond</tt>. The comparison performed always | 
|  | 3233 | yields a <a href="#t_bool">bool</a> result, as follows: | 
|  | 3234 | <ol> | 
|  | 3235 | <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] | 3236 | <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] | 3237 | <tt>var1</tt> is equal to <tt>var2</tt>.</li> | 
| Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3238 | <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] | 3239 | <tt>var1</tt> is greather than <tt>var2</tt>.</li> | 
| Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3240 | <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] | 3241 | <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] | 3242 | <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] | 3243 | <tt>var1</tt> is less than <tt>var2</tt>.</li> | 
| Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3244 | <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] | 3245 | <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] | 3246 | <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] | 3247 | <tt>var1</tt> is not equal to <tt>var2</tt>.</li> | 
| Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3248 | <li><tt>ord</tt>: yields <tt>true</tt> if both operands are not a QNAN.</li> | 
|  | 3249 | <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] | 3250 | <tt>var1</tt> is equal to <tt>var2</tt>.</li> | 
| Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3251 | <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] | 3252 | <tt>var1</tt> is greater than <tt>var2</tt>.</li> | 
| Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3253 | <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] | 3254 | <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] | 3255 | <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] | 3256 | <tt>var1</tt> is less than <tt>var2</tt>.</li> | 
| Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3257 | <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] | 3258 | <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] | 3259 | <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] | 3260 | <tt>var1</tt> is not equal to <tt>var2</tt>.</li> | 
| Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3261 | <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] | 3262 | <li><tt>true</tt>: always yields <tt>true</tt>, regardless of operands.</li> | 
|  | 3263 | </ol> | 
|  | 3264 | <p>If the operands are <a href="#t_packed">packed</a> typed, the elements of | 
|  | 3265 | the vector are compared in turn and the predicate must hold for all elements. | 
| Reid Spencer | b7f2628 | 2006-11-19 03:00:14 +0000 | [diff] [blame] | 3266 | </p> | 
| Reid Spencer | f3a70a6 | 2006-11-18 21:50:54 +0000 | [diff] [blame] | 3267 |  | 
|  | 3268 | <h5>Example:</h5> | 
|  | 3269 | <pre>  <result> = fcmp oeq float 4.0, 5.0    <i>; yields: result=false</i> | 
|  | 3270 | <result> = icmp one float 4.0, 5.0    <i>; yields: result=true</i> | 
|  | 3271 | <result> = icmp olt float 4.0, 5.0    <i>; yields: result=true</i> | 
|  | 3272 | <result> = icmp ueq double 1.0, 2.0   <i>; yields: result=false</i> | 
|  | 3273 | </pre> | 
|  | 3274 | </div> | 
|  | 3275 |  | 
| Reid Spencer | 2fd21e6 | 2006-11-08 01:18:52 +0000 | [diff] [blame] | 3276 | <!-- _______________________________________________________________________ --> | 
|  | 3277 | <div class="doc_subsubsection"> <a name="i_phi">'<tt>phi</tt>' | 
|  | 3278 | Instruction</a> </div> | 
|  | 3279 | <div class="doc_text"> | 
|  | 3280 | <h5>Syntax:</h5> | 
|  | 3281 | <pre>  <result> = phi <ty> [ <val0>, <label0>], ...<br></pre> | 
|  | 3282 | <h5>Overview:</h5> | 
|  | 3283 | <p>The '<tt>phi</tt>' instruction is used to implement the φ node in | 
|  | 3284 | the SSA graph representing the function.</p> | 
|  | 3285 | <h5>Arguments:</h5> | 
|  | 3286 | <p>The type of the incoming values are specified with the first type | 
|  | 3287 | field. After this, the '<tt>phi</tt>' instruction takes a list of pairs | 
|  | 3288 | as arguments, with one pair for each predecessor basic block of the | 
|  | 3289 | current block.  Only values of <a href="#t_firstclass">first class</a> | 
|  | 3290 | type may be used as the value arguments to the PHI node.  Only labels | 
|  | 3291 | may be used as the label arguments.</p> | 
|  | 3292 | <p>There must be no non-phi instructions between the start of a basic | 
|  | 3293 | block and the PHI instructions: i.e. PHI instructions must be first in | 
|  | 3294 | a basic block.</p> | 
|  | 3295 | <h5>Semantics:</h5> | 
|  | 3296 | <p>At runtime, the '<tt>phi</tt>' instruction logically takes on the | 
|  | 3297 | value specified by the parameter, depending on which basic block we | 
|  | 3298 | came from in the last <a href="#terminators">terminator</a> instruction.</p> | 
|  | 3299 | <h5>Example:</h5> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3300 | <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] | 3301 | </div> | 
|  | 3302 |  | 
| Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 3303 | <!-- _______________________________________________________________________ --> | 
|  | 3304 | <div class="doc_subsubsection"> | 
|  | 3305 | <a name="i_select">'<tt>select</tt>' Instruction</a> | 
|  | 3306 | </div> | 
|  | 3307 |  | 
|  | 3308 | <div class="doc_text"> | 
|  | 3309 |  | 
|  | 3310 | <h5>Syntax:</h5> | 
|  | 3311 |  | 
|  | 3312 | <pre> | 
|  | 3313 | <result> = select bool <cond>, <ty> <val1>, <ty> <val2>             <i>; yields ty</i> | 
|  | 3314 | </pre> | 
|  | 3315 |  | 
|  | 3316 | <h5>Overview:</h5> | 
|  | 3317 |  | 
|  | 3318 | <p> | 
|  | 3319 | The '<tt>select</tt>' instruction is used to choose one value based on a | 
|  | 3320 | condition, without branching. | 
|  | 3321 | </p> | 
|  | 3322 |  | 
|  | 3323 |  | 
|  | 3324 | <h5>Arguments:</h5> | 
|  | 3325 |  | 
|  | 3326 | <p> | 
|  | 3327 | 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. | 
|  | 3328 | </p> | 
|  | 3329 |  | 
|  | 3330 | <h5>Semantics:</h5> | 
|  | 3331 |  | 
|  | 3332 | <p> | 
|  | 3333 | If the boolean condition evaluates to true, the instruction returns the first | 
| John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 3334 | value argument; otherwise, it returns the second value argument. | 
| Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 3335 | </p> | 
|  | 3336 |  | 
|  | 3337 | <h5>Example:</h5> | 
|  | 3338 |  | 
|  | 3339 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3340 | %X = select bool true, i8 17, i8 42          <i>; yields i8:17</i> | 
| Chris Lattner | cc37aae | 2004-03-12 05:50:16 +0000 | [diff] [blame] | 3341 | </pre> | 
|  | 3342 | </div> | 
|  | 3343 |  | 
| Robert Bocchino | 05ccd70 | 2006-01-15 20:48:27 +0000 | [diff] [blame] | 3344 |  | 
|  | 3345 | <!-- _______________________________________________________________________ --> | 
|  | 3346 | <div class="doc_subsubsection"> | 
| Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3347 | <a name="i_call">'<tt>call</tt>' Instruction</a> | 
|  | 3348 | </div> | 
|  | 3349 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3350 | <div class="doc_text"> | 
| Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3351 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 3352 | <h5>Syntax:</h5> | 
| Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3353 | <pre> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 3354 | <result> = [tail] call [<a href="#callingconv">cconv</a>] <ty>* <fnptrval>(<param list>) | 
| Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3355 | </pre> | 
|  | 3356 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 3357 | <h5>Overview:</h5> | 
| Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3358 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3359 | <p>The '<tt>call</tt>' instruction represents a simple function call.</p> | 
| Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3360 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 3361 | <h5>Arguments:</h5> | 
| Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3362 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3363 | <p>This instruction requires several arguments:</p> | 
| Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3364 |  | 
| Chris Lattner | 6536cfe | 2002-05-06 22:08:29 +0000 | [diff] [blame] | 3365 | <ol> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3366 | <li> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 3367 | <p>The optional "tail" marker indicates whether the callee function accesses | 
|  | 3368 | 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] | 3369 | function call is eligible for tail call optimization.  Note that calls may | 
|  | 3370 | be marked "tail" even if they do not occur before a <a | 
|  | 3371 | href="#i_ret"><tt>ret</tt></a> instruction. | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3372 | </li> | 
|  | 3373 | <li> | 
| Chris Lattner | bad10ee | 2005-05-06 22:57:40 +0000 | [diff] [blame] | 3374 | <p>The optional "cconv" marker indicates which <a href="callingconv">calling | 
|  | 3375 | convention</a> the call should use.  If none is specified, the call defaults | 
|  | 3376 | to using C calling conventions. | 
|  | 3377 | </li> | 
|  | 3378 | <li> | 
| Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3379 | <p>'<tt>ty</tt>': shall be the signature of the pointer to function value | 
|  | 3380 | being invoked.  The argument types must match the types implied by this | 
| John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 3381 | signature.  This type can be omitted if the function is not varargs and | 
|  | 3382 | 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] | 3383 | </li> | 
|  | 3384 | <li> | 
|  | 3385 | <p>'<tt>fnptrval</tt>': An LLVM value containing a pointer to a function to | 
|  | 3386 | be invoked. In most cases, this is a direct function invocation, but | 
|  | 3387 | 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] | 3388 | to function value.</p> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3389 | </li> | 
|  | 3390 | <li> | 
|  | 3391 | <p>'<tt>function args</tt>': argument list whose types match the | 
| Reid Spencer | a7e302a | 2005-05-01 22:22:57 +0000 | [diff] [blame] | 3392 | function signature argument types. All arguments must be of | 
|  | 3393 | <a href="#t_firstclass">first class</a> type. If the function signature | 
|  | 3394 | indicates the function accepts a variable number of arguments, the extra | 
|  | 3395 | arguments can be specified.</p> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3396 | </li> | 
| Chris Lattner | 6536cfe | 2002-05-06 22:08:29 +0000 | [diff] [blame] | 3397 | </ol> | 
| Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3398 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 3399 | <h5>Semantics:</h5> | 
| Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3400 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3401 | <p>The '<tt>call</tt>' instruction is used to cause control flow to | 
|  | 3402 | transfer to a specified function, with its incoming arguments bound to | 
|  | 3403 | the specified values. Upon a '<tt><a href="#i_ret">ret</a></tt>' | 
|  | 3404 | instruction in the called function, control flow continues with the | 
|  | 3405 | instruction after the function call, and the return value of the | 
|  | 3406 | function is bound to the result argument.  This is a simpler case of | 
|  | 3407 | the <a href="#i_invoke">invoke</a> instruction.</p> | 
| Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3408 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 3409 | <h5>Example:</h5> | 
| Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3410 |  | 
|  | 3411 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3412 | %retval = call i32 %test(i32 %argc) | 
|  | 3413 | call i32(i8 *, ...) *%printf(i8 * %msg, i32 12, i8  42); | 
|  | 3414 | %X = tail call i32 %foo() | 
|  | 3415 | %Y = tail call <a href="#callingconv">fastcc</a> i32 %foo() | 
| Chris Lattner | 2bff524 | 2005-05-06 05:47:36 +0000 | [diff] [blame] | 3416 | </pre> | 
|  | 3417 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3418 | </div> | 
| Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3419 |  | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3420 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3421 | <div class="doc_subsubsection"> | 
| Chris Lattner | fb6977d | 2006-01-13 23:26:01 +0000 | [diff] [blame] | 3422 | <a name="i_va_arg">'<tt>va_arg</tt>' Instruction</a> | 
| Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3423 | </div> | 
|  | 3424 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3425 | <div class="doc_text"> | 
| Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3426 |  | 
| Chris Lattner | 8d1a81d | 2003-10-18 05:51:36 +0000 | [diff] [blame] | 3427 | <h5>Syntax:</h5> | 
| Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3428 |  | 
|  | 3429 | <pre> | 
| Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3430 | <resultval> = va_arg <va_list*> <arglist>, <argty> | 
| Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3431 | </pre> | 
|  | 3432 |  | 
| Chris Lattner | 8d1a81d | 2003-10-18 05:51:36 +0000 | [diff] [blame] | 3433 | <h5>Overview:</h5> | 
| Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3434 |  | 
| Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3435 | <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] | 3436 | the "variable argument" area of a function call.  It is used to implement the | 
|  | 3437 | <tt>va_arg</tt> macro in C.</p> | 
|  | 3438 |  | 
| Chris Lattner | 8d1a81d | 2003-10-18 05:51:36 +0000 | [diff] [blame] | 3439 | <h5>Arguments:</h5> | 
| Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3440 |  | 
| Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3441 | <p>This instruction takes a <tt>va_list*</tt> value and the type of | 
|  | 3442 | the argument. It returns a value of the specified argument type and | 
| Jeff Cohen | 25d4f7e | 2005-11-11 02:15:27 +0000 | [diff] [blame] | 3443 | increments the <tt>va_list</tt> to point to the next argument.  Again, the | 
| Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3444 | actual type of <tt>va_list</tt> is target specific.</p> | 
| Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3445 |  | 
| Chris Lattner | 8d1a81d | 2003-10-18 05:51:36 +0000 | [diff] [blame] | 3446 | <h5>Semantics:</h5> | 
| Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3447 |  | 
| Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3448 | <p>The '<tt>va_arg</tt>' instruction loads an argument of the specified | 
|  | 3449 | type from the specified <tt>va_list</tt> and causes the | 
|  | 3450 | <tt>va_list</tt> to point to the next argument.  For more information, | 
|  | 3451 | see the variable argument handling <a href="#int_varargs">Intrinsic | 
|  | 3452 | Functions</a>.</p> | 
| Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3453 |  | 
|  | 3454 | <p>It is legal for this instruction to be called in a function which does not | 
|  | 3455 | take a variable number of arguments, for example, the <tt>vfprintf</tt> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3456 | function.</p> | 
| Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3457 |  | 
| Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3458 | <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] | 3459 | href="#intrinsics">intrinsic function</a> because it takes a type as an | 
| Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3460 | argument.</p> | 
|  | 3461 |  | 
| Chris Lattner | 8d1a81d | 2003-10-18 05:51:36 +0000 | [diff] [blame] | 3462 | <h5>Example:</h5> | 
| Chris Lattner | e19d7a7 | 2004-09-27 21:51:25 +0000 | [diff] [blame] | 3463 |  | 
|  | 3464 | <p>See the <a href="#int_varargs">variable argument processing</a> section.</p> | 
|  | 3465 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3466 | </div> | 
| Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3467 |  | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3468 | <!-- *********************************************************************** --> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3469 | <div class="doc_section"> <a name="intrinsics">Intrinsic Functions</a> </div> | 
|  | 3470 | <!-- *********************************************************************** --> | 
| Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3471 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3472 | <div class="doc_text"> | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3473 |  | 
|  | 3474 | <p>LLVM supports the notion of an "intrinsic function".  These functions have | 
| John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 3475 | well known names and semantics and are required to follow certain | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3476 | restrictions. Overall, these instructions represent an extension mechanism for | 
|  | 3477 | the LLVM language that does not require changing all of the transformations in | 
|  | 3478 | LLVM to add to the language (or the bytecode reader/writer, the parser, | 
|  | 3479 | etc...).</p> | 
|  | 3480 |  | 
| John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 3481 | <p>Intrinsic function names must all start with an "<tt>llvm.</tt>" prefix. This | 
|  | 3482 | prefix is reserved in LLVM for intrinsic names; thus, functions may not be named | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3483 | this.  Intrinsic functions must always be external functions: you cannot define | 
|  | 3484 | the body of intrinsic functions.  Intrinsic functions may only be used in call | 
|  | 3485 | or invoke instructions: it is illegal to take the address of an intrinsic | 
|  | 3486 | function.  Additionally, because intrinsic functions are part of the LLVM | 
|  | 3487 | language, it is required that they all be documented here if any are added.</p> | 
|  | 3488 |  | 
|  | 3489 |  | 
| John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 3490 | <p>To learn how to add an intrinsic function, please see the <a | 
| Chris Lattner | 590cff3 | 2005-05-11 03:35:57 +0000 | [diff] [blame] | 3491 | href="ExtendingLLVM.html">Extending LLVM Guide</a>. | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3492 | </p> | 
|  | 3493 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3494 | </div> | 
| Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3495 |  | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3496 | <!-- ======================================================================= --> | 
| Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3497 | <div class="doc_subsection"> | 
|  | 3498 | <a name="int_varargs">Variable Argument Handling Intrinsics</a> | 
|  | 3499 | </div> | 
|  | 3500 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3501 | <div class="doc_text"> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3502 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3503 | <p>Variable argument support is defined in LLVM with the <a | 
| Chris Lattner | fb6977d | 2006-01-13 23:26:01 +0000 | [diff] [blame] | 3504 | 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] | 3505 | intrinsic functions.  These functions are related to the similarly | 
|  | 3506 | named macros defined in the <tt><stdarg.h></tt> header file.</p> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3507 |  | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3508 | <p>All of these functions operate on arguments that use a | 
|  | 3509 | target-specific value type "<tt>va_list</tt>".  The LLVM assembly | 
|  | 3510 | language reference manual does not define what this type is, so all | 
|  | 3511 | transformations should be prepared to handle intrinsics with any type | 
|  | 3512 | used.</p> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3513 |  | 
| Chris Lattner | 374ab30 | 2006-05-15 17:26:46 +0000 | [diff] [blame] | 3514 | <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] | 3515 | instruction and the variable argument handling intrinsic functions are | 
|  | 3516 | used.</p> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3517 |  | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3518 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3519 | define i32 %test(i32 %X, ...) { | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3520 | ; Initialize variable argument processing | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3521 | %ap = alloca i8 * | 
|  | 3522 | call void %<a href="#i_va_start">llvm.va_start</a>(i8 ** %ap) | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3523 |  | 
|  | 3524 | ; Read a single integer argument | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3525 | %tmp = va_arg i8 ** %ap, i32 | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3526 |  | 
|  | 3527 | ; Demonstrate usage of llvm.va_copy and llvm.va_end | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3528 | %aq = alloca i8 * | 
|  | 3529 | call void %<a href="#i_va_copy">llvm.va_copy</a>(i8 ** %aq, i8 ** %ap) | 
|  | 3530 | call void %<a href="#i_va_end">llvm.va_end</a>(i8 ** %aq) | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3531 |  | 
|  | 3532 | ; Stop processing of arguments. | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3533 | call void %<a href="#i_va_end">llvm.va_end</a>(i8 ** %ap) | 
|  | 3534 | ret i32 %tmp | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3535 | } | 
|  | 3536 | </pre> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3537 | </div> | 
| Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3538 |  | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3539 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3540 | <div class="doc_subsubsection"> | 
|  | 3541 | <a name="i_va_start">'<tt>llvm.va_start</tt>' Intrinsic</a> | 
|  | 3542 | </div> | 
|  | 3543 |  | 
|  | 3544 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3545 | <div class="doc_text"> | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3546 | <h5>Syntax:</h5> | 
| Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3547 | <pre>  declare void %llvm.va_start(<va_list>* <arglist>)<br></pre> | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3548 | <h5>Overview:</h5> | 
| Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3549 | <P>The '<tt>llvm.va_start</tt>' intrinsic initializes | 
|  | 3550 | <tt>*<arglist></tt> for subsequent use by <tt><a | 
|  | 3551 | href="#i_va_arg">va_arg</a></tt>.</p> | 
|  | 3552 |  | 
|  | 3553 | <h5>Arguments:</h5> | 
|  | 3554 |  | 
|  | 3555 | <P>The argument is a pointer to a <tt>va_list</tt> element to initialize.</p> | 
|  | 3556 |  | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3557 | <h5>Semantics:</h5> | 
| Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3558 |  | 
|  | 3559 | <P>The '<tt>llvm.va_start</tt>' intrinsic works just like the <tt>va_start</tt> | 
|  | 3560 | macro available in C.  In a target-dependent way, it initializes the | 
|  | 3561 | <tt>va_list</tt> element the argument points to, so that the next call to | 
|  | 3562 | <tt>va_arg</tt> will produce the first variable argument passed to the function. | 
|  | 3563 | Unlike the C <tt>va_start</tt> macro, this intrinsic does not need to know the | 
|  | 3564 | last argument of the function, the compiler can figure that out.</p> | 
|  | 3565 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3566 | </div> | 
| Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3567 |  | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3568 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3569 | <div class="doc_subsubsection"> | 
|  | 3570 | <a name="i_va_end">'<tt>llvm.va_end</tt>' Intrinsic</a> | 
|  | 3571 | </div> | 
|  | 3572 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3573 | <div class="doc_text"> | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3574 | <h5>Syntax:</h5> | 
| Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3575 | <pre>  declare void %llvm.va_end(<va_list*> <arglist>)<br></pre> | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3576 | <h5>Overview:</h5> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3577 | <p>The '<tt>llvm.va_end</tt>' intrinsic destroys <tt><arglist></tt> | 
|  | 3578 | which has been initialized previously with <tt><a href="#i_va_start">llvm.va_start</a></tt> | 
|  | 3579 | or <tt><a href="#i_va_copy">llvm.va_copy</a></tt>.</p> | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3580 | <h5>Arguments:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3581 | <p>The argument is a <tt>va_list</tt> to destroy.</p> | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3582 | <h5>Semantics:</h5> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3583 | <p>The '<tt>llvm.va_end</tt>' intrinsic works just like the <tt>va_end</tt> | 
| Chris Lattner | 261efe9 | 2003-11-25 01:02:51 +0000 | [diff] [blame] | 3584 | macro available in C.  In a target-dependent way, it destroys the <tt>va_list</tt>. | 
|  | 3585 | Calls to <a href="#i_va_start"><tt>llvm.va_start</tt></a> and <a | 
|  | 3586 | href="#i_va_copy"><tt>llvm.va_copy</tt></a> must be matched exactly | 
|  | 3587 | with calls to <tt>llvm.va_end</tt>.</p> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3588 | </div> | 
| Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3589 |  | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3590 | <!-- _______________________________________________________________________ --> | 
| Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3591 | <div class="doc_subsubsection"> | 
|  | 3592 | <a name="i_va_copy">'<tt>llvm.va_copy</tt>' Intrinsic</a> | 
|  | 3593 | </div> | 
|  | 3594 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3595 | <div class="doc_text"> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3596 |  | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3597 | <h5>Syntax:</h5> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3598 |  | 
|  | 3599 | <pre> | 
| Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3600 | declare void %llvm.va_copy(<va_list>* <destarglist>, | 
| Andrew Lenharth | d0a4c62 | 2005-06-22 20:38:11 +0000 | [diff] [blame] | 3601 | <va_list>* <srcarglist>) | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3602 | </pre> | 
|  | 3603 |  | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3604 | <h5>Overview:</h5> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3605 |  | 
| Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3606 | <p>The '<tt>llvm.va_copy</tt>' intrinsic copies the current argument position from | 
|  | 3607 | the source argument list to the destination argument list.</p> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3608 |  | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3609 | <h5>Arguments:</h5> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3610 |  | 
| Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3611 | <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] | 3612 | 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] | 3613 |  | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3614 |  | 
| Chris Lattner | d9ad5b3 | 2003-05-08 04:57:36 +0000 | [diff] [blame] | 3615 | <h5>Semantics:</h5> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3616 |  | 
| Andrew Lenharth | 8bf607a | 2005-06-18 18:28:17 +0000 | [diff] [blame] | 3617 | <p>The '<tt>llvm.va_copy</tt>' intrinsic works just like the <tt>va_copy</tt> macro | 
|  | 3618 | available in C.  In a target-dependent way, it copies the source | 
|  | 3619 | <tt>va_list</tt> element into the destination list.  This intrinsic is necessary | 
|  | 3620 | because the <tt><a href="i_va_begin">llvm.va_begin</a></tt> intrinsic may be | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3621 | arbitrarily complex and require memory allocation, for example.</p> | 
|  | 3622 |  | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 3623 | </div> | 
| Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 3624 |  | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 3625 | <!-- ======================================================================= --> | 
|  | 3626 | <div class="doc_subsection"> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3627 | <a name="int_gc">Accurate Garbage Collection Intrinsics</a> | 
|  | 3628 | </div> | 
|  | 3629 |  | 
|  | 3630 | <div class="doc_text"> | 
|  | 3631 |  | 
|  | 3632 | <p> | 
|  | 3633 | LLVM support for <a href="GarbageCollection.html">Accurate Garbage | 
|  | 3634 | Collection</a> requires the implementation and generation of these intrinsics. | 
|  | 3635 | These intrinsics allow identification of <a href="#i_gcroot">GC roots on the | 
|  | 3636 | stack</a>, as well as garbage collector implementations that require <a | 
|  | 3637 | href="#i_gcread">read</a> and <a href="#i_gcwrite">write</a> barriers. | 
|  | 3638 | Front-ends for type-safe garbage collected languages should generate these | 
|  | 3639 | intrinsics to make use of the LLVM garbage collectors.  For more details, see <a | 
|  | 3640 | href="GarbageCollection.html">Accurate Garbage Collection with LLVM</a>. | 
|  | 3641 | </p> | 
|  | 3642 | </div> | 
|  | 3643 |  | 
|  | 3644 | <!-- _______________________________________________________________________ --> | 
|  | 3645 | <div class="doc_subsubsection"> | 
|  | 3646 | <a name="i_gcroot">'<tt>llvm.gcroot</tt>' Intrinsic</a> | 
|  | 3647 | </div> | 
|  | 3648 |  | 
|  | 3649 | <div class="doc_text"> | 
|  | 3650 |  | 
|  | 3651 | <h5>Syntax:</h5> | 
|  | 3652 |  | 
|  | 3653 | <pre> | 
| Reid Spencer | a8d451e | 2005-04-26 20:50:44 +0000 | [diff] [blame] | 3654 | declare void %llvm.gcroot(<ty>** %ptrloc, <ty2>* %metadata) | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3655 | </pre> | 
|  | 3656 |  | 
|  | 3657 | <h5>Overview:</h5> | 
|  | 3658 |  | 
| John Criswell | 9e2485c | 2004-12-10 15:51:16 +0000 | [diff] [blame] | 3659 | <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] | 3660 | the code generator, and allows some metadata to be associated with it.</p> | 
|  | 3661 |  | 
|  | 3662 | <h5>Arguments:</h5> | 
|  | 3663 |  | 
|  | 3664 | <p>The first argument specifies the address of a stack object that contains the | 
|  | 3665 | root pointer.  The second pointer (which must be either a constant or a global | 
|  | 3666 | value address) contains the meta-data to be associated with the root.</p> | 
|  | 3667 |  | 
|  | 3668 | <h5>Semantics:</h5> | 
|  | 3669 |  | 
|  | 3670 | <p>At runtime, a call to this intrinsics stores a null pointer into the "ptrloc" | 
|  | 3671 | location.  At compile-time, the code generator generates information to allow | 
|  | 3672 | the runtime to find the pointer at GC safe points. | 
|  | 3673 | </p> | 
|  | 3674 |  | 
|  | 3675 | </div> | 
|  | 3676 |  | 
|  | 3677 |  | 
|  | 3678 | <!-- _______________________________________________________________________ --> | 
|  | 3679 | <div class="doc_subsubsection"> | 
|  | 3680 | <a name="i_gcread">'<tt>llvm.gcread</tt>' Intrinsic</a> | 
|  | 3681 | </div> | 
|  | 3682 |  | 
|  | 3683 | <div class="doc_text"> | 
|  | 3684 |  | 
|  | 3685 | <h5>Syntax:</h5> | 
|  | 3686 |  | 
|  | 3687 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3688 | declare i8 * %llvm.gcread(i8 * %ObjPtr, i8 ** %Ptr) | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3689 | </pre> | 
|  | 3690 |  | 
|  | 3691 | <h5>Overview:</h5> | 
|  | 3692 |  | 
|  | 3693 | <p>The '<tt>llvm.gcread</tt>' intrinsic identifies reads of references from heap | 
|  | 3694 | locations, allowing garbage collector implementations that require read | 
|  | 3695 | barriers.</p> | 
|  | 3696 |  | 
|  | 3697 | <h5>Arguments:</h5> | 
|  | 3698 |  | 
| Chris Lattner | 80626e9 | 2006-03-14 20:02:51 +0000 | [diff] [blame] | 3699 | <p>The second argument is the address to read from, which should be an address | 
|  | 3700 | allocated from the garbage collector.  The first object is a pointer to the | 
|  | 3701 | start of the referenced object, if needed by the language runtime (otherwise | 
|  | 3702 | null).</p> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3703 |  | 
|  | 3704 | <h5>Semantics:</h5> | 
|  | 3705 |  | 
|  | 3706 | <p>The '<tt>llvm.gcread</tt>' intrinsic has the same semantics as a load | 
|  | 3707 | instruction, but may be replaced with substantially more complex code by the | 
|  | 3708 | garbage collector runtime, as needed.</p> | 
|  | 3709 |  | 
|  | 3710 | </div> | 
|  | 3711 |  | 
|  | 3712 |  | 
|  | 3713 | <!-- _______________________________________________________________________ --> | 
|  | 3714 | <div class="doc_subsubsection"> | 
|  | 3715 | <a name="i_gcwrite">'<tt>llvm.gcwrite</tt>' Intrinsic</a> | 
|  | 3716 | </div> | 
|  | 3717 |  | 
|  | 3718 | <div class="doc_text"> | 
|  | 3719 |  | 
|  | 3720 | <h5>Syntax:</h5> | 
|  | 3721 |  | 
|  | 3722 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3723 | declare void %llvm.gcwrite(i8 * %P1, i8 * %Obj, i8 ** %P2) | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3724 | </pre> | 
|  | 3725 |  | 
|  | 3726 | <h5>Overview:</h5> | 
|  | 3727 |  | 
|  | 3728 | <p>The '<tt>llvm.gcwrite</tt>' intrinsic identifies writes of references to heap | 
|  | 3729 | locations, allowing garbage collector implementations that require write | 
|  | 3730 | barriers (such as generational or reference counting collectors).</p> | 
|  | 3731 |  | 
|  | 3732 | <h5>Arguments:</h5> | 
|  | 3733 |  | 
| Chris Lattner | 80626e9 | 2006-03-14 20:02:51 +0000 | [diff] [blame] | 3734 | <p>The first argument is the reference to store, the second is the start of the | 
|  | 3735 | object to store it to, and the third is the address of the field of Obj to | 
|  | 3736 | store to.  If the runtime does not require a pointer to the object, Obj may be | 
|  | 3737 | null.</p> | 
| Chris Lattner | d792391 | 2004-05-23 21:06:01 +0000 | [diff] [blame] | 3738 |  | 
|  | 3739 | <h5>Semantics:</h5> | 
|  | 3740 |  | 
|  | 3741 | <p>The '<tt>llvm.gcwrite</tt>' intrinsic has the same semantics as a store | 
|  | 3742 | instruction, but may be replaced with substantially more complex code by the | 
|  | 3743 | garbage collector runtime, as needed.</p> | 
|  | 3744 |  | 
|  | 3745 | </div> | 
|  | 3746 |  | 
|  | 3747 |  | 
|  | 3748 |  | 
|  | 3749 | <!-- ======================================================================= --> | 
|  | 3750 | <div class="doc_subsection"> | 
| Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 3751 | <a name="int_codegen">Code Generator Intrinsics</a> | 
|  | 3752 | </div> | 
|  | 3753 |  | 
|  | 3754 | <div class="doc_text"> | 
|  | 3755 | <p> | 
|  | 3756 | These intrinsics are provided by LLVM to expose special features that may only | 
|  | 3757 | be implemented with code generator support. | 
|  | 3758 | </p> | 
|  | 3759 |  | 
|  | 3760 | </div> | 
|  | 3761 |  | 
|  | 3762 | <!-- _______________________________________________________________________ --> | 
|  | 3763 | <div class="doc_subsubsection"> | 
|  | 3764 | <a name="i_returnaddress">'<tt>llvm.returnaddress</tt>' Intrinsic</a> | 
|  | 3765 | </div> | 
|  | 3766 |  | 
|  | 3767 | <div class="doc_text"> | 
|  | 3768 |  | 
|  | 3769 | <h5>Syntax:</h5> | 
|  | 3770 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3771 | declare i8  *%llvm.returnaddress(i32 <level>) | 
| Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 3772 | </pre> | 
|  | 3773 |  | 
|  | 3774 | <h5>Overview:</h5> | 
|  | 3775 |  | 
|  | 3776 | <p> | 
| Chris Lattner | 32b5d71 | 2006-10-15 20:05:59 +0000 | [diff] [blame] | 3777 | The '<tt>llvm.returnaddress</tt>' intrinsic attempts to compute a | 
|  | 3778 | target-specific value indicating the return address of the current function | 
|  | 3779 | or one of its callers. | 
| Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 3780 | </p> | 
|  | 3781 |  | 
|  | 3782 | <h5>Arguments:</h5> | 
|  | 3783 |  | 
|  | 3784 | <p> | 
|  | 3785 | The argument to this intrinsic indicates which function to return the address | 
|  | 3786 | for.  Zero indicates the calling function, one indicates its caller, etc.  The | 
|  | 3787 | argument is <b>required</b> to be a constant integer value. | 
|  | 3788 | </p> | 
|  | 3789 |  | 
|  | 3790 | <h5>Semantics:</h5> | 
|  | 3791 |  | 
|  | 3792 | <p> | 
|  | 3793 | The '<tt>llvm.returnaddress</tt>' intrinsic either returns a pointer indicating | 
|  | 3794 | the return address of the specified call frame, or zero if it cannot be | 
|  | 3795 | identified.  The value returned by this intrinsic is likely to be incorrect or 0 | 
|  | 3796 | for arguments other than zero, so it should only be used for debugging purposes. | 
|  | 3797 | </p> | 
|  | 3798 |  | 
|  | 3799 | <p> | 
|  | 3800 | Note that calling this intrinsic does not prevent function inlining or other | 
| Chris Lattner | b40bb38 | 2005-03-07 20:30:51 +0000 | [diff] [blame] | 3801 | 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] | 3802 | source-language caller. | 
|  | 3803 | </p> | 
|  | 3804 | </div> | 
|  | 3805 |  | 
|  | 3806 |  | 
|  | 3807 | <!-- _______________________________________________________________________ --> | 
|  | 3808 | <div class="doc_subsubsection"> | 
|  | 3809 | <a name="i_frameaddress">'<tt>llvm.frameaddress</tt>' Intrinsic</a> | 
|  | 3810 | </div> | 
|  | 3811 |  | 
|  | 3812 | <div class="doc_text"> | 
|  | 3813 |  | 
|  | 3814 | <h5>Syntax:</h5> | 
|  | 3815 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3816 | declare i8  *%llvm.frameaddress(i32 <level>) | 
| Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 3817 | </pre> | 
|  | 3818 |  | 
|  | 3819 | <h5>Overview:</h5> | 
|  | 3820 |  | 
|  | 3821 | <p> | 
| Chris Lattner | 32b5d71 | 2006-10-15 20:05:59 +0000 | [diff] [blame] | 3822 | The '<tt>llvm.frameaddress</tt>' intrinsic attempts to return the | 
|  | 3823 | target-specific frame pointer value for the specified stack frame. | 
| Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 3824 | </p> | 
|  | 3825 |  | 
|  | 3826 | <h5>Arguments:</h5> | 
|  | 3827 |  | 
|  | 3828 | <p> | 
|  | 3829 | The argument to this intrinsic indicates which function to return the frame | 
|  | 3830 | pointer for.  Zero indicates the calling function, one indicates its caller, | 
|  | 3831 | etc.  The argument is <b>required</b> to be a constant integer value. | 
|  | 3832 | </p> | 
|  | 3833 |  | 
|  | 3834 | <h5>Semantics:</h5> | 
|  | 3835 |  | 
|  | 3836 | <p> | 
|  | 3837 | The '<tt>llvm.frameaddress</tt>' intrinsic either returns a pointer indicating | 
|  | 3838 | the frame address of the specified call frame, or zero if it cannot be | 
|  | 3839 | identified.  The value returned by this intrinsic is likely to be incorrect or 0 | 
|  | 3840 | for arguments other than zero, so it should only be used for debugging purposes. | 
|  | 3841 | </p> | 
|  | 3842 |  | 
|  | 3843 | <p> | 
|  | 3844 | Note that calling this intrinsic does not prevent function inlining or other | 
| Chris Lattner | b40bb38 | 2005-03-07 20:30:51 +0000 | [diff] [blame] | 3845 | 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] | 3846 | source-language caller. | 
|  | 3847 | </p> | 
|  | 3848 | </div> | 
|  | 3849 |  | 
| Chris Lattner | 9a9d7ac | 2005-02-28 19:24:19 +0000 | [diff] [blame] | 3850 | <!-- _______________________________________________________________________ --> | 
|  | 3851 | <div class="doc_subsubsection"> | 
| Chris Lattner | 57e1f39 | 2006-01-13 02:03:13 +0000 | [diff] [blame] | 3852 | <a name="i_stacksave">'<tt>llvm.stacksave</tt>' Intrinsic</a> | 
|  | 3853 | </div> | 
|  | 3854 |  | 
|  | 3855 | <div class="doc_text"> | 
|  | 3856 |  | 
|  | 3857 | <h5>Syntax:</h5> | 
|  | 3858 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3859 | declare i8  *%llvm.stacksave() | 
| Chris Lattner | 57e1f39 | 2006-01-13 02:03:13 +0000 | [diff] [blame] | 3860 | </pre> | 
|  | 3861 |  | 
|  | 3862 | <h5>Overview:</h5> | 
|  | 3863 |  | 
|  | 3864 | <p> | 
|  | 3865 | The '<tt>llvm.stacksave</tt>' intrinsic is used to remember the current state of | 
|  | 3866 | the function stack, for use with <a href="#i_stackrestore"> | 
|  | 3867 | <tt>llvm.stackrestore</tt></a>.  This is useful for implementing language | 
|  | 3868 | features like scoped automatic variable sized arrays in C99. | 
|  | 3869 | </p> | 
|  | 3870 |  | 
|  | 3871 | <h5>Semantics:</h5> | 
|  | 3872 |  | 
|  | 3873 | <p> | 
|  | 3874 | This intrinsic returns a opaque pointer value that can be passed to <a | 
|  | 3875 | href="#i_stackrestore"><tt>llvm.stackrestore</tt></a>.  When an | 
|  | 3876 | <tt>llvm.stackrestore</tt> intrinsic is executed with a value saved from | 
|  | 3877 | <tt>llvm.stacksave</tt>, it effectively restores the state of the stack to the | 
|  | 3878 | state it was in when the <tt>llvm.stacksave</tt> intrinsic executed.  In | 
|  | 3879 | practice, this pops any <a href="#i_alloca">alloca</a> blocks from the stack | 
|  | 3880 | that were allocated after the <tt>llvm.stacksave</tt> was executed. | 
|  | 3881 | </p> | 
|  | 3882 |  | 
|  | 3883 | </div> | 
|  | 3884 |  | 
|  | 3885 | <!-- _______________________________________________________________________ --> | 
|  | 3886 | <div class="doc_subsubsection"> | 
|  | 3887 | <a name="i_stackrestore">'<tt>llvm.stackrestore</tt>' Intrinsic</a> | 
|  | 3888 | </div> | 
|  | 3889 |  | 
|  | 3890 | <div class="doc_text"> | 
|  | 3891 |  | 
|  | 3892 | <h5>Syntax:</h5> | 
|  | 3893 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3894 | declare void %llvm.stackrestore(i8 * %ptr) | 
| Chris Lattner | 57e1f39 | 2006-01-13 02:03:13 +0000 | [diff] [blame] | 3895 | </pre> | 
|  | 3896 |  | 
|  | 3897 | <h5>Overview:</h5> | 
|  | 3898 |  | 
|  | 3899 | <p> | 
|  | 3900 | The '<tt>llvm.stackrestore</tt>' intrinsic is used to restore the state of | 
|  | 3901 | the function stack to the state it was in when the corresponding <a | 
|  | 3902 | href="#llvm.stacksave"><tt>llvm.stacksave</tt></a> intrinsic executed.  This is | 
|  | 3903 | useful for implementing language features like scoped automatic variable sized | 
|  | 3904 | arrays in C99. | 
|  | 3905 | </p> | 
|  | 3906 |  | 
|  | 3907 | <h5>Semantics:</h5> | 
|  | 3908 |  | 
|  | 3909 | <p> | 
|  | 3910 | See the description for <a href="#i_stacksave"><tt>llvm.stacksave</tt></a>. | 
|  | 3911 | </p> | 
|  | 3912 |  | 
|  | 3913 | </div> | 
|  | 3914 |  | 
|  | 3915 |  | 
|  | 3916 | <!-- _______________________________________________________________________ --> | 
|  | 3917 | <div class="doc_subsubsection"> | 
| Chris Lattner | 9a9d7ac | 2005-02-28 19:24:19 +0000 | [diff] [blame] | 3918 | <a name="i_prefetch">'<tt>llvm.prefetch</tt>' Intrinsic</a> | 
|  | 3919 | </div> | 
|  | 3920 |  | 
|  | 3921 | <div class="doc_text"> | 
|  | 3922 |  | 
|  | 3923 | <h5>Syntax:</h5> | 
|  | 3924 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3925 | declare void %llvm.prefetch(i8  * <address>, | 
|  | 3926 | i32 <rw>, i32 <locality>) | 
| Chris Lattner | 9a9d7ac | 2005-02-28 19:24:19 +0000 | [diff] [blame] | 3927 | </pre> | 
|  | 3928 |  | 
|  | 3929 | <h5>Overview:</h5> | 
|  | 3930 |  | 
|  | 3931 |  | 
|  | 3932 | <p> | 
|  | 3933 | 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] | 3934 | a prefetch instruction if supported; otherwise, it is a noop.  Prefetches have | 
|  | 3935 | no | 
|  | 3936 | effect on the behavior of the program but can change its performance | 
| Chris Lattner | 2a61536 | 2005-02-28 19:47:14 +0000 | [diff] [blame] | 3937 | characteristics. | 
| Chris Lattner | 9a9d7ac | 2005-02-28 19:24:19 +0000 | [diff] [blame] | 3938 | </p> | 
|  | 3939 |  | 
|  | 3940 | <h5>Arguments:</h5> | 
|  | 3941 |  | 
|  | 3942 | <p> | 
|  | 3943 | <tt>address</tt> is the address to be prefetched, <tt>rw</tt> is the specifier | 
|  | 3944 | determining if the fetch should be for a read (0) or write (1), and | 
|  | 3945 | <tt>locality</tt> is a temporal locality specifier ranging from (0) - no | 
| Chris Lattner | aeffb4a | 2005-03-07 20:31:38 +0000 | [diff] [blame] | 3946 | 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] | 3947 | <tt>locality</tt> arguments must be constant integers. | 
|  | 3948 | </p> | 
|  | 3949 |  | 
|  | 3950 | <h5>Semantics:</h5> | 
|  | 3951 |  | 
|  | 3952 | <p> | 
|  | 3953 | This intrinsic does not modify the behavior of the program.  In particular, | 
|  | 3954 | prefetches cannot trap and do not produce a value.  On targets that support this | 
|  | 3955 | intrinsic, the prefetch can provide hints to the processor cache for better | 
|  | 3956 | performance. | 
|  | 3957 | </p> | 
|  | 3958 |  | 
|  | 3959 | </div> | 
|  | 3960 |  | 
| Andrew Lenharth | 7f4ec3b | 2005-03-28 20:05:49 +0000 | [diff] [blame] | 3961 | <!-- _______________________________________________________________________ --> | 
|  | 3962 | <div class="doc_subsubsection"> | 
|  | 3963 | <a name="i_pcmarker">'<tt>llvm.pcmarker</tt>' Intrinsic</a> | 
|  | 3964 | </div> | 
|  | 3965 |  | 
|  | 3966 | <div class="doc_text"> | 
|  | 3967 |  | 
|  | 3968 | <h5>Syntax:</h5> | 
|  | 3969 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 3970 | declare void %llvm.pcmarker( i32 <id> ) | 
| Andrew Lenharth | 7f4ec3b | 2005-03-28 20:05:49 +0000 | [diff] [blame] | 3971 | </pre> | 
|  | 3972 |  | 
|  | 3973 | <h5>Overview:</h5> | 
|  | 3974 |  | 
|  | 3975 |  | 
|  | 3976 | <p> | 
| John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 3977 | The '<tt>llvm.pcmarker</tt>' intrinsic is a method to export a Program Counter | 
|  | 3978 | (PC) in a region of | 
| Andrew Lenharth | 7f4ec3b | 2005-03-28 20:05:49 +0000 | [diff] [blame] | 3979 | code to simulators and other tools.  The method is target specific, but it is | 
|  | 3980 | 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] | 3981 | 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] | 3982 | 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] | 3983 | optimizations.  The intended use is to be inserted after optimizations to allow | 
| John Criswell | fc6b895 | 2005-05-16 16:17:45 +0000 | [diff] [blame] | 3984 | correlations of simulation runs. | 
| Andrew Lenharth | 7f4ec3b | 2005-03-28 20:05:49 +0000 | [diff] [blame] | 3985 | </p> | 
|  | 3986 |  | 
|  | 3987 | <h5>Arguments:</h5> | 
|  | 3988 |  | 
|  | 3989 | <p> | 
|  | 3990 | <tt>id</tt> is a numerical id identifying the marker. | 
|  | 3991 | </p> | 
|  | 3992 |  | 
|  | 3993 | <h5>Semantics:</h5> | 
|  | 3994 |  | 
|  | 3995 | <p> | 
|  | 3996 | This intrinsic does not modify the behavior of the program.  Backends that do not | 
|  | 3997 | support this intrinisic may ignore it. | 
|  | 3998 | </p> | 
|  | 3999 |  | 
|  | 4000 | </div> | 
|  | 4001 |  | 
| Andrew Lenharth | 51b8d54 | 2005-11-11 16:47:30 +0000 | [diff] [blame] | 4002 | <!-- _______________________________________________________________________ --> | 
|  | 4003 | <div class="doc_subsubsection"> | 
|  | 4004 | <a name="i_readcyclecounter">'<tt>llvm.readcyclecounter</tt>' Intrinsic</a> | 
|  | 4005 | </div> | 
|  | 4006 |  | 
|  | 4007 | <div class="doc_text"> | 
|  | 4008 |  | 
|  | 4009 | <h5>Syntax:</h5> | 
|  | 4010 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4011 | declare i64 %llvm.readcyclecounter( ) | 
| Andrew Lenharth | 51b8d54 | 2005-11-11 16:47:30 +0000 | [diff] [blame] | 4012 | </pre> | 
|  | 4013 |  | 
|  | 4014 | <h5>Overview:</h5> | 
|  | 4015 |  | 
|  | 4016 |  | 
|  | 4017 | <p> | 
|  | 4018 | The '<tt>llvm.readcyclecounter</tt>' intrinsic provides access to the cycle | 
|  | 4019 | counter register (or similar low latency, high accuracy clocks) on those targets | 
|  | 4020 | that support it.  On X86, it should map to RDTSC.  On Alpha, it should map to RPCC. | 
|  | 4021 | As the backing counters overflow quickly (on the order of 9 seconds on alpha), this | 
|  | 4022 | should only be used for small timings. | 
|  | 4023 | </p> | 
|  | 4024 |  | 
|  | 4025 | <h5>Semantics:</h5> | 
|  | 4026 |  | 
|  | 4027 | <p> | 
|  | 4028 | When directly supported, reading the cycle counter should not modify any memory. | 
|  | 4029 | Implementations are allowed to either return a application specific value or a | 
|  | 4030 | system wide value.  On backends without support, this is lowered to a constant 0. | 
|  | 4031 | </p> | 
|  | 4032 |  | 
|  | 4033 | </div> | 
|  | 4034 |  | 
| Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4035 | <!-- ======================================================================= --> | 
|  | 4036 | <div class="doc_subsection"> | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4037 | <a name="int_libc">Standard C Library Intrinsics</a> | 
|  | 4038 | </div> | 
|  | 4039 |  | 
|  | 4040 | <div class="doc_text"> | 
|  | 4041 | <p> | 
| Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4042 | LLVM provides intrinsics for a few important standard C library functions. | 
|  | 4043 | These intrinsics allow source-language front-ends to pass information about the | 
|  | 4044 | alignment of the pointer arguments to the code generator, providing opportunity | 
|  | 4045 | for more efficient code generation. | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4046 | </p> | 
|  | 4047 |  | 
|  | 4048 | </div> | 
|  | 4049 |  | 
|  | 4050 | <!-- _______________________________________________________________________ --> | 
|  | 4051 | <div class="doc_subsubsection"> | 
|  | 4052 | <a name="i_memcpy">'<tt>llvm.memcpy</tt>' Intrinsic</a> | 
|  | 4053 | </div> | 
|  | 4054 |  | 
|  | 4055 | <div class="doc_text"> | 
|  | 4056 |  | 
|  | 4057 | <h5>Syntax:</h5> | 
|  | 4058 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4059 | declare void %llvm.memcpy.i32(i8 * <dest>, i8 * <src>, | 
|  | 4060 | i32 <len>, i32 <align>) | 
|  | 4061 | declare void %llvm.memcpy.i64(i8 * <dest>, i8 * <src>, | 
|  | 4062 | i64 <len>, i32 <align>) | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4063 | </pre> | 
|  | 4064 |  | 
|  | 4065 | <h5>Overview:</h5> | 
|  | 4066 |  | 
|  | 4067 | <p> | 
| Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4068 | 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] | 4069 | location to the destination location. | 
|  | 4070 | </p> | 
|  | 4071 |  | 
|  | 4072 | <p> | 
| Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4073 | Note that, unlike the standard libc function, the <tt>llvm.memcpy.*</tt> | 
|  | 4074 | intrinsics do not return a value, and takes an extra alignment argument. | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4075 | </p> | 
|  | 4076 |  | 
|  | 4077 | <h5>Arguments:</h5> | 
|  | 4078 |  | 
|  | 4079 | <p> | 
|  | 4080 | 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] | 4081 | the source.  The third argument is an integer argument | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4082 | specifying the number of bytes to copy, and the fourth argument is the alignment | 
|  | 4083 | of the source and destination locations. | 
|  | 4084 | </p> | 
|  | 4085 |  | 
| Chris Lattner | 3301ced | 2004-02-12 21:18:15 +0000 | [diff] [blame] | 4086 | <p> | 
|  | 4087 | 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] | 4088 | the caller guarantees that both the source and destination pointers are aligned | 
|  | 4089 | to that boundary. | 
| Chris Lattner | 3301ced | 2004-02-12 21:18:15 +0000 | [diff] [blame] | 4090 | </p> | 
|  | 4091 |  | 
| Chris Lattner | 33aec9e | 2004-02-12 17:01:32 +0000 | [diff] [blame] | 4092 | <h5>Semantics:</h5> | 
|  | 4093 |  | 
|  | 4094 | <p> | 
| Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4095 | 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] | 4096 | location to the destination location, which are not allowed to overlap.  It | 
|  | 4097 | copies "len" bytes of memory over.  If the argument is known to be aligned to | 
|  | 4098 | some boundary, this can be specified as the fourth argument, otherwise it should | 
|  | 4099 | be set to 0 or 1. | 
|  | 4100 | </p> | 
|  | 4101 | </div> | 
|  | 4102 |  | 
|  | 4103 |  | 
| Chris Lattner | 0eb51b4 | 2004-02-12 18:10:10 +0000 | [diff] [blame] | 4104 | <!-- _______________________________________________________________________ --> | 
|  | 4105 | <div class="doc_subsubsection"> | 
|  | 4106 | <a name="i_memmove">'<tt>llvm.memmove</tt>' Intrinsic</a> | 
|  | 4107 | </div> | 
|  | 4108 |  | 
|  | 4109 | <div class="doc_text"> | 
|  | 4110 |  | 
|  | 4111 | <h5>Syntax:</h5> | 
|  | 4112 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4113 | declare void %llvm.memmove.i32(i8 * <dest>, i8 * <src>, | 
|  | 4114 | i32 <len>, i32 <align>) | 
|  | 4115 | declare void %llvm.memmove.i64(i8 * <dest>, i8 * <src>, | 
|  | 4116 | i64 <len>, i32 <align>) | 
| Chris Lattner | 0eb51b4 | 2004-02-12 18:10:10 +0000 | [diff] [blame] | 4117 | </pre> | 
|  | 4118 |  | 
|  | 4119 | <h5>Overview:</h5> | 
|  | 4120 |  | 
|  | 4121 | <p> | 
| Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4122 | The '<tt>llvm.memmove.*</tt>' intrinsics move a block of memory from the source | 
|  | 4123 | location to the destination location. It is similar to the | 
|  | 4124 | '<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] | 4125 | </p> | 
|  | 4126 |  | 
|  | 4127 | <p> | 
| Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4128 | Note that, unlike the standard libc function, the <tt>llvm.memmove.*</tt> | 
|  | 4129 | intrinsics do not return a value, and takes an extra alignment argument. | 
| Chris Lattner | 0eb51b4 | 2004-02-12 18:10:10 +0000 | [diff] [blame] | 4130 | </p> | 
|  | 4131 |  | 
|  | 4132 | <h5>Arguments:</h5> | 
|  | 4133 |  | 
|  | 4134 | <p> | 
|  | 4135 | 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] | 4136 | the source.  The third argument is an integer argument | 
| Chris Lattner | 0eb51b4 | 2004-02-12 18:10:10 +0000 | [diff] [blame] | 4137 | specifying the number of bytes to copy, and the fourth argument is the alignment | 
|  | 4138 | of the source and destination locations. | 
|  | 4139 | </p> | 
|  | 4140 |  | 
| Chris Lattner | 3301ced | 2004-02-12 21:18:15 +0000 | [diff] [blame] | 4141 | <p> | 
|  | 4142 | 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] | 4143 | the caller guarantees that the source and destination pointers are aligned to | 
|  | 4144 | that boundary. | 
| Chris Lattner | 3301ced | 2004-02-12 21:18:15 +0000 | [diff] [blame] | 4145 | </p> | 
|  | 4146 |  | 
| Chris Lattner | 0eb51b4 | 2004-02-12 18:10:10 +0000 | [diff] [blame] | 4147 | <h5>Semantics:</h5> | 
|  | 4148 |  | 
|  | 4149 | <p> | 
| Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4150 | 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] | 4151 | location to the destination location, which may overlap.  It | 
|  | 4152 | copies "len" bytes of memory over.  If the argument is known to be aligned to | 
|  | 4153 | some boundary, this can be specified as the fourth argument, otherwise it should | 
|  | 4154 | be set to 0 or 1. | 
|  | 4155 | </p> | 
|  | 4156 | </div> | 
|  | 4157 |  | 
| Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 4158 |  | 
| Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4159 | <!-- _______________________________________________________________________ --> | 
|  | 4160 | <div class="doc_subsubsection"> | 
| Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4161 | <a name="i_memset">'<tt>llvm.memset.*</tt>' Intrinsics</a> | 
| Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4162 | </div> | 
|  | 4163 |  | 
|  | 4164 | <div class="doc_text"> | 
|  | 4165 |  | 
|  | 4166 | <h5>Syntax:</h5> | 
|  | 4167 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4168 | declare void %llvm.memset.i32(i8 * <dest>, i8 <val>, | 
|  | 4169 | i32 <len>, i32 <align>) | 
|  | 4170 | declare void %llvm.memset.i64(i8 * <dest>, i8 <val>, | 
|  | 4171 | i64 <len>, i32 <align>) | 
| Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4172 | </pre> | 
|  | 4173 |  | 
|  | 4174 | <h5>Overview:</h5> | 
|  | 4175 |  | 
|  | 4176 | <p> | 
| Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4177 | 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] | 4178 | byte value. | 
|  | 4179 | </p> | 
|  | 4180 |  | 
|  | 4181 | <p> | 
|  | 4182 | Note that, unlike the standard libc function, the <tt>llvm.memset</tt> intrinsic | 
|  | 4183 | does not return a value, and takes an extra alignment argument. | 
|  | 4184 | </p> | 
|  | 4185 |  | 
|  | 4186 | <h5>Arguments:</h5> | 
|  | 4187 |  | 
|  | 4188 | <p> | 
|  | 4189 | 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] | 4190 | byte value to fill it with, the third argument is an integer | 
| Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4191 | argument specifying the number of bytes to fill, and the fourth argument is the | 
|  | 4192 | known alignment of destination location. | 
|  | 4193 | </p> | 
|  | 4194 |  | 
|  | 4195 | <p> | 
|  | 4196 | 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] | 4197 | the caller guarantees that the destination pointer is aligned to that boundary. | 
| Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4198 | </p> | 
|  | 4199 |  | 
|  | 4200 | <h5>Semantics:</h5> | 
|  | 4201 |  | 
|  | 4202 | <p> | 
| Chris Lattner | 5b310c3 | 2006-03-03 00:07:20 +0000 | [diff] [blame] | 4203 | The '<tt>llvm.memset.*</tt>' intrinsics fill "len" bytes of memory starting at | 
|  | 4204 | the | 
| Chris Lattner | 1061064 | 2004-02-14 04:08:35 +0000 | [diff] [blame] | 4205 | destination location.  If the argument is known to be aligned to some boundary, | 
|  | 4206 | this can be specified as the fourth argument, otherwise it should be set to 0 or | 
|  | 4207 | 1. | 
|  | 4208 | </p> | 
|  | 4209 | </div> | 
|  | 4210 |  | 
|  | 4211 |  | 
| Chris Lattner | 3200628 | 2004-06-11 02:28:03 +0000 | [diff] [blame] | 4212 | <!-- _______________________________________________________________________ --> | 
|  | 4213 | <div class="doc_subsubsection"> | 
| Reid Spencer | 0b11820 | 2006-01-16 21:12:35 +0000 | [diff] [blame] | 4214 | <a name="i_isunordered">'<tt>llvm.isunordered.*</tt>' Intrinsic</a> | 
| Alkis Evlogimenos | 26bbe93 | 2004-06-13 01:16:15 +0000 | [diff] [blame] | 4215 | </div> | 
|  | 4216 |  | 
|  | 4217 | <div class="doc_text"> | 
|  | 4218 |  | 
|  | 4219 | <h5>Syntax:</h5> | 
|  | 4220 | <pre> | 
| Reid Spencer | 0b11820 | 2006-01-16 21:12:35 +0000 | [diff] [blame] | 4221 | declare bool %llvm.isunordered.f32(float Val1, float  Val2) | 
|  | 4222 | declare bool %llvm.isunordered.f64(double Val1, double Val2) | 
| Alkis Evlogimenos | 26bbe93 | 2004-06-13 01:16:15 +0000 | [diff] [blame] | 4223 | </pre> | 
|  | 4224 |  | 
|  | 4225 | <h5>Overview:</h5> | 
|  | 4226 |  | 
|  | 4227 | <p> | 
| Reid Spencer | 0b11820 | 2006-01-16 21:12:35 +0000 | [diff] [blame] | 4228 | The '<tt>llvm.isunordered</tt>' intrinsics return true if either or both of the | 
| Alkis Evlogimenos | 26bbe93 | 2004-06-13 01:16:15 +0000 | [diff] [blame] | 4229 | specified floating point values is a NAN. | 
|  | 4230 | </p> | 
|  | 4231 |  | 
|  | 4232 | <h5>Arguments:</h5> | 
|  | 4233 |  | 
|  | 4234 | <p> | 
|  | 4235 | The arguments are floating point numbers of the same type. | 
|  | 4236 | </p> | 
|  | 4237 |  | 
|  | 4238 | <h5>Semantics:</h5> | 
|  | 4239 |  | 
|  | 4240 | <p> | 
|  | 4241 | If either or both of the arguments is a SNAN or QNAN, it returns true, otherwise | 
|  | 4242 | false. | 
|  | 4243 | </p> | 
|  | 4244 | </div> | 
|  | 4245 |  | 
|  | 4246 |  | 
| Chris Lattner | a4d7414 | 2005-07-21 01:29:16 +0000 | [diff] [blame] | 4247 | <!-- _______________________________________________________________________ --> | 
|  | 4248 | <div class="doc_subsubsection"> | 
| Chris Lattner | ec6cb61 | 2006-01-16 22:38:59 +0000 | [diff] [blame] | 4249 | <a name="i_sqrt">'<tt>llvm.sqrt.*</tt>' Intrinsic</a> | 
| Chris Lattner | a4d7414 | 2005-07-21 01:29:16 +0000 | [diff] [blame] | 4250 | </div> | 
|  | 4251 |  | 
|  | 4252 | <div class="doc_text"> | 
|  | 4253 |  | 
|  | 4254 | <h5>Syntax:</h5> | 
|  | 4255 | <pre> | 
| Chris Lattner | f4d252d | 2006-09-08 06:34:02 +0000 | [diff] [blame] | 4256 | declare float %llvm.sqrt.f32(float %Val) | 
|  | 4257 | declare double %llvm.sqrt.f64(double %Val) | 
| Chris Lattner | a4d7414 | 2005-07-21 01:29:16 +0000 | [diff] [blame] | 4258 | </pre> | 
|  | 4259 |  | 
|  | 4260 | <h5>Overview:</h5> | 
|  | 4261 |  | 
|  | 4262 | <p> | 
| Reid Spencer | 0b11820 | 2006-01-16 21:12:35 +0000 | [diff] [blame] | 4263 | 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] | 4264 | returning the same value as the libm '<tt>sqrt</tt>' function would.  Unlike | 
|  | 4265 | <tt>sqrt</tt> in libm, however, <tt>llvm.sqrt</tt> has undefined behavior for | 
|  | 4266 | negative numbers (which allows for better optimization). | 
|  | 4267 | </p> | 
|  | 4268 |  | 
|  | 4269 | <h5>Arguments:</h5> | 
|  | 4270 |  | 
|  | 4271 | <p> | 
|  | 4272 | The argument and return value are floating point numbers of the same type. | 
|  | 4273 | </p> | 
|  | 4274 |  | 
|  | 4275 | <h5>Semantics:</h5> | 
|  | 4276 |  | 
|  | 4277 | <p> | 
|  | 4278 | This function returns the sqrt of the specified operand if it is a positive | 
|  | 4279 | floating point number. | 
|  | 4280 | </p> | 
|  | 4281 | </div> | 
|  | 4282 |  | 
| Chris Lattner | f4d252d | 2006-09-08 06:34:02 +0000 | [diff] [blame] | 4283 | <!-- _______________________________________________________________________ --> | 
|  | 4284 | <div class="doc_subsubsection"> | 
|  | 4285 | <a name="i_powi">'<tt>llvm.powi.*</tt>' Intrinsic</a> | 
|  | 4286 | </div> | 
|  | 4287 |  | 
|  | 4288 | <div class="doc_text"> | 
|  | 4289 |  | 
|  | 4290 | <h5>Syntax:</h5> | 
|  | 4291 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4292 | declare float  %llvm.powi.f32(float  %Val, i32 %power) | 
|  | 4293 | declare double %llvm.powi.f64(double %Val, i32 %power) | 
| Chris Lattner | f4d252d | 2006-09-08 06:34:02 +0000 | [diff] [blame] | 4294 | </pre> | 
|  | 4295 |  | 
|  | 4296 | <h5>Overview:</h5> | 
|  | 4297 |  | 
|  | 4298 | <p> | 
|  | 4299 | The '<tt>llvm.powi.*</tt>' intrinsics return the first operand raised to the | 
|  | 4300 | specified (positive or negative) power.  The order of evaluation of | 
|  | 4301 | multiplications is not defined. | 
|  | 4302 | </p> | 
|  | 4303 |  | 
|  | 4304 | <h5>Arguments:</h5> | 
|  | 4305 |  | 
|  | 4306 | <p> | 
|  | 4307 | The second argument is an integer power, and the first is a value to raise to | 
|  | 4308 | that power. | 
|  | 4309 | </p> | 
|  | 4310 |  | 
|  | 4311 | <h5>Semantics:</h5> | 
|  | 4312 |  | 
|  | 4313 | <p> | 
|  | 4314 | This function returns the first value raised to the second power with an | 
|  | 4315 | unspecified sequence of rounding operations.</p> | 
|  | 4316 | </div> | 
|  | 4317 |  | 
|  | 4318 |  | 
| Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4319 | <!-- ======================================================================= --> | 
|  | 4320 | <div class="doc_subsection"> | 
| Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 4321 | <a name="int_manip">Bit Manipulation Intrinsics</a> | 
| Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4322 | </div> | 
|  | 4323 |  | 
|  | 4324 | <div class="doc_text"> | 
|  | 4325 | <p> | 
| Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 4326 | LLVM provides intrinsics for a few important bit manipulation operations. | 
| Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4327 | These allow efficient code generation for some algorithms. | 
|  | 4328 | </p> | 
|  | 4329 |  | 
|  | 4330 | </div> | 
|  | 4331 |  | 
|  | 4332 | <!-- _______________________________________________________________________ --> | 
|  | 4333 | <div class="doc_subsubsection"> | 
| Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 4334 | <a name="i_bswap">'<tt>llvm.bswap.*</tt>' Intrinsics</a> | 
|  | 4335 | </div> | 
|  | 4336 |  | 
|  | 4337 | <div class="doc_text"> | 
|  | 4338 |  | 
|  | 4339 | <h5>Syntax:</h5> | 
|  | 4340 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4341 | declare i16 %llvm.bswap.i16(i16 <id>) | 
|  | 4342 | declare i32 %llvm.bswap.i32(i32 <id>) | 
|  | 4343 | declare i64 %llvm.bswap.i64(i64 <id>) | 
| Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 4344 | </pre> | 
|  | 4345 |  | 
|  | 4346 | <h5>Overview:</h5> | 
|  | 4347 |  | 
|  | 4348 | <p> | 
|  | 4349 | The '<tt>llvm.bwsap</tt>' family of intrinsics is used to byteswap a 16, 32 or | 
|  | 4350 | 64 bit quantity.  These are useful for performing operations on data that is not | 
|  | 4351 | in the target's  native byte order. | 
|  | 4352 | </p> | 
|  | 4353 |  | 
|  | 4354 | <h5>Semantics:</h5> | 
|  | 4355 |  | 
|  | 4356 | <p> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4357 | The <tt>llvm.bswap.16</tt> intrinsic returns an i16 value that has the high | 
|  | 4358 | and low byte of the input i16 swapped.  Similarly, the <tt>llvm.bswap.i32</tt> | 
|  | 4359 | intrinsic returns an i32 value that has the four bytes of the input i32 | 
|  | 4360 | swapped, so that if the input bytes are numbered 0, 1, 2, 3 then the returned | 
|  | 4361 | i32 will have its bytes in 3, 2, 1, 0 order.  The <tt>llvm.bswap.i64</tt> | 
|  | 4362 | intrinsic extends this concept to 64 bits. | 
| Nate Begeman | 7e36c47 | 2006-01-13 23:26:38 +0000 | [diff] [blame] | 4363 | </p> | 
|  | 4364 |  | 
|  | 4365 | </div> | 
|  | 4366 |  | 
|  | 4367 | <!-- _______________________________________________________________________ --> | 
|  | 4368 | <div class="doc_subsubsection"> | 
| Reid Spencer | 0b11820 | 2006-01-16 21:12:35 +0000 | [diff] [blame] | 4369 | <a name="int_ctpop">'<tt>llvm.ctpop.*</tt>' Intrinsic</a> | 
| Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4370 | </div> | 
|  | 4371 |  | 
|  | 4372 | <div class="doc_text"> | 
|  | 4373 |  | 
|  | 4374 | <h5>Syntax:</h5> | 
|  | 4375 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4376 | declare i8  %llvm.ctpop.i8 (i8  <src>) | 
|  | 4377 | declare i16 %llvm.ctpop.i16(i16 <src>) | 
|  | 4378 | declare i32 %llvm.ctpop.i32(i32 <src>) | 
|  | 4379 | declare i64 %llvm.ctpop.i64(i64 <src>) | 
| Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4380 | </pre> | 
|  | 4381 |  | 
|  | 4382 | <h5>Overview:</h5> | 
|  | 4383 |  | 
|  | 4384 | <p> | 
| Chris Lattner | ec6cb61 | 2006-01-16 22:38:59 +0000 | [diff] [blame] | 4385 | The '<tt>llvm.ctpop</tt>' family of intrinsics counts the number of bits set in a | 
|  | 4386 | value. | 
| Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4387 | </p> | 
|  | 4388 |  | 
|  | 4389 | <h5>Arguments:</h5> | 
|  | 4390 |  | 
|  | 4391 | <p> | 
| Chris Lattner | cfe6b37 | 2005-05-07 01:46:40 +0000 | [diff] [blame] | 4392 | 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] | 4393 | integer type.  The return type must match the argument type. | 
| Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4394 | </p> | 
|  | 4395 |  | 
|  | 4396 | <h5>Semantics:</h5> | 
|  | 4397 |  | 
|  | 4398 | <p> | 
|  | 4399 | The '<tt>llvm.ctpop</tt>' intrinsic counts the 1's in a variable. | 
|  | 4400 | </p> | 
|  | 4401 | </div> | 
|  | 4402 |  | 
|  | 4403 | <!-- _______________________________________________________________________ --> | 
|  | 4404 | <div class="doc_subsubsection"> | 
| Chris Lattner | 8a886be | 2006-01-16 22:34:14 +0000 | [diff] [blame] | 4405 | <a name="int_ctlz">'<tt>llvm.ctlz.*</tt>' Intrinsic</a> | 
| Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4406 | </div> | 
|  | 4407 |  | 
|  | 4408 | <div class="doc_text"> | 
|  | 4409 |  | 
|  | 4410 | <h5>Syntax:</h5> | 
|  | 4411 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4412 | declare i8  %llvm.ctlz.i8 (i8  <src>) | 
|  | 4413 | declare i16 %llvm.ctlz.i16(i16 <src>) | 
|  | 4414 | declare i32 %llvm.ctlz.i32(i32 <src>) | 
|  | 4415 | declare i64 %llvm.ctlz.i64(i64 <src>) | 
| Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4416 | </pre> | 
|  | 4417 |  | 
|  | 4418 | <h5>Overview:</h5> | 
|  | 4419 |  | 
|  | 4420 | <p> | 
| Reid Spencer | 0b11820 | 2006-01-16 21:12:35 +0000 | [diff] [blame] | 4421 | The '<tt>llvm.ctlz</tt>' family of intrinsic functions counts the number of | 
|  | 4422 | leading zeros in a variable. | 
| Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4423 | </p> | 
|  | 4424 |  | 
|  | 4425 | <h5>Arguments:</h5> | 
|  | 4426 |  | 
|  | 4427 | <p> | 
| Chris Lattner | cfe6b37 | 2005-05-07 01:46:40 +0000 | [diff] [blame] | 4428 | 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] | 4429 | integer type. The return type must match the argument type. | 
| Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4430 | </p> | 
|  | 4431 |  | 
|  | 4432 | <h5>Semantics:</h5> | 
|  | 4433 |  | 
|  | 4434 | <p> | 
| Chris Lattner | eff29ab | 2005-05-15 19:39:26 +0000 | [diff] [blame] | 4435 | The '<tt>llvm.ctlz</tt>' intrinsic counts the leading (most significant) zeros | 
|  | 4436 | 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] | 4437 | of src. For example, <tt>llvm.ctlz(i32 2) = 30</tt>. | 
| Andrew Lenharth | ec370fd | 2005-05-03 18:01:48 +0000 | [diff] [blame] | 4438 | </p> | 
|  | 4439 | </div> | 
| Chris Lattner | 3200628 | 2004-06-11 02:28:03 +0000 | [diff] [blame] | 4440 |  | 
|  | 4441 |  | 
| Chris Lattner | eff29ab | 2005-05-15 19:39:26 +0000 | [diff] [blame] | 4442 |  | 
|  | 4443 | <!-- _______________________________________________________________________ --> | 
|  | 4444 | <div class="doc_subsubsection"> | 
| Chris Lattner | 8a886be | 2006-01-16 22:34:14 +0000 | [diff] [blame] | 4445 | <a name="int_cttz">'<tt>llvm.cttz.*</tt>' Intrinsic</a> | 
| Chris Lattner | eff29ab | 2005-05-15 19:39:26 +0000 | [diff] [blame] | 4446 | </div> | 
|  | 4447 |  | 
|  | 4448 | <div class="doc_text"> | 
|  | 4449 |  | 
|  | 4450 | <h5>Syntax:</h5> | 
|  | 4451 | <pre> | 
| Reid Spencer | ca86e16 | 2006-12-31 07:07:53 +0000 | [diff] [blame] | 4452 | declare i8  %llvm.cttz.i8 (i8  <src>) | 
|  | 4453 | declare i16 %llvm.cttz.i16(i16 <src>) | 
|  | 4454 | declare i32 %llvm.cttz.i32(i32 <src>) | 
|  | 4455 | declare i64 %llvm.cttz.i64(i64 <src>) | 
| Chris Lattner | eff29ab | 2005-05-15 19:39:26 +0000 | [diff] [blame] | 4456 | </pre> | 
|  | 4457 |  | 
|  | 4458 | <h5>Overview:</h5> | 
|  | 4459 |  | 
|  | 4460 | <p> | 
| Reid Spencer | 0b11820 | 2006-01-16 21:12:35 +0000 | [diff] [blame] | 4461 | The '<tt>llvm.cttz</tt>' family of intrinsic functions counts the number of | 
|  | 4462 | trailing zeros. | 
| Chris Lattner | eff29ab | 2005-05-15 19:39:26 +0000 | [diff] [blame] | 4463 | </p> | 
|  | 4464 |  | 
|  | 4465 | <h5>Arguments:</h5> | 
|  | 4466 |  | 
|  | 4467 | <p> | 
|  | 4468 | 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] | 4469 | integer type.  The return type must match the argument type. | 
| Chris Lattner | eff29ab | 2005-05-15 19:39:26 +0000 | [diff] [blame] | 4470 | </p> | 
|  | 4471 |  | 
|  | 4472 | <h5>Semantics:</h5> | 
|  | 4473 |  | 
|  | 4474 | <p> | 
|  | 4475 | The '<tt>llvm.cttz</tt>' intrinsic counts the trailing (least significant) zeros | 
|  | 4476 | in a variable.  If the src == 0 then the result is the size in bits of the type | 
|  | 4477 | of src.  For example, <tt>llvm.cttz(2) = 1</tt>. | 
|  | 4478 | </p> | 
|  | 4479 | </div> | 
|  | 4480 |  | 
| Chris Lattner | 8ff7590 | 2004-01-06 05:31:32 +0000 | [diff] [blame] | 4481 | <!-- ======================================================================= --> | 
|  | 4482 | <div class="doc_subsection"> | 
|  | 4483 | <a name="int_debugger">Debugger Intrinsics</a> | 
|  | 4484 | </div> | 
|  | 4485 |  | 
|  | 4486 | <div class="doc_text"> | 
|  | 4487 | <p> | 
|  | 4488 | The LLVM debugger intrinsics (which all start with <tt>llvm.dbg.</tt> prefix), | 
|  | 4489 | are described in the <a | 
|  | 4490 | href="SourceLevelDebugging.html#format_common_intrinsics">LLVM Source Level | 
|  | 4491 | Debugging</a> document. | 
|  | 4492 | </p> | 
|  | 4493 | </div> | 
|  | 4494 |  | 
|  | 4495 |  | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 4496 | <!-- *********************************************************************** --> | 
| Chris Lattner | 0095054 | 2001-06-06 20:29:01 +0000 | [diff] [blame] | 4497 | <hr> | 
| Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 4498 | <address> | 
|  | 4499 | <a href="http://jigsaw.w3.org/css-validator/check/referer"><img | 
|  | 4500 | src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> | 
|  | 4501 | <a href="http://validator.w3.org/check/referer"><img | 
|  | 4502 | src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a> | 
|  | 4503 |  | 
|  | 4504 | <a href="mailto:sabre@nondot.org">Chris Lattner</a><br> | 
| Reid Spencer | 05fe4b0 | 2006-03-14 05:39:39 +0000 | [diff] [blame] | 4505 | <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> | 
| Misha Brukman | daa4cb0 | 2004-03-01 17:47:27 +0000 | [diff] [blame] | 4506 | Last modified: $Date$ | 
|  | 4507 | </address> | 
| Misha Brukman | 9d0919f | 2003-11-08 01:05:38 +0000 | [diff] [blame] | 4508 | </body> | 
|  | 4509 | </html> |