diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Memory/F64Store.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Memory/F64Store.php | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/Structure/Instructions/Instrs/Memory/F64Store.php b/src/Structure/Instructions/Instrs/Memory/F64Store.php deleted file mode 100644 index 2ee5144..0000000 --- a/src/Structure/Instructions/Instrs/Memory/F64Store.php +++ /dev/null @@ -1,25 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Nsfisis\Waddiwasi\Structure\Instructions\Instrs\Memory; - -use Nsfisis\Waddiwasi\Structure\Instructions\Instr; - -final readonly class F64Store extends Instr -{ - /** - * @param U32 $offset - * @param U32 $align - */ - protected function __construct( - public int $offset, - public int $align, - ) { - } - - public static function opName(): string - { - return "f64.store"; - } -} |
