Searched refs:pc_pos (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | exec-all.h | 72 void restore_state_to_opc(CPUState *env, struct TranslationBlock *tb, int pc_pos);
|
/external/qemu/target-i386/ |
D | translate.c | 7799 void restore_state_to_opc(CPUState *env, TranslationBlock *tb, int pc_pos) in restore_state_to_opc() argument 7806 for(i = 0;i <= pc_pos; i++) { in restore_state_to_opc() 7812 pc_pos, gen_opc_pc[pc_pos] - tb->cs_base, in restore_state_to_opc() 7816 env->eip = gen_opc_pc[pc_pos] - tb->cs_base; in restore_state_to_opc() 7817 cc_op = gen_opc_cc_op[pc_pos]; in restore_state_to_opc()
|
/external/qemu/target-mips/ |
D | translate.c | 8710 void restore_state_to_opc(CPUState *env, TranslationBlock *tb, int pc_pos) in restore_state_to_opc() argument 8712 env->active_tc.PC = gen_opc_pc[pc_pos]; in restore_state_to_opc() 8714 env->hflags |= gen_opc_hflags[pc_pos]; in restore_state_to_opc()
|
/external/qemu/target-arm/ |
D | translate.c | 9895 void restore_state_to_opc(CPUState *env, TranslationBlock *tb, int pc_pos) in restore_state_to_opc() argument 9897 env->regs[15] = gen_opc_pc[pc_pos]; in restore_state_to_opc() 9898 env->condexec_bits = gen_opc_condexec_bits[pc_pos]; in restore_state_to_opc()
|