Home
last modified time | relevance | path

Searched full:lcx (Results 1 – 5 of 5) sorted by relevance

/qemu/target/tricore/
H A Dgdbstub.c42 return env->LCX; in tricore_cpu_gdb_read_csfr()
75 env->LCX = val; in tricore_cpu_gdb_write_csfr()
H A Dcsfr.h.inc19 A(0xfe3c, LCX, TRICORE_FEATURE_13)
H A Dop_helper.c2597 /* if (tmp_FCX == LCX) trap(FCD);*/ in helper_call()
2598 if (tmp_FCX == env->LCX) { in helper_call()
2696 if (tmp_FCX == env->LCX) { in helper_bisr()
2825 /* if (tmp_FCX == LCX) trap(FCD);*/ in helper_svlcx()
2826 if (tmp_FCX == env->LCX) { in helper_svlcx()
2868 /* if (tmp_FCX == LCX) trap(FCD);*/ in helper_svucx()
2869 if (tmp_FCX == env->LCX) { in helper_svucx()
H A Dtranslate.c109 qemu_fprintf(f, " LCX: " TARGET_FMT_lx, env->LCX); in tricore_cpu_dump_state()
/qemu/tests/tcg/tricore/c/
H A Dcrt0-tc2x.S153 * initialize context save areas (CSAs), PCXI, LCX and FCX
182 mtcr $lcx,%d1 #; initialize LCX