mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Diversify examples
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6778 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b5561ffaf2
commit
8c6bb90b8e
@ -1193,9 +1193,10 @@ argument is unsigned, zero bits shall fill the empty positions.<p>
|
||||
<h5>Example:</h5>
|
||||
<pre>
|
||||
<result> = shr int 4, ubyte %var <i>; yields {int}:result = 4 >> %var</i>
|
||||
<result> = shr int 4, ubyte 1 <i>; yields {int}:result = 2</i>
|
||||
<result> = shr uint 4, ubyte 1 <i>; yields {uint}:result = 2</i>
|
||||
<result> = shr int 4, ubyte 2 <i>; yields {int}:result = 1</i>
|
||||
<result> = shr int 4, ubyte 3 <i>; yields {int}:result = 0</i>
|
||||
<result> = shr sbyte 4, ubyte 3 <i>; yields {sbyte}:result = 0</i>
|
||||
<result> = shr sbyte -2, ubyte 1 <i>; yields {sbyte}:result = -1</i>
|
||||
</pre>
|
||||
|
||||
|
||||
@ -1810,7 +1811,7 @@ arbitrarily complex and require memory allocation, for example.<p>
|
||||
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
|
||||
<!-- Created: Tue Jan 23 15:19:28 CST 2001 -->
|
||||
<!-- hhmts start -->
|
||||
Last modified: Wed Jun 18 16:27:39 CDT 2003
|
||||
Last modified: Wed Jun 18 16:29:55 CDT 2003
|
||||
<!-- hhmts end -->
|
||||
</font>
|
||||
</body></html>
|
||||
|
Loading…
Reference in New Issue
Block a user