Searched refs:fpsw (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/rx/ |
| H A D | op_helper.c | 65 env->fpsw = FIELD_DP32(env->fpsw, FPSW, C ## b, 1); \ 66 if (!FIELD_EX32(env->fpsw, FPSW, E ## b)) { \ 67 env->fpsw = FIELD_DP32(env->fpsw, FPSW, F ## b, 1); \ 82 env->fpsw = FIELD_DP32(env->fpsw, FPSW, CAUSE, 0); in update_fpsw() 103 && !FIELD_EX32(env->fpsw, FPSW, DN)) { in update_fpsw() 104 env->fpsw = FIELD_DP32(env->fpsw, FPSW, CE, 1); in update_fpsw() 108 if (FIELD_EX32(env->fpsw, FPSW, FLAGS) != 0) { in update_fpsw() 109 env->fpsw = FIELD_DP32(env->fpsw, FPSW, FS, 1); in update_fpsw() 113 cause = FIELD_EX32(env->fpsw, FPSW, CAUSE); in update_fpsw() 114 enable = FIELD_EX32(env->fpsw, FPSW, ENABLE); in update_fpsw() [all …]
|
| H A D | gdbstub.c | 46 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 D | cpu.h | 93 uint32_t fpsw; member
|