moves decoder to dbt-rise-core

This commit is contained in:
2024-07-25 10:13:10 +02:00
parent e87b7d5fd0
commit 72b11beac5
11 changed files with 8 additions and 173 deletions

View File

@ -37,7 +37,7 @@
#include <iss/asmjit/vm_base.h>
#include <asmjit/asmjit.h>
#include <util/logging.h>
#include <vm/instruction_decoder.h>
#include <iss/instruction_decoder.h>
#ifndef FMT_HEADER_ONLY
#define FMT_HEADER_ONLY

View File

@ -48,7 +48,7 @@ def nativeTypeSize(int size){
#include <exception>
#include <vector>
#include <sstream>
#include <vm/instruction_decoder.h>
#include <iss/instruction_decoder.h>
#ifndef FMT_HEADER_ONLY

View File

@ -36,7 +36,7 @@
#include <iss/iss.h>
#include <iss/llvm/vm_base.h>
#include <util/logging.h>
#include <vm/instruction_decoder.h>
#include <iss/instruction_decoder.h>
#ifndef FMT_HEADER_ONLY
#define FMT_HEADER_ONLY

View File

@ -37,7 +37,7 @@
#include <iss/tcc/vm_base.h>
#include <util/logging.h>
#include <sstream>
#include <vm/instruction_decoder.h>
#include <iss/instruction_decoder.h>
#ifndef FMT_HEADER_ONLY
#define FMT_HEADER_ONLY