mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-05-08 16:48:45 +02:00
Add OpFDiv
This commit is contained in:
@@ -292,6 +292,9 @@ class Module {
|
||||
/// Unsigned-integer division of Operand 1 divided by Operand 2.
|
||||
Id OpUDiv(Id result_type, Id operand_1, Id operand_2);
|
||||
|
||||
/// Floating-point division of Operand 1 divided by Operand 2.
|
||||
Id OpFDiv(Id result_type, Id operand_1, Id operand_2);
|
||||
|
||||
/// Integer addition of Operand 1 and Operand 2.
|
||||
Id OpIAdd(Id result_type, Id operand_1, Id operand_2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user