This file is indexed.

/usr/share/doc/llvm-4.0-doc/html/MIRLangRef.html is in llvm-4.0-doc 1:4.0.1-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Machine IR (MIR) Format Reference Manual &#8212; LLVM 4 documentation</title>
    <link rel="stylesheet" href="_static/llvm-theme.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '4',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true,
        SOURCELINK_SUFFIX: '.txt'
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="next" title="Coroutines in LLVM" href="Coroutines.html" />
    <link rel="prev" title="FaultMaps and implicit checks" href="FaultMaps.html" />
<style type="text/css">
  table.right { float: right; margin-left: 20px; }
  table.right td { border: 1px solid #ccc; }
</style>

  </head>
  <body>
<div class="logo">
  <a href="index.html">
    <img src="_static/logo.png"
         alt="LLVM Logo" width="250" height="88"/></a>
</div>

    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="Coroutines.html" title="Coroutines in LLVM"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="FaultMaps.html" title="FaultMaps and implicit checks"
             accesskey="P">previous</a> |</li>
  <li><a href="http://llvm.org/">LLVM Home</a>&nbsp;|&nbsp;</li>
  <li><a href="index.html">Documentation</a>&raquo;</li>
 
      </ul>
    </div>


    <div class="document">
      <div class="documentwrapper">
          <div class="body" role="main">
            
  <div class="section" id="machine-ir-mir-format-reference-manual">
<h1>Machine IR (MIR) Format Reference Manual<a class="headerlink" href="#machine-ir-mir-format-reference-manual" title="Permalink to this headline"></a></h1>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#introduction" id="id8">Introduction</a></li>
<li><a class="reference internal" href="#overview" id="id9">Overview</a></li>
<li><a class="reference internal" href="#mir-testing-guide" id="id10">MIR Testing Guide</a><ul>
<li><a class="reference internal" href="#testing-individual-code-generation-passes" id="id11">Testing Individual Code Generation Passes</a></li>
<li><a class="reference internal" href="#limitations" id="id12">Limitations</a></li>
</ul>
</li>
<li><a class="reference internal" href="#high-level-structure" id="id13">High Level Structure</a><ul>
<li><a class="reference internal" href="#embedded-module" id="id14">Embedded Module</a></li>
<li><a class="reference internal" href="#machine-functions" id="id15">Machine Functions</a></li>
</ul>
</li>
<li><a class="reference internal" href="#machine-instructions-format-reference" id="id16">Machine Instructions Format Reference</a><ul>
<li><a class="reference internal" href="#machine-basic-blocks" id="id17">Machine Basic Blocks</a><ul>
<li><a class="reference internal" href="#block-references" id="id18">Block References</a></li>
<li><a class="reference internal" href="#successors" id="id19">Successors</a></li>
<li><a class="reference internal" href="#live-in-registers" id="id20">Live In Registers</a></li>
<li><a class="reference internal" href="#miscellaneous-attributes" id="id21">Miscellaneous Attributes</a></li>
</ul>
</li>
<li><a class="reference internal" href="#machine-instructions" id="id22">Machine Instructions</a><ul>
<li><a class="reference internal" href="#instruction-flags" id="id23">Instruction Flags</a></li>
</ul>
</li>
<li><a class="reference internal" href="#registers" id="id24">Registers</a></li>
<li><a class="reference internal" href="#machine-operands" id="id25">Machine Operands</a><ul>
<li><a class="reference internal" href="#immediate-operands" id="id26">Immediate Operands</a></li>
<li><a class="reference internal" href="#register-operands" id="id27">Register Operands</a><ul>
<li><a class="reference internal" href="#register-flags" id="id28">Register Flags</a></li>
<li><a class="reference internal" href="#subregister-indices" id="id29">Subregister Indices</a></li>
</ul>
</li>
<li><a class="reference internal" href="#global-value-operands" id="id30">Global Value Operands</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">This is a work in progress.</p>
</div>
<div class="section" id="introduction">
<h2><a class="toc-backref" href="#id8">Introduction</a><a class="headerlink" href="#introduction" title="Permalink to this headline"></a></h2>
<p>This document is a reference manual for the Machine IR (MIR) serialization
format. MIR is a human readable serialization format that is used to represent
LLVM’s <a class="reference internal" href="CodeGenerator.html#machine-code-representation"><span class="std std-ref">machine specific intermediate representation</span></a>.</p>
<p>The MIR serialization format is designed to be used for testing the code
generation passes in LLVM.</p>
</div>
<div class="section" id="overview">
<h2><a class="toc-backref" href="#id9">Overview</a><a class="headerlink" href="#overview" title="Permalink to this headline"></a></h2>
<p>The MIR serialization format uses a YAML container. YAML is a standard
data serialization language, and the full YAML language spec can be read at
<a class="reference external" href="http://www.yaml.org/spec/1.2/spec.html#Introduction">yaml.org</a>.</p>
<p>A MIR file is split up into a series of <a class="reference external" href="http://www.yaml.org/spec/1.2/spec.html#id2800132">YAML documents</a>. The first document
can contain an optional embedded LLVM IR module, and the rest of the documents
contain the serialized machine functions.</p>
</div>
<div class="section" id="mir-testing-guide">
<h2><a class="toc-backref" href="#id10">MIR Testing Guide</a><a class="headerlink" href="#mir-testing-guide" title="Permalink to this headline"></a></h2>
<p>You can use the MIR format for testing in two different ways:</p>
<ul class="simple">
<li>You can write MIR tests that invoke a single code generation pass using the
<code class="docutils literal"><span class="pre">run-pass</span></code> option in llc.</li>
<li>You can use llc’s <code class="docutils literal"><span class="pre">stop-after</span></code> option with existing or new LLVM assembly
tests and check the MIR output of a specific code generation pass.</li>
</ul>
<div class="section" id="testing-individual-code-generation-passes">
<h3><a class="toc-backref" href="#id11">Testing Individual Code Generation Passes</a><a class="headerlink" href="#testing-individual-code-generation-passes" title="Permalink to this headline"></a></h3>
<p>The <code class="docutils literal"><span class="pre">run-pass</span></code> option in llc allows you to create MIR tests that invoke
just a single code generation pass. When this option is used, llc will parse
an input MIR file, run the specified code generation pass, and print the
resulting MIR to the standard output stream.</p>
<p>You can generate an input MIR file for the test by using the <code class="docutils literal"><span class="pre">stop-after</span></code>
option in llc. For example, if you would like to write a test for the
post register allocation pseudo instruction expansion pass, you can specify
the machine copy propagation pass in the <code class="docutils literal"><span class="pre">stop-after</span></code> option, as it runs
just before the pass that we are trying to test:</p>
<blockquote>
<div><code class="docutils literal"><span class="pre">llc</span> <span class="pre">-stop-after</span> <span class="pre">machine-cp</span> <span class="pre">bug-trigger.ll</span> <span class="pre">&gt;</span> <span class="pre">test.mir</span></code></div></blockquote>
<p>After generating the input MIR file, you’ll have to add a run line that uses
the <code class="docutils literal"><span class="pre">-run-pass</span></code> option to it. In order to test the post register allocation
pseudo instruction expansion pass on X86-64, a run line like the one shown
below can be used:</p>
<blockquote>
<div><code class="docutils literal"><span class="pre">#</span> <span class="pre">RUN:</span> <span class="pre">llc</span> <span class="pre">-run-pass</span> <span class="pre">postrapseudos</span> <span class="pre">-march=x86-64</span> <span class="pre">%s</span> <span class="pre">-o</span> <span class="pre">/dev/null</span> <span class="pre">|</span> <span class="pre">FileCheck</span> <span class="pre">%s</span></code></div></blockquote>
<p>The MIR files are target dependent, so they have to be placed in the target
specific test directories. They also need to specify a target triple or a
target architecture either in the run line or in the embedded LLVM IR module.</p>
</div>
<div class="section" id="limitations">
<h3><a class="toc-backref" href="#id12">Limitations</a><a class="headerlink" href="#limitations" title="Permalink to this headline"></a></h3>
<p>Currently the MIR format has several limitations in terms of which state it
can serialize:</p>
<ul class="simple">
<li>The target-specific state in the target-specific <code class="docutils literal"><span class="pre">MachineFunctionInfo</span></code>
subclasses isn’t serialized at the moment.</li>
<li>The target-specific <code class="docutils literal"><span class="pre">MachineConstantPoolValue</span></code> subclasses (in the ARM and
SystemZ backends) aren’t serialized at the moment.</li>
<li>The <code class="docutils literal"><span class="pre">MCSymbol</span></code> machine operands are only printed, they can’t be parsed.</li>
<li>A lot of the state in <code class="docutils literal"><span class="pre">MachineModuleInfo</span></code> isn’t serialized - only the CFI
instructions and the variable debug information from MMI is serialized right
now.</li>
</ul>
<p>These limitations impose restrictions on what you can test with the MIR format.
For now, tests that would like to test some behaviour that depends on the state
of certain <code class="docutils literal"><span class="pre">MCSymbol</span></code>  operands or the exception handling state in MMI, can’t
use the MIR format. As well as that, tests that test some behaviour that
depends on the state of the target specific <code class="docutils literal"><span class="pre">MachineFunctionInfo</span></code> or
<code class="docutils literal"><span class="pre">MachineConstantPoolValue</span></code> subclasses can’t use the MIR format at the moment.</p>
</div>
</div>
<div class="section" id="high-level-structure">
<h2><a class="toc-backref" href="#id13">High Level Structure</a><a class="headerlink" href="#high-level-structure" title="Permalink to this headline"></a></h2>
<div class="section" id="embedded-module">
<span id="id1"></span><h3><a class="toc-backref" href="#id14">Embedded Module</a><a class="headerlink" href="#embedded-module" title="Permalink to this headline"></a></h3>
<p>When the first YAML document contains a <a class="reference external" href="http://www.yaml.org/spec/1.2/spec.html#id2795688">YAML block literal string</a>, the MIR
parser will treat this string as an LLVM assembly language string that
represents an embedded LLVM IR module.
Here is an example of a YAML document that contains an LLVM module:</p>
<div class="highlight-llvm"><div class="highlight"><pre><span></span><span class="k">define</span> <span class="k">i32</span> <span class="vg">@inc</span><span class="p">(</span><span class="k">i32</span><span class="p">*</span> <span class="nv">%x</span><span class="p">)</span> <span class="p">{</span>
<span class="nl">entry:</span>
  <span class="nv nv-Anonymous">%0</span> <span class="p">=</span> <span class="k">load</span> <span class="k">i32</span><span class="p">,</span> <span class="k">i32</span><span class="p">*</span> <span class="nv">%x</span>
  <span class="nv nv-Anonymous">%1</span> <span class="p">=</span> <span class="k">add</span> <span class="k">i32</span> <span class="nv nv-Anonymous">%0</span><span class="p">,</span> <span class="m">1</span>
  <span class="k">store</span> <span class="k">i32</span> <span class="nv nv-Anonymous">%1</span><span class="p">,</span> <span class="k">i32</span><span class="p">*</span> <span class="nv">%x</span>
  <span class="k">ret</span> <span class="k">i32</span> <span class="nv nv-Anonymous">%1</span>
<span class="p">}</span>
</pre></div>
</div>
</div>
<div class="section" id="machine-functions">
<h3><a class="toc-backref" href="#id15">Machine Functions</a><a class="headerlink" href="#machine-functions" title="Permalink to this headline"></a></h3>
<p>The remaining YAML documents contain the machine functions. This is an example
of such YAML document:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>---
name:            inc
tracksRegLiveness: true
liveins:
  - { reg: &#39;%rdi&#39; }
body: |
  bb.0.entry:
    liveins: %rdi

    %eax = MOV32rm %rdi, 1, _, 0, _
    %eax = INC32r killed %eax, implicit-def dead %eflags
    MOV32mr killed %rdi, 1, _, 0, _, %eax
    RETQ %eax
...
</pre></div>
</div>
<p>The document above consists of attributes that represent the various
properties and data structures in a machine function.</p>
<p>The attribute <code class="docutils literal"><span class="pre">name</span></code> is required, and its value should be identical to the
name of a function that this machine function is based on.</p>
<p>The attribute <code class="docutils literal"><span class="pre">body</span></code> is a <a class="reference external" href="http://www.yaml.org/spec/1.2/spec.html#id2795688">YAML block literal string</a>. Its value represents
the function’s machine basic blocks and their machine instructions.</p>
</div>
</div>
<div class="section" id="machine-instructions-format-reference">
<h2><a class="toc-backref" href="#id16">Machine Instructions Format Reference</a><a class="headerlink" href="#machine-instructions-format-reference" title="Permalink to this headline"></a></h2>
<p>The machine basic blocks and their instructions are represented using a custom,
human readable serialization language. This language is used in the
<a class="reference external" href="http://www.yaml.org/spec/1.2/spec.html#id2795688">YAML block literal string</a> that corresponds to the machine function’s body.</p>
<p>A source string that uses this language contains a list of machine basic
blocks, which are described in the section below.</p>
<div class="section" id="machine-basic-blocks">
<h3><a class="toc-backref" href="#id17">Machine Basic Blocks</a><a class="headerlink" href="#machine-basic-blocks" title="Permalink to this headline"></a></h3>
<p>A machine basic block is defined in a single block definition source construct
that contains the block’s ID.
The example below defines two blocks that have an ID of zero and one:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>bb.0:
  &lt;instructions&gt;
bb.1:
  &lt;instructions&gt;
</pre></div>
</div>
<p>A machine basic block can also have a name. It should be specified after the ID
in the block’s definition:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>bb.0.entry:       ; This block&#39;s name is &quot;entry&quot;
   &lt;instructions&gt;
</pre></div>
</div>
<p>The block’s name should be identical to the name of the IR block that this
machine block is based on.</p>
<div class="section" id="block-references">
<h4><a class="toc-backref" href="#id18">Block References</a><a class="headerlink" href="#block-references" title="Permalink to this headline"></a></h4>
<p>The machine basic blocks are identified by their ID numbers. Individual
blocks are referenced using the following syntax:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>%bb.&lt;id&gt;[.&lt;name&gt;]
</pre></div>
</div>
<p>Examples:</p>
<div class="highlight-llvm"><div class="highlight"><pre><span></span><span class="nv">%bb.0</span>
<span class="nv">%bb.1.then</span>
</pre></div>
</div>
</div>
<div class="section" id="successors">
<h4><a class="toc-backref" href="#id19">Successors</a><a class="headerlink" href="#successors" title="Permalink to this headline"></a></h4>
<p>The machine basic block’s successors have to be specified before any of the
instructions:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>bb.0.entry:
  successors: %bb.1.then, %bb.2.else
  &lt;instructions&gt;
bb.1.then:
  &lt;instructions&gt;
bb.2.else:
  &lt;instructions&gt;
</pre></div>
</div>
<p>The branch weights can be specified in brackets after the successor blocks.
The example below defines a block that has two successors with branch weights
of 32 and 16:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>bb.0.entry:
  successors: %bb.1.then(32), %bb.2.else(16)
</pre></div>
</div>
</div>
<div class="section" id="live-in-registers">
<span id="bb-liveins"></span><h4><a class="toc-backref" href="#id20">Live In Registers</a><a class="headerlink" href="#live-in-registers" title="Permalink to this headline"></a></h4>
<p>The machine basic block’s live in registers have to be specified before any of
the instructions:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>bb.0.entry:
  liveins: %edi, %esi
</pre></div>
</div>
<p>The list of live in registers and successors can be empty. The language also
allows multiple live in register and successor lists - they are combined into
one list by the parser.</p>
</div>
<div class="section" id="miscellaneous-attributes">
<h4><a class="toc-backref" href="#id21">Miscellaneous Attributes</a><a class="headerlink" href="#miscellaneous-attributes" title="Permalink to this headline"></a></h4>
<p>The attributes <code class="docutils literal"><span class="pre">IsAddressTaken</span></code>, <code class="docutils literal"><span class="pre">IsLandingPad</span></code> and <code class="docutils literal"><span class="pre">Alignment</span></code> can be
specified in brackets after the block’s definition:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>bb.0.entry (address-taken):
  &lt;instructions&gt;
bb.2.else (align 4):
  &lt;instructions&gt;
bb.3(landing-pad, align 4):
  &lt;instructions&gt;
</pre></div>
</div>
</div>
</div>
<div class="section" id="machine-instructions">
<h3><a class="toc-backref" href="#id22">Machine Instructions</a><a class="headerlink" href="#machine-instructions" title="Permalink to this headline"></a></h3>
<p>A machine instruction is composed of a name,
<a class="reference internal" href="#machine-operands"><span class="std std-ref">machine operands</span></a>,
<a class="reference internal" href="#instruction-flags"><span class="std std-ref">instruction flags</span></a>, and machine memory operands.</p>
<p>The instruction’s name is usually specified before the operands. The example
below shows an instance of the X86 <code class="docutils literal"><span class="pre">RETQ</span></code> instruction with a single machine
operand:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>RETQ %eax
</pre></div>
</div>
<p>However, if the machine instruction has one or more explicitly defined register
operands, the instruction’s name has to be specified after them. The example
below shows an instance of the AArch64 <code class="docutils literal"><span class="pre">LDPXpost</span></code> instruction with three
defined register operands:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>%sp, %fp, %lr = LDPXpost %sp, 2
</pre></div>
</div>
<p>The instruction names are serialized using the exact definitions from the
target’s <code class="docutils literal"><span class="pre">*InstrInfo.td</span></code> files, and they are case sensitive. This means that
similar instruction names like <code class="docutils literal"><span class="pre">TSTri</span></code> and <code class="docutils literal"><span class="pre">tSTRi</span></code> represent different
machine instructions.</p>
<div class="section" id="instruction-flags">
<span id="id2"></span><h4><a class="toc-backref" href="#id23">Instruction Flags</a><a class="headerlink" href="#instruction-flags" title="Permalink to this headline"></a></h4>
<p>The flag <code class="docutils literal"><span class="pre">frame-setup</span></code> can be specified before the instruction’s name:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>%fp = frame-setup ADDXri %sp, 0, 0
</pre></div>
</div>
</div>
</div>
<div class="section" id="registers">
<span id="id3"></span><h3><a class="toc-backref" href="#id24">Registers</a><a class="headerlink" href="#registers" title="Permalink to this headline"></a></h3>
<p>Registers are one of the key primitives in the machine instructions
serialization language. They are primarly used in the
<a class="reference internal" href="#register-operands"><span class="std std-ref">register machine operands</span></a>,
but they can also be used in a number of other places, like the
<a class="reference internal" href="#bb-liveins"><span class="std std-ref">basic block’s live in list</span></a>.</p>
<p>The physical registers are identified by their name. They use the following
syntax:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>%&lt;name&gt;
</pre></div>
</div>
<p>The example below shows three X86 physical registers:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>%eax
%r15
%eflags
</pre></div>
</div>
<p>The virtual registers are identified by their ID number. They use the following
syntax:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>%&lt;id&gt;
</pre></div>
</div>
<p>Example:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>%0
</pre></div>
</div>
<p>The null registers are represented using an underscore (‘<code class="docutils literal"><span class="pre">_</span></code>’). They can also be
represented using a ‘<code class="docutils literal"><span class="pre">%noreg</span></code>’ named register, although the former syntax
is preferred.</p>
</div>
<div class="section" id="machine-operands">
<span id="id4"></span><h3><a class="toc-backref" href="#id25">Machine Operands</a><a class="headerlink" href="#machine-operands" title="Permalink to this headline"></a></h3>
<p>There are seventeen different kinds of machine operands, and all of them, except
the <code class="docutils literal"><span class="pre">MCSymbol</span></code> operand, can be serialized. The <code class="docutils literal"><span class="pre">MCSymbol</span></code> operands are
just printed out - they can’t be parsed back yet.</p>
<div class="section" id="immediate-operands">
<h4><a class="toc-backref" href="#id26">Immediate Operands</a><a class="headerlink" href="#immediate-operands" title="Permalink to this headline"></a></h4>
<p>The immediate machine operands are untyped, 64-bit signed integers. The
example below shows an instance of the X86 <code class="docutils literal"><span class="pre">MOV32ri</span></code> instruction that has an
immediate machine operand <code class="docutils literal"><span class="pre">-42</span></code>:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>%eax = MOV32ri -42
</pre></div>
</div>
</div>
<div class="section" id="register-operands">
<span id="id5"></span><h4><a class="toc-backref" href="#id27">Register Operands</a><a class="headerlink" href="#register-operands" title="Permalink to this headline"></a></h4>
<p>The <a class="reference internal" href="#registers"><span class="std std-ref">register</span></a> primitive is used to represent the register
machine operands. The register operands can also have optional
<a class="reference internal" href="#register-flags"><span class="std std-ref">register flags</span></a>,
<a class="reference internal" href="#subregister-indices"><span class="std std-ref">a subregister index</span></a>,
and a reference to the tied register operand.
The full syntax of a register operand is shown below:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>[&lt;flags&gt;] &lt;register&gt; [ :&lt;subregister-idx-name&gt; ] [ (tied-def &lt;tied-op&gt;) ]
</pre></div>
</div>
<p>This example shows an instance of the X86 <code class="docutils literal"><span class="pre">XOR32rr</span></code> instruction that has
5 register operands with different register flags:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>dead %eax = XOR32rr undef %eax, undef %eax, implicit-def dead %eflags, implicit-def %al
</pre></div>
</div>
<div class="section" id="register-flags">
<span id="id6"></span><h5><a class="toc-backref" href="#id28">Register Flags</a><a class="headerlink" href="#register-flags" title="Permalink to this headline"></a></h5>
<p>The table below shows all of the possible register flags along with the
corresponding internal <code class="docutils literal"><span class="pre">llvm::RegState</span></code> representation:</p>
<table border="1" class="docutils">
<colgroup>
<col width="50%" />
<col width="50%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Flag</th>
<th class="head">Internal Value</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td><code class="docutils literal"><span class="pre">implicit</span></code></td>
<td><code class="docutils literal"><span class="pre">RegState::Implicit</span></code></td>
</tr>
<tr class="row-odd"><td><code class="docutils literal"><span class="pre">implicit-def</span></code></td>
<td><code class="docutils literal"><span class="pre">RegState::ImplicitDefine</span></code></td>
</tr>
<tr class="row-even"><td><code class="docutils literal"><span class="pre">def</span></code></td>
<td><code class="docutils literal"><span class="pre">RegState::Define</span></code></td>
</tr>
<tr class="row-odd"><td><code class="docutils literal"><span class="pre">dead</span></code></td>
<td><code class="docutils literal"><span class="pre">RegState::Dead</span></code></td>
</tr>
<tr class="row-even"><td><code class="docutils literal"><span class="pre">killed</span></code></td>
<td><code class="docutils literal"><span class="pre">RegState::Kill</span></code></td>
</tr>
<tr class="row-odd"><td><code class="docutils literal"><span class="pre">undef</span></code></td>
<td><code class="docutils literal"><span class="pre">RegState::Undef</span></code></td>
</tr>
<tr class="row-even"><td><code class="docutils literal"><span class="pre">internal</span></code></td>
<td><code class="docutils literal"><span class="pre">RegState::InternalRead</span></code></td>
</tr>
<tr class="row-odd"><td><code class="docutils literal"><span class="pre">early-clobber</span></code></td>
<td><code class="docutils literal"><span class="pre">RegState::EarlyClobber</span></code></td>
</tr>
<tr class="row-even"><td><code class="docutils literal"><span class="pre">debug-use</span></code></td>
<td><code class="docutils literal"><span class="pre">RegState::Debug</span></code></td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="subregister-indices">
<span id="id7"></span><h5><a class="toc-backref" href="#id29">Subregister Indices</a><a class="headerlink" href="#subregister-indices" title="Permalink to this headline"></a></h5>
<p>The register machine operands can reference a portion of a register by using
the subregister indices. The example below shows an instance of the <code class="docutils literal"><span class="pre">COPY</span></code>
pseudo instruction that uses the X86 <code class="docutils literal"><span class="pre">sub_8bit</span></code> subregister index to copy 8
lower bits from the 32-bit virtual register 0 to the 8-bit virtual register 1:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>%1 = COPY %0:sub_8bit
</pre></div>
</div>
<p>The names of the subregister indices are target specific, and are typically
defined in the target’s <code class="docutils literal"><span class="pre">*RegisterInfo.td</span></code> file.</p>
</div>
</div>
<div class="section" id="global-value-operands">
<h4><a class="toc-backref" href="#id30">Global Value Operands</a><a class="headerlink" href="#global-value-operands" title="Permalink to this headline"></a></h4>
<p>The global value machine operands reference the global values from the
<a class="reference internal" href="#embedded-module"><span class="std std-ref">embedded LLVM IR module</span></a>.
The example below shows an instance of the X86 <code class="docutils literal"><span class="pre">MOV64rm</span></code> instruction that has
a global value operand named <code class="docutils literal"><span class="pre">G</span></code>:</p>
<div class="highlight-text"><div class="highlight"><pre><span></span>%rax = MOV64rm %rip, 1, _, @G, _
</pre></div>
</div>
<p>The named global values are represented using an identifier with the ‘&#64;’ prefix.
If the identifier doesn’t match the regular expression
<cite>[-a-zA-Z$._][-a-zA-Z$._0-9]*</cite>, then this identifier must be quoted.</p>
<p>The unnamed global values are represented using an unsigned numeric value with
the ‘&#64;’ prefix, like in the following examples: <code class="docutils literal"><span class="pre">&#64;0</span></code>, <code class="docutils literal"><span class="pre">&#64;989</span></code>.</p>
</div>
</div>
</div>
</div>


          </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="Coroutines.html" title="Coroutines in LLVM"
             >next</a> |</li>
        <li class="right" >
          <a href="FaultMaps.html" title="FaultMaps and implicit checks"
             >previous</a> |</li>
  <li><a href="http://llvm.org/">LLVM Home</a>&nbsp;|&nbsp;</li>
  <li><a href="index.html">Documentation</a>&raquo;</li>
 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2003-2018, LLVM Project.
      Last updated on 2018-02-13.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.7.
    </div>
  </body>
</html>