Renaming xe::cpu::frontend to xe::cpu::ppc.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("ADD_I8", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -13,7 +13,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("BYTE_SWAP_V128", "[instr]") {
|
||||
TestFunction([](HIRBuilder& b) {
|
||||
|
||||
@@ -15,7 +15,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("EXTRACT_INT8", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -15,7 +15,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("INSERT_INT8", "[instr]") {
|
||||
for (int i = 0; i < 16; ++i) {
|
||||
|
||||
@@ -13,7 +13,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("LOAD_VECTOR_SHL", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -13,7 +13,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("PACK_D3DCOLOR", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -13,7 +13,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("PERMUTE_V128_BY_INT32_CONSTANT", "[instr]") {
|
||||
{
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
#include "xenia/base/main.h"
|
||||
#include "xenia/cpu/backend/x64/x64_backend.h"
|
||||
#include "xenia/cpu/cpu.h"
|
||||
#include "xenia/cpu/frontend/ppc_context.h"
|
||||
#include "xenia/cpu/frontend/ppc_frontend.h"
|
||||
#include "xenia/cpu/ppc/ppc_context.h"
|
||||
#include "xenia/cpu/ppc/ppc_frontend.h"
|
||||
#include "xenia/cpu/raw_module.h"
|
||||
|
||||
#include <gflags/gflags.h>
|
||||
@@ -20,7 +20,7 @@ namespace xe {
|
||||
namespace cpu {
|
||||
namespace sandbox {
|
||||
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
using xe::cpu::Runtime;
|
||||
|
||||
// TODO(benvanik): simple memory? move more into core?
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::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::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("SHL_I8", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -13,7 +13,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("SHR_I8", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -13,7 +13,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("SWIZZLE_V128", "[instr]") {
|
||||
TestFunction([](HIRBuilder& b) {
|
||||
|
||||
@@ -13,7 +13,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("UNPACK_D3DCOLOR", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
|
||||
#include "xenia/base/main.h"
|
||||
#include "xenia/cpu/backend/x64/x64_backend.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/ppc/ppc_context.h"
|
||||
#include "xenia/cpu/ppc/ppc_frontend.h"
|
||||
#include "xenia/cpu/processor.h"
|
||||
#include "xenia/cpu/test_module.h"
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace xe {
|
||||
namespace cpu {
|
||||
namespace testing {
|
||||
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
class TestFunction {
|
||||
public:
|
||||
|
||||
@@ -15,7 +15,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("VECTOR_ADD_I8", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -15,7 +15,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("VECTOR_MAX_I8_SIGNED", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -15,7 +15,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("VECTOR_MIN_I8_SIGNED", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -14,7 +14,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("VECTOR_ROTATE_LEFT_I8", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -13,7 +13,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("VECTOR_SHA_I8", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -13,7 +13,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("VECTOR_SHL_I8", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
@@ -13,7 +13,7 @@ using namespace xe;
|
||||
using namespace xe::cpu;
|
||||
using namespace xe::cpu::hir;
|
||||
using namespace xe::cpu::testing;
|
||||
using xe::cpu::frontend::PPCContext;
|
||||
using xe::cpu::ppc::PPCContext;
|
||||
|
||||
TEST_CASE("VECTOR_SHR_I8", "[instr]") {
|
||||
TestFunction test([](HIRBuilder& b) {
|
||||
|
||||
Reference in New Issue
Block a user