Searched refs:cpu_get_ccr (Results 1 – 6 of 6) sorted by relevance
161 return cpu_get_ccr(env) & 0xf; in do_getcc()170 cpu_put_ccr(env, (cpu_get_ccr(env) & 0xf0) | (icc & 0xf)); in do_setcc()
91 return gdb_get_regl(mem_buf, (cpu_get_ccr(env) << 32) | in sparc_cpu_gdb_read_register()
268 target_ulong cpu_get_ccr(CPUSPARCState *env) in cpu_get_ccr() function310 return cpu_get_ccr(env); in helper_rdccr()
662 (unsigned)cpu_get_ccr(env)); in sparc_cpu_dump_state()663 cpu_print_cc(f, cpu_get_ccr(env) << PSR_CARRY_SHIFT); in sparc_cpu_dump_state()665 cpu_print_cc(f, cpu_get_ccr(env) << (PSR_CARRY_SHIFT - 4)); in sparc_cpu_dump_state()
780 target_ulong cpu_get_ccr(CPUSPARCState *env1);787 uint64_t tstate = (cpu_get_ccr(env) << 32) | in sparc64_tstate()
134 uint32_t val = cpu_get_ccr(env); in put_xcc()