mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Expanded the documentation for constant expressions to cover select
and extractelement. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25183 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
29418a862c
commit
9fbe14586d
@ -1086,6 +1086,16 @@ following is the syntax for constant expressions:</p>
|
||||
instruction, the index list may have zero or more indexes, which are required
|
||||
to make sense for the type of "CSTPTR".</dd>
|
||||
|
||||
<dt><b><tt>select ( COND, VAL1, VAL2 )</tt></b></dt>
|
||||
|
||||
<dd>Perform the <a href="#i_select">select operation</a> on
|
||||
constants.
|
||||
|
||||
<dt><b><tt>extractelement ( VAL, IDX )</tt></b></dt>
|
||||
|
||||
<dd>Perform the <a href="#i_extractelement">extractelement
|
||||
operation</a> on constants.
|
||||
|
||||
<dt><b><tt>OPCODE ( LHS, RHS )</tt></b></dt>
|
||||
|
||||
<dd>Perform the specified operation of the LHS and RHS constants. OPCODE may
|
||||
|
Loading…
Reference in New Issue
Block a user