Home
last modified time | relevance | path

Searched refs:pc_pos (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dexec-all.h72 void restore_state_to_opc(CPUState *env, struct TranslationBlock *tb, int pc_pos);
/external/qemu/target-i386/
Dtranslate.c7799 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/
Dtranslate.c8710 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/
Dtranslate.c9895 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()