From 26f49b7e27076e689541b9e13a1b54f60a4ee5c2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jul 2024 02:57:23 +0900 Subject: feat: organize namespaces --- .../Instructions/Instrs/Numeric/F32Abs.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Add.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Ceil.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Const.php | 23 ++++++++++++++++++++++ .../Instructions/Instrs/Numeric/F32ConvertI32S.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32ConvertI32U.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32ConvertI64S.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32ConvertI64U.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32CopySign.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32DemoteF64.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Div.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Eq.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Floor.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Ge.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Gt.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Le.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Lt.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Max.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Min.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Mul.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Ne.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Nearest.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Neg.php | 15 ++++++++++++++ .../Instrs/Numeric/F32ReinterpretI32.php | 15 ++++++++++++++ .../Instrs/Numeric/F32ReinterpretI64.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Sqrt.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Sub.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F32Trunc.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Abs.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Add.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Ceil.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Const.php | 23 ++++++++++++++++++++++ .../Instructions/Instrs/Numeric/F64ConvertI32S.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64ConvertI32U.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64ConvertI64S.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64ConvertI64U.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64CopySign.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Div.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Eq.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Floor.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Ge.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Gt.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Le.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Lt.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Max.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Min.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Mul.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Ne.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Nearest.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Neg.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64PromoteF32.php | 15 ++++++++++++++ .../Instrs/Numeric/F64ReinterpretI32.php | 15 ++++++++++++++ .../Instrs/Numeric/F64ReinterpretI64.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Sqrt.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Sub.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/F64Trunc.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32Add.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32And.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32Clz.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32Const.php | 23 ++++++++++++++++++++++ .../Instructions/Instrs/Numeric/I32Ctz.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32DivS.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32DivU.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32Eq.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32Eqz.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32Extend16S.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32Extend8S.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32GeS.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32GeU.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32GtS.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32GtU.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32LeS.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32LeU.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32LtS.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32LtU.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32Mul.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32Ne.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32Or.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32Popcnt.php | 15 ++++++++++++++ .../Instrs/Numeric/I32ReinterpretF32.php | 15 ++++++++++++++ .../Instrs/Numeric/I32ReinterpretF64.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32RemS.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32RemU.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32RotL.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32RotR.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32Shl.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32ShrS.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32ShrU.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32Sub.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32TruncF32S.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32TruncF32U.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32TruncF64S.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32TruncF64U.php | 15 ++++++++++++++ .../Instrs/Numeric/I32TruncSatF32S.php | 15 ++++++++++++++ .../Instrs/Numeric/I32TruncSatF32U.php | 15 ++++++++++++++ .../Instrs/Numeric/I32TruncSatF64S.php | 15 ++++++++++++++ .../Instrs/Numeric/I32TruncSatF64U.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32WrapI64.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I32Xor.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Add.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64And.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Clz.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Const.php | 23 ++++++++++++++++++++++ .../Instructions/Instrs/Numeric/I64Ctz.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64DivS.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64DivU.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Eq.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Eqz.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Extend16S.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Extend32S.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Extend8S.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64ExtendI32S.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64ExtendI32U.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64GeS.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64GeU.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64GtS.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64GtU.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64LeS.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64LeU.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64LtS.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64LtU.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Mul.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Ne.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Or.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Popcnt.php | 15 ++++++++++++++ .../Instrs/Numeric/I64ReinterpretF32.php | 15 ++++++++++++++ .../Instrs/Numeric/I64ReinterpretF64.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64RemS.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64RemU.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64RotL.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64RotR.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Shl.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64ShrS.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64ShrU.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Sub.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64TruncF32S.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64TruncF32U.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64TruncF64S.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64TruncF64U.php | 15 ++++++++++++++ .../Instrs/Numeric/I64TruncSatF32S.php | 15 ++++++++++++++ .../Instrs/Numeric/I64TruncSatF32U.php | 15 ++++++++++++++ .../Instrs/Numeric/I64TruncSatF64S.php | 15 ++++++++++++++ .../Instrs/Numeric/I64TruncSatF64U.php | 15 ++++++++++++++ .../Instructions/Instrs/Numeric/I64Xor.php | 15 ++++++++++++++ 144 files changed, 2192 insertions(+) create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Abs.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Add.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Ceil.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Const.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32ConvertI32S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32ConvertI32U.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32ConvertI64S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32ConvertI64U.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32CopySign.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32DemoteF64.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Div.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Eq.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Floor.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Ge.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Gt.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Le.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Lt.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Max.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Min.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Mul.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Ne.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Nearest.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Neg.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32ReinterpretI32.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32ReinterpretI64.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Sqrt.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Sub.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Trunc.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Abs.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Add.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Ceil.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Const.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64ConvertI32S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64ConvertI32U.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64ConvertI64S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64ConvertI64U.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64CopySign.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Div.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Eq.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Floor.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Ge.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Gt.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Le.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Lt.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Max.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Min.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Mul.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Ne.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Nearest.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Neg.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64PromoteF32.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64ReinterpretI32.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64ReinterpretI64.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Sqrt.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Sub.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64Trunc.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Add.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32And.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Clz.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Const.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Ctz.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32DivS.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32DivU.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Eq.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Eqz.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Extend16S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Extend8S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32GeS.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32GeU.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32GtS.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32GtU.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32LeS.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32LeU.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32LtS.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32LtU.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Mul.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Ne.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Or.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Popcnt.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32ReinterpretF32.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32ReinterpretF64.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32RemS.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32RemU.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32RotL.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32RotR.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Shl.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32ShrS.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32ShrU.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Sub.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32TruncF32S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32TruncF32U.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32TruncF64S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32TruncF64U.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32TruncSatF32S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32TruncSatF32U.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32TruncSatF64S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32TruncSatF64U.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32WrapI64.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I32Xor.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Add.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64And.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Clz.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Const.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Ctz.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64DivS.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64DivU.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Eq.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Eqz.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Extend16S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Extend32S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Extend8S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64ExtendI32S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64ExtendI32U.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64GeS.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64GeU.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64GtS.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64GtU.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64LeS.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64LeU.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64LtS.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64LtU.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Mul.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Ne.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Or.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Popcnt.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64ReinterpretF32.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64ReinterpretF64.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64RemS.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64RemU.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64RotL.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64RotR.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Shl.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64ShrS.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64ShrU.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Sub.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64TruncF32S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64TruncF32U.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64TruncF64S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64TruncF64U.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64TruncSatF32S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64TruncSatF32U.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64TruncSatF64S.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64TruncSatF64U.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Numeric/I64Xor.php (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Numeric') diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Abs.php b/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Abs.php new file mode 100644 index 0000000..7711f7f --- /dev/null +++ b/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F32Abs.php @@ -0,0 +1,15 @@ +