Home
last modified time | relevance | path

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

/qemu/target/rx/
H A Dop_helper.c66 env->fpsw = FIELD_DP32(env->fpsw, FPSW, C ## b, 1); \
68 env->fpsw = FIELD_DP32(env->fpsw, FPSW, F ## b, 1); \
83 env->fpsw = FIELD_DP32(env->fpsw, FPSW, CAUSE, 0); in update_fpsw()
104 && !FIELD_EX32(env->fpsw, FPSW, DN)) { in update_fpsw()
105 env->fpsw = FIELD_DP32(env->fpsw, FPSW, CE, 1); in update_fpsw()
110 env->fpsw = FIELD_DP32(env->fpsw, FPSW, FS, 1); in update_fpsw()
131 uint32_t fpsw = env->fpsw; in helper_set_fpsw() local
132 fpsw |= 0x7fffff03; in helper_set_fpsw()
134 fpsw &= val; in helper_set_fpsw()
135 FIELD_DP32(fpsw, FPSW, FS, FIELD_EX32(fpsw, FPSW, FLAGS) != 0); in helper_set_fpsw()
[all …]
H A Dgdbstub.c46 return gdb_get_regl(mem_buf, env->fpsw); in rx_cpu_gdb_read_register()
100 env->fpsw = ldl_p(mem_buf); in rx_cpu_gdb_write_register()
H A Dcpu.h87 uint32_t fpsw; member
H A Dcpu.c93 env->fpsw = 0; in rx_cpu_reset_hold()
H A Dtranslate.c2294 ALLOC_REGISTER(fpsw, "FPSW"); in rx_translate_init()