Searched refs:new_PCXI (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/tricore/ |
H A D | op_helper.c | 2502 target_ulong *new_PCXI, target_ulong *new_PSW) in restore_context_upper() argument 2504 *new_PCXI = cpu_ldl_data(env, ea); in restore_context_upper() 2609 target_ulong new_PCXI; in helper_ret() local 2642 restore_context_upper(env, ea, &new_PCXI, &new_PSW); in helper_ret() 2648 env->PCXI = new_PCXI; in helper_ret() 2706 target_ulong new_PCXI; in helper_rfe() local 2736 restore_context_upper(env, ea, &new_PCXI, &new_PSW); in helper_rfe() 2742 env->PCXI = new_PCXI; in helper_rfe() 2879 target_ulong new_PCXI; in helper_rslcx() local 2897 restore_context_lower(env, ea, &env->gpr_a[11], &new_PCXI); in helper_rslcx() [all …]
|