GreemDev-Ryujinx/src/ARMeilleure/Decoders
TSRBerry ff53dcf560
[ARMeilleure] Address dotnet-format issues (#5357)
* dotnet format style --severity info

Some changes were manually reverted.

* dotnet format analyzers --serverity info

Some changes have been minimally adapted.

* Restore a few unused methods and variables

* Silence dotnet format IDE0060 warnings

* Silence dotnet format IDE0052 warnings

* Address or silence dotnet format IDE1006 warnings

* Address or silence dotnet format CA2208 warnings

* Address dotnet format CA1822 warnings

* Address or silence dotnet format CA1069 warnings

* Silence CA1806 and CA1834 issues

* Address dotnet format CA1401 warnings

* Fix new dotnet-format issues after rebase

* Address review comments

* Address dotnet format CA2208 warnings properly

* Fix formatting for switch expressions

* Address most dotnet format whitespace warnings

* Apply dotnet format whitespace formatting

A few of them have been manually reverted and the corresponding warning was silenced

* Add previously silenced warnings back

I have no clue how these disappeared

* Revert formatting changes for OpCodeTable.cs

* Enable formatting for a few cases again

* Format if-blocks correctly

* Enable formatting for a few more cases again

* Fix inline comment alignment

* Run dotnet format after rebase and remove unused usings

- analyzers
- style
- whitespace

* Disable 'prefer switch expression' rule

* Add comments to disabled warnings

* Remove a few unused parameters

* Adjust namespaces

* Simplify properties and array initialization, Use const when possible, Remove trailing commas

* Start working on disabled warnings

* Fix and silence a few dotnet-format warnings again

* Address IDE0251 warnings

* Address a few disabled IDE0060 warnings

* Silence IDE0060 in .editorconfig

* Revert "Simplify properties and array initialization, Use const when possible, Remove trailing commas"

This reverts commit 9462e4136c0a2100dc28b20cf9542e06790aa67e.

* dotnet format whitespace after rebase

* First dotnet format pass

* Remove unnecessary formatting exclusion

* Add unsafe dotnet format changes

* Change visibility of JitSupportDarwin to internal
2023-06-26 07:25:06 +02:00
..
Optimizations [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
Block.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
Condition.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
DataOp.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
Decoder.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
DecoderHelper.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
DecoderMode.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
InstDescriptor.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
InstEmitter.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IntType.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32Adr.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
IOpCode32Alu.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32AluBf.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
IOpCode32AluImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32AluImm16.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32AluMla.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
IOpCode32AluReg.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
IOpCode32AluRsImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32AluRsReg.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32AluUmull.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
IOpCode32AluUx.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
IOpCode32BImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32BReg.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32Exception.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32HasSetFlags.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32Mem.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32MemEx.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
IOpCode32MemMult.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32MemReg.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32MemRsImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCode32Simd.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
IOpCode32SimdImm.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
IOpCodeAlu.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCodeAluImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCodeAluRs.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCodeAluRx.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCodeBImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCodeCond.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCodeLit.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
IOpCodeSimd.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32Alu.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32AluBf.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32AluImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32AluImm16.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32AluMla.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32AluReg.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32AluRsImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32AluRsReg.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32AluUmull.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32AluUx.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32BImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32BReg.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32Exception.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32Mem.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32MemImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32MemImm8.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32MemLdEx.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32MemMult.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32MemReg.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32MemRsImm.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32MemStEx.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32Mrs.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32MsrReg.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32Sat.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32Sat16.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32Simd.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdBase.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32SimdBinary.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdCmpZ.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdCvtFI.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdCvtTB.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32SimdDupElem.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdDupGP.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdExt.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdImm.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdImm44.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdLong.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32SimdMemImm.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdMemMult.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdMemPair.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32SimdMemSingle.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdMovGp.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdMovGpDouble.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdMovGpElem.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdMovn.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdReg.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdRegElem.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdRegElemLong.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdRegLong.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdRegS.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdRegWide.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdRev.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdS.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdSel.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCode32SimdShImm.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdShImmLong.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdShImmNarrow.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdSpecial.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdSqrte.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32SimdTbl.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCode32System.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeAdr.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeAlu.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeAluBinary.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeAluImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeAluRs.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeAluRx.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeBfm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeBImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeBImmAl.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeBImmCmp.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeBImmCond.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeBImmTest.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeBReg.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeCcmp.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeCcmpImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeCcmpReg.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeCsel.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeException.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeMem.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeMemEx.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeMemImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeMemLit.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeMemPair.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeMemReg.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeMov.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeMul.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimd.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdCvt.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdExt.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdFcond.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdFmov.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdHelper.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdIns.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdMemImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdMemLit.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdMemMs.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdMemPair.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdMemReg.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdMemSs.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdReg.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdRegElem.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdRegElemF.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSimdShImm.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeSimdTbl.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeSystem.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT16.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT16AddSubImm3.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT16AddSubReg.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16AddSubSp.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16Adr.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16AluImm8.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16AluImmZero.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16AluRegHigh.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16AluRegLow.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16AluUx.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16BImm8.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT16BImm11.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT16BImmCmp.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16BReg.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16Exception.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16IfThen.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16MemImm5.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT16MemLit.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16MemMult.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT16MemReg.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16MemSp.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16MemStack.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16ShiftImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT16ShiftReg.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT16SpRel.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT32.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT32Alu.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT32AluBf.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT32AluImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT32AluImm12.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT32AluMla.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT32AluReg.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT32AluRsImm.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT32AluUmull.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT32AluUx.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT32BImm20.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT32BImm24.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT32MemImm8.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT32MemImm8D.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT32MemImm12.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT32MemLdEx.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT32MemMult.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT32MemRsImm.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT32MemStEx.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT32MovImm16.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeT32ShiftReg.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
OpCodeT32Tb.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
OpCodeTable.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
RegisterSize.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
ShiftType.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00