Skip to content

Commit

Permalink
chores: deleting useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
branylagaffe committed Sep 3, 2024
1 parent b8b9233 commit b40a2ba
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 11,340 deletions.
3,751 changes: 0 additions & 3,751 deletions components/Decoder/Encodings.cpp

This file was deleted.

10 changes: 7 additions & 3 deletions components/Decoder/Operations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,29 @@
// DO-NOT-REMOVE end-copyright-block

#include "Conditions.hpp"
#include "OperandMap.hpp"
#include "BitManip.hpp"
#include "SemanticActions.hpp"
#include "encodings/SharedFunctions.hpp"
#include "OperandMap.hpp"

#include <boost/throw_exception.hpp>
#include "SemanticActions.hpp"
#include <components/uArch/RegisterType.hpp>
#include <components/uArch/uArchInterfaces.hpp>
#include <core/boost_extensions/intrusive_ptr.hpp>
#include <core/debug/debug.hpp>
#include <core/target.hpp>
#include <core/types.hpp>


#define DBG_DeclareCategories Decoder
#define DBG_SetDefaultOps AddCat(Decoder)
#include DBG_Control()

using namespace nuArch;

namespace nDecoder {

using namespace nuArch;

typedef struct OFFSET : public Operation
{
Expand Down Expand Up @@ -875,4 +879,4 @@ operation(eOpType aType)
return ptr;
}

} // namespace nDecoder
} // namespace nDecoder
50 changes: 0 additions & 50 deletions components/Decoder/encodings/DataProcFp.cpp

This file was deleted.

54 changes: 0 additions & 54 deletions components/Decoder/encodings/DataProcFp.hpp

This file was deleted.

7 changes: 5 additions & 2 deletions components/Decoder/encodings/DataProcReg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
#ifndef FLEXUS_armDECODER_armDATAPROCREG_HPP_INCLUDED
#define FLEXUS_armDECODER_armDATAPROCREG_HPP_INCLUDED

#include "SharedFunctions.hpp"
#include "components/Decoder/Instruction.hpp"

using namespace nuArch;

namespace nDecoder {

// Logical (shifted register)
Expand Down Expand Up @@ -97,4 +100,4 @@ CRC(archcode const& aFetchedOpcode, uint32_t aCPU, int64_t aSequenceNo);

} // namespace nDecoder

#endif // FLEXUS_armDECODER_armDATAPROCREG_HPP_INCLUDED
#endif // FLEXUS_armDECODER_armDATAPROCREG_HPP_INCLUDED
3 changes: 1 addition & 2 deletions components/Decoder/encodings/Encodings_DataProcFp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// DO-NOT-REMOVE end-copyright-block

#include "DataProcFp.hpp"
#include "Encodings.hpp"
#include "Unallocated.hpp"

Expand Down Expand Up @@ -287,4 +286,4 @@ disas_data_proc_simd_fp(archcode const& aFetchedOpcode, uint32_t aCPU, int64_t a
}
}

} // namespace nDecoder
} // namespace nDecoder
3 changes: 1 addition & 2 deletions components/Decoder/encodings/Encodings_DataProcImm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
// DO-NOT-REMOVE end-copyright-block

#include "Branch.hpp"
#include "DataProcFp.hpp"
#include "DataProcImm.hpp"
#include "DataProcReg.hpp"
#include "Encodings.hpp"
Expand Down Expand Up @@ -163,4 +162,4 @@ disas_data_proc_imm(archcode const& aFetchedOpcode, uint32_t aCPU, int64_t aSequ
DBG_Assert(false);
}

} // namespace nDecoder
} // namespace nDecoder
Loading

0 comments on commit b40a2ba

Please sign in to comment.