thumb32: Add load source files
Places all the skeleton files in place.
This commit is contained in:
parent
47ab3a1450
commit
ee99fa69e9
3 changed files with 33 additions and 0 deletions
11
src/frontend/A32/translate/impl/thumb32_load_byte.cpp
Normal file
11
src/frontend/A32/translate/impl/thumb32_load_byte.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* This file is part of the dynarmic project.
|
||||
* Copyright (c) 2021 MerryMage
|
||||
* SPDX-License-Identifier: 0BSD
|
||||
*/
|
||||
|
||||
#include "frontend/A32/translate/impl/translate_thumb.h"
|
||||
|
||||
namespace Dynarmic::A32 {
|
||||
|
||||
|
||||
} // namespace Dynarmic::A32
|
11
src/frontend/A32/translate/impl/thumb32_load_halfword.cpp
Normal file
11
src/frontend/A32/translate/impl/thumb32_load_halfword.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* This file is part of the dynarmic project.
|
||||
* Copyright (c) 2021 MerryMage
|
||||
* SPDX-License-Identifier: 0BSD
|
||||
*/
|
||||
|
||||
#include "frontend/A32/translate/impl/translate_thumb.h"
|
||||
|
||||
namespace Dynarmic::A32 {
|
||||
|
||||
|
||||
} // namespace Dynarmic::A32
|
11
src/frontend/A32/translate/impl/thumb32_load_word.cpp
Normal file
11
src/frontend/A32/translate/impl/thumb32_load_word.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* This file is part of the dynarmic project.
|
||||
* Copyright (c) 2021 MerryMage
|
||||
* SPDX-License-Identifier: 0BSD
|
||||
*/
|
||||
|
||||
#include "frontend/A32/translate/impl/translate_thumb.h"
|
||||
|
||||
namespace Dynarmic::A32 {
|
||||
|
||||
|
||||
} // namespace Dynarmic::A32
|
Loading…
Reference in a new issue