ChampSim
instr.h
Go to the documentation of this file.
1
#ifndef TEST_INSTR_H
2
#define TEST_INSTR_H
3
4
#include "
instruction.h
"
5
6
namespace
champsim::test
{
7
ooo_model_instr
instruction_with_ip
(uint64_t ip);
8
ooo_model_instr
instruction_with_registers
(uint8_t reg);
9
}
10
11
#endif
instruction.h
champsim::test
Definition:
instr.h:6
champsim::test::instruction_with_registers
ooo_model_instr instruction_with_registers(uint8_t reg)
Definition:
instr.cc:18
champsim::test::instruction_with_ip
ooo_model_instr instruction_with_ip(uint64_t ip)
Definition:
instr.cc:3
ooo_model_instr
Definition:
instruction.h:41
test
cpp
src
instr.h
Generated by
1.9.1