aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Memory/F32Load.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Memory/F32Load.php')
-rw-r--r--src/Structure/Instructions/Instrs/Memory/F32Load.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Memory/F32Load.php b/src/Structure/Instructions/Instrs/Memory/F32Load.php
index 4b06021..107e033 100644
--- a/src/Structure/Instructions/Instrs/Memory/F32Load.php
+++ b/src/Structure/Instructions/Instrs/Memory/F32Load.php
@@ -17,4 +17,9 @@ final readonly class F32Load extends Instr
public int $align,
) {
}
+
+ public static function opName(): string
+ {
+ return "f32.load";
+ }
}