Home
last modified time | relevance | path

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

/qemu/linux-user/sparc/
H A Dcpu_loop.c161 return cpu_get_ccr(env) & 0xf; in do_getcc()
170 cpu_put_ccr(env, (cpu_get_ccr(env) & 0xf0) | (icc & 0xf)); in do_setcc()
/qemu/target/sparc/
H A Dgdbstub.c91 return gdb_get_regl(mem_buf, (cpu_get_ccr(env) << 32) | in sparc_cpu_gdb_read_register()
H A Dwin_helper.c268 target_ulong cpu_get_ccr(CPUSPARCState *env) in cpu_get_ccr() function
310 return cpu_get_ccr(env); in helper_rdccr()
H A Dcpu.c658 (unsigned)cpu_get_ccr(env)); in sparc_cpu_dump_state()
659 cpu_print_cc(f, cpu_get_ccr(env) << PSR_CARRY_SHIFT); in sparc_cpu_dump_state()
661 cpu_print_cc(f, cpu_get_ccr(env) << (PSR_CARRY_SHIFT - 4)); in sparc_cpu_dump_state()
H A Dcpu.h780 target_ulong cpu_get_ccr(CPUSPARCState *env1);
787 uint64_t tstate = (cpu_get_ccr(env) << 32) | in sparc64_tstate()
H A Dmachine.c134 uint32_t val = cpu_get_ccr(env); in put_xcc()