ChampSim
trace_instruction.h File Reference
#include <limits>
Include dependency graph for trace_instruction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  input_instr
 
struct  cloudsuite_instr
 

Namespaces

 champsim
 

Variables

constexpr char champsim::REG_STACK_POINTER = 6
 
constexpr char champsim::REG_FLAGS = 25
 
constexpr char champsim::REG_INSTRUCTION_POINTER = 26
 
constexpr std::size_t NUM_INSTR_DESTINATIONS_SPARC = 4
 
constexpr std::size_t NUM_INSTR_DESTINATIONS = 2
 
constexpr std::size_t NUM_INSTR_SOURCES = 4
 

Variable Documentation

◆ NUM_INSTR_DESTINATIONS

constexpr std::size_t NUM_INSTR_DESTINATIONS = 2
constexpr

◆ NUM_INSTR_DESTINATIONS_SPARC

constexpr std::size_t NUM_INSTR_DESTINATIONS_SPARC = 4
constexpr

◆ NUM_INSTR_SOURCES

constexpr std::size_t NUM_INSTR_SOURCES = 4
constexpr