Searched refs:fetch_instr (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.h147 int fetch_instr(int ad);
H A Dcycle_model.cpp1272 // int cycle_model::fetch_instr(int ad)
1277 int cycle_model::fetch_instr(int ad) { function in class:cycle_model
1375 int temp = fetch_instr(my_stack->address);
1399 int temp = fetch_instr(my_stack->address);
1407 int temp = fetch_instr(my_stack->address);
1411 temp = (temp<<8) + fetch_instr(my_stack->address);
1419 int temp = ((op->val)<<8) + fetch_instr(my_stack->address);
1426 int temp = fetch_instr(my_stack->address);
1429 temp = (temp<<8) + fetch_instr(my_stack->address);
1436 int temp = fetch_instr(my_stac
[all...]

Completed in 6 milliseconds