Moving cpu/frontend/ppc/ to cpu/frontend/.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
|
||||
TEST_CASE("ADD_I8", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("BYTE_SWAP_V128", "[instr]") {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("EXTRACT_INT8", "[instr]") {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("INSERT_INT8", "[instr]") {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("LOAD_VECTOR_SHL", "[instr]") {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("PACK_D3DCOLOR", "[instr]") {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("PERMUTE_V128_BY_INT32_CONSTANT", "[instr]") {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
|
||||
TEST_CASE("SHA_I8", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
|
||||
TEST_CASE("SHL_I8", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("SHR_I8", "[instr]") {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("SWIZZLE_V128", "[instr]") {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("UNPACK_D3DCOLOR", "[instr]") {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("VECTOR_ADD_I8", "[instr]") {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("VECTOR_MAX_I8_SIGNED", "[instr]") {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("VECTOR_MIN_I8_SIGNED", "[instr]") {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("VECTOR_ROTATE_LEFT_I8", "[instr]") {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("VECTOR_SHA_I8", "[instr]") {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("VECTOR_SHL_I8", "[instr]") {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::test;
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using namespace poly;
|
||||
|
||||
TEST_CASE("VECTOR_SHR_I8", "[instr]") {
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
|
||||
#include "xenia/cpu/backend/x64/x64_backend.h"
|
||||
#include "xenia/cpu/cpu.h"
|
||||
#include "xenia/cpu/frontend/ppc/ppc_context.h"
|
||||
#include "xenia/cpu/frontend/ppc/ppc_frontend.h"
|
||||
#include "xenia/cpu/frontend/ppc_context.h"
|
||||
#include "xenia/cpu/frontend/ppc_frontend.h"
|
||||
#include "xenia/cpu/hir/hir_builder.h"
|
||||
#include "xenia/cpu/test_module.h"
|
||||
#include "poly/main.h"
|
||||
@@ -27,7 +27,7 @@ namespace xe {
|
||||
namespace cpu {
|
||||
namespace test {
|
||||
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::Runtime;
|
||||
|
||||
class TestFunction {
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace xe {
|
||||
namespace cpu {
|
||||
namespace test {
|
||||
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::Runtime;
|
||||
|
||||
int main(std::vector<std::wstring>& args) {
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
#include "xenia/cpu/cpu.h"
|
||||
#include "xenia/cpu/backend/x64/x64_backend.h"
|
||||
#include "xenia/cpu/frontend/ppc/ppc_context.h"
|
||||
#include "xenia/cpu/frontend/ppc/ppc_frontend.h"
|
||||
#include "xenia/cpu/frontend/ppc_context.h"
|
||||
#include "xenia/cpu/frontend/ppc_frontend.h"
|
||||
#include "xenia/cpu/raw_module.h"
|
||||
#include "poly/main.h"
|
||||
#include "poly/poly.h"
|
||||
@@ -21,7 +21,7 @@ namespace xe {
|
||||
namespace cpu {
|
||||
namespace sandbox {
|
||||
|
||||
using xe::cpu::frontend::ppc::PPCContext;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::Runtime;
|
||||
|
||||
// TODO(benvanik): simple memory? move more into core?
|
||||
|
||||
Reference in New Issue
Block a user