mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-28 18:26:54 +01:00
Add OpFNegate
This commit is contained in:
parent
6742afd6dd
commit
27a0b4f17e
2 changed files with 12 additions and 0 deletions
|
|
@ -286,6 +286,9 @@ class Module {
|
|||
|
||||
// Arithmetic
|
||||
|
||||
/// Floating-point subtract of Operand from zero.
|
||||
Id OpFNegate(Id result_type, Id operand);
|
||||
|
||||
/// Unsigned-integer division of Operand 1 divided by Operand 2.
|
||||
Id OpUDiv(Id result_type, Id operand_1, Id operand_2);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue