Searched refs:program_counter (Results 1 – 3 of 3) sorted by relevance
3089 int program_counter = get_pc(); in Execute() local3093 while (program_counter != end_sim_pc) { in Execute()3094 Instruction* instr = reinterpret_cast<Instruction*>(program_counter); in Execute()3097 program_counter = get_pc(); in Execute()3102 while (program_counter != end_sim_pc) { in Execute()3103 Instruction* instr = reinterpret_cast<Instruction*>(program_counter); in Execute()3111 program_counter = get_pc(); in Execute()
3252 int64_t program_counter = get_pc(); in Execute() local3256 while (program_counter != end_sim_pc) { in Execute()3257 Instruction* instr = reinterpret_cast<Instruction*>(program_counter); in Execute()3260 program_counter = get_pc(); in Execute()3265 while (program_counter != end_sim_pc) { in Execute()3266 Instruction* instr = reinterpret_cast<Instruction*>(program_counter); in Execute()3274 program_counter = get_pc(); in Execute()
3667 int program_counter = get_pc(); in Execute() local3672 while (program_counter != end_sim_pc) { in Execute()3673 Instruction* instr = reinterpret_cast<Instruction*>(program_counter); in Execute()3676 program_counter = get_pc(); in Execute()3681 while (program_counter != end_sim_pc) { in Execute()3682 Instruction* instr = reinterpret_cast<Instruction*>(program_counter); in Execute()3690 program_counter = get_pc(); in Execute()