diff options
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/IR.rst | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Documentation/IR.rst b/Documentation/IR.rst index 67ef06a5..38683a73 100644 --- a/Documentation/IR.rst +++ b/Documentation/IR.rst @@ -270,12 +270,18 @@ They all have the following signature: .. op:: OP_SCAST Cast to signed integer. -.. op:: OP_FPCAST - Cast to floating-point. - .. op:: OP_PTRCAST Cast to pointer. +.. op:: OP_UCVTF + Conversion from unsigned integer to float type. + +.. op:: OP_SCVTF + Conversion from signed integer to float type. + +.. op:: OP_FCVTF + Conversion between float types. + Ternary ops ----------- .. op:: OP_SEL |
