Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dgdbstub.c48 return psw_read(env); in tricore_cpu_gdb_read_csfr()
H A Dcpu.h240 uint32_t psw_read(CPUTriCoreState *env);
H A Dhelper.c122 uint32_t psw_read(CPUTriCoreState *env) in psw_read() function
H A Dhelper.h160 DEF_HELPER_1(psw_read, i32, env)
H A Dop_helper.c2464 cpu_stl_data(env, ea+4, psw_read(env)); in save_context_upper()
2550 psw = psw_read(env); in helper_call()
2612 psw = psw_read(env); in helper_ret()
2915 return psw_read(env); in helper_psw_read()
H A Dtranslate.c101 psw = psw_read(env); in tricore_cpu_dump_state()