aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Numeric/F32DemoteF64.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Numeric/F32DemoteF64.php')
-rw-r--r--src/Structure/Instructions/Instrs/Numeric/F32DemoteF64.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Numeric/F32DemoteF64.php b/src/Structure/Instructions/Instrs/Numeric/F32DemoteF64.php
index bfe7221..4602bcd 100644
--- a/src/Structure/Instructions/Instrs/Numeric/F32DemoteF64.php
+++ b/src/Structure/Instructions/Instrs/Numeric/F32DemoteF64.php
@@ -8,4 +8,8 @@ use Nsfisis\Waddiwasi\Structure\Instructions\Instr;
final readonly class F32DemoteF64 extends Instr
{
+ public static function opName(): string
+ {
+ return "f32.demote_f64";
+ }
}