Searched refs:restore_state_to_opc (Results 1 - 5 of 5) sorted by relevance
/external/qemu/include/exec/ |
H A D | exec-all.h | 79 void restore_state_to_opc(CPUArchState *env, struct TranslationBlock *tb,
|
/external/qemu/ |
H A D | translate-all.c | 244 restore_state_to_opc(env, tb, j);
|
/external/qemu/target-mips/ |
H A D | translate.c | 8721 void restore_state_to_opc(CPUMIPSState *env, TranslationBlock *tb, int pc_pos) function
|
/external/qemu/target-arm/ |
H A D | translate.c | 9761 * gen_opc_condexec_bits[]. restore_state_to_opc() then uses 10036 void restore_state_to_opc(CPUARMState *env, TranslationBlock *tb, int pc_pos) function
|
/external/qemu/target-i386/ |
H A D | translate.c | 7965 void restore_state_to_opc(CPUX86State *env, TranslationBlock *tb, int pc_pos) function
|
Completed in 152 milliseconds