mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Document the icmp and fcmp constant expressions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32188 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3f4d6d185b
commit
01c4259d41
@ -1255,7 +1255,13 @@ following is the syntax for constant expressions:</p>
|
||||
<dt><b><tt>select ( COND, VAL1, VAL2 )</tt></b></dt>
|
||||
|
||||
<dd>Perform the <a href="#i_select">select operation</a> on
|
||||
constants.
|
||||
constants.</dd>
|
||||
|
||||
<dt><b><tt>icmp COND ( VAL1, VAL2 )</tt></b></dt>
|
||||
<dd>Performs the <a href="#i_icmp">icmp operation</a> on constants.</dd>
|
||||
|
||||
<dt><b><tt>fcmp COND ( VAL1, VAL2 )</tt></b></dt>
|
||||
<dd>Performs the <a href="#i_fcmp">fcmp operation</a> on constants.</dd>
|
||||
|
||||
<dt><b><tt>extractelement ( VAL, IDX )</tt></b></dt>
|
||||
|
||||
@ -1265,13 +1271,13 @@ following is the syntax for constant expressions:</p>
|
||||
<dt><b><tt>insertelement ( VAL, ELT, IDX )</tt></b></dt>
|
||||
|
||||
<dd>Perform the <a href="#i_insertelement">insertelement
|
||||
operation</a> on constants.
|
||||
operation</a> on constants.</dd>
|
||||
|
||||
|
||||
<dt><b><tt>shufflevector ( VEC1, VEC2, IDXMASK )</tt></b></dt>
|
||||
|
||||
<dd>Perform the <a href="#i_shufflevector">shufflevector
|
||||
operation</a> on constants.
|
||||
operation</a> on constants.</dd>
|
||||
|
||||
<dt><b><tt>OPCODE ( LHS, RHS )</tt></b></dt>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user