diff options
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/IR.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/IR.rst b/Documentation/IR.rst index 38683a73..5b9155f7 100644 --- a/Documentation/IR.rst +++ b/Documentation/IR.rst @@ -273,6 +273,12 @@ They all have the following signature: .. op:: OP_PTRCAST Cast to pointer. +.. op:: OP_FCVTU + Conversion from float type to unsigned integer. + +.. op:: OP_FCVTS + Conversion from float type to signed integer. + .. op:: OP_UCVTF Conversion from unsigned integer to float type. |
