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