ir: Reorganize to new top level folder

This commit is contained in:
MerryMage
2021-04-21 22:21:36 +01:00
parent 5bec200c36
commit e19f898aa2
69 changed files with 168 additions and 168 deletions

View File

@@ -7,7 +7,7 @@
#include "common/common_types.h"
#include "common/bit_util.h"
#include "frontend/ir/cond.h"
#include "ir/cond.h"
namespace Dynarmic::A32 {

View File

@@ -6,7 +6,7 @@
#include "common/assert.h"
#include "frontend/A32/ir_emitter.h"
#include "frontend/A32/types.h"
#include "frontend/ir/opcodes.h"
#include "ir/opcodes.h"
#include <dynarmic/A32/arch_version.h>

View File

@@ -9,8 +9,8 @@
#include "common/common_types.h"
#include "frontend/A32/location_descriptor.h"
#include "frontend/ir/ir_emitter.h"
#include "frontend/ir/value.h"
#include "ir/ir_emitter.h"
#include "ir/value.h"
namespace Dynarmic::A32 {

View File

@@ -12,7 +12,7 @@
#include "frontend/A32/FPSCR.h"
#include "frontend/A32/PSR.h"
#include "frontend/A32/ITState.h"
#include "frontend/ir/location_descriptor.h"
#include "ir/location_descriptor.h"
namespace Dynarmic::A32 {

View File

@@ -11,7 +11,7 @@
#include "common/common_types.h"
#include "frontend/A32/ir_emitter.h"
#include "frontend/A32/translate/conditional_state.h"
#include "frontend/ir/cond.h"
#include "ir/cond.h"
namespace Dynarmic::A32 {

View File

@@ -5,7 +5,7 @@
#include "frontend/A32/location_descriptor.h"
#include "frontend/A32/translate/translate.h"
#include "frontend/ir/basic_block.h"
#include "ir/basic_block.h"
namespace Dynarmic::A32 {

View File

@@ -14,7 +14,7 @@
#include "frontend/A32/translate/impl/translate_arm.h"
#include "frontend/A32/translate/translate.h"
#include "frontend/A32/types.h"
#include "frontend/ir/basic_block.h"
#include "ir/basic_block.h"
namespace Dynarmic::A32 {

View File

@@ -13,7 +13,7 @@
#include "common/assert.h"
#include "common/common_types.h"
#include "frontend/ir/cond.h"
#include "ir/cond.h"
namespace Dynarmic::A32 {