Searched refs:new_FCX (Results 1 – 1 of 1) sorted by relevance
2547 target_ulong new_FCX; in helper_call() local2578 new_FCX = cpu_ldl_data(env, ea); in helper_call()2594 env->FCX = (env->FCX & 0xfff00000) + (new_FCX & 0xfffff); in helper_call()2663 target_ulong new_FCX; in helper_bisr() local2674 new_FCX = cpu_ldl_data(env, ea); in helper_bisr()2690 env->FCX = (env->FCX & 0xfff00000) + (new_FCX & 0xfffff); in helper_bisr()2794 target_ulong new_FCX; in helper_svlcx() local2806 new_FCX = cpu_ldl_data(env, ea); in helper_svlcx()2824 env->FCX = (env->FCX & 0xfff00000) + (new_FCX & 0xfffff); in helper_svlcx()2837 target_ulong new_FCX; in helper_svucx() local[all …]