Home
last modified time | relevance | path

Searched refs:CPU_DoubleU (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/alpha/
H A Dgdbstub.c28 CPU_DoubleU d; in alpha_cpu_gdb_read_register()
63 CPU_DoubleU d; in alpha_cpu_gdb_write_register()
H A Dvax_helper.c164 CPU_DoubleU a; in float64_to_g()
197 CPU_DoubleU r; in g_to_float64()
H A Dfpu_helper.c280 CPU_DoubleU r; in t_to_float64()
288 CPU_DoubleU r; in float64_to_t()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c579 CPU_DoubleU farg; \
797 CPU_DoubleU fa;
879 CPU_DoubleU farg1, farg2; in helper_fcmpu()
910 CPU_DoubleU farg1, farg2; in helper_fcmpo()
1281 CPU_DoubleU u; in helper_efdcfsi()
1290 CPU_DoubleU u; in helper_efdcfsid()
1299 CPU_DoubleU u; in helper_efdcfui()
1308 CPU_DoubleU u; in helper_efdcfuid()
1317 CPU_DoubleU u; in helper_efdctsi()
1330 CPU_DoubleU u; in helper_efdctui()
[all …]
/openbmc/qemu/include/qemu/
H A Dcpu-float.h27 } CPU_DoubleU; typedef
/openbmc/qemu/migration/
H A Dvmstate-types.c429 CPU_DoubleU *v = pv; in get_cpudouble()
438 CPU_DoubleU *v = pv; in put_cpudouble()
/openbmc/qemu/target/sparc/
H A Dcpu.h463 CPU_DoubleU fpr[TARGET_DPREGS]; /* floating point registers */
H A Dtranslate.c239 ret += offsetof(CPU_DoubleU, l.lower); in gen_offset_fpr_F()
241 ret += offsetof(CPU_DoubleU, l.upper); in gen_offset_fpr_F()
/openbmc/qemu/include/migration/
H A Dvmstate.h1125 VMSTATE_ARRAY(_f, _s, _n, _v, vmstate_info_cpudouble, CPU_DoubleU)