Searched refs:tmp_exp (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | cpu.c | 351 uint16_t tmp_exp; member 376 cpu_get_fp80(&tmp->tmp_mant, &tmp->tmp_exp, tmp->parent->d); in freg_pre_save() 385 tmp->parent->d = cpu_set_fp80(tmp->tmp_mant, tmp->tmp_exp); in freg_post_load() 396 VMSTATE_UINT16(tmp_exp, m68k_FPReg_tmp),
|
/openbmc/qemu/target/i386/ |
H A D | machine.c | 160 uint16_t tmp_exp; member 187 cpu_get_fp80(&tmp->tmp_mant, &tmp->tmp_exp, tmp->parent->d); in fpreg_pre_save() 196 tmp->parent->d = cpu_set_fp80(tmp->tmp_mant, tmp->tmp_exp); in fpreg_post_load() 206 VMSTATE_UINT16(tmp_exp, x86_FPReg_tmp),
|