Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dop_helper.c2547 target_ulong new_FCX; in helper_call() local
2578 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() local
2674 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() local
2806 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 …]