mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-05-05 22:17:42 +02:00
Add OpFNegate
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user