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 {
9 }
10 
11 #endif
Definition: instr.h:6
ooo_model_instr instruction_with_registers(uint8_t reg)
Definition: instr.cc:18
ooo_model_instr instruction_with_ip(uint64_t ip)
Definition: instr.cc:3
Definition: instruction.h:41