Home
last modified time | relevance | path

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

/qemu/libdecnumber/dpd/
H A Ddecimal64.c89 decimal64 * decimal64FromNumber(decimal64 *d64, const decNumber *dn, in decimal64FromNumber() argument
193 pu=(uInt *)d64->bytes; /* overlay */ in decimal64FromNumber()
205 return d64; in decimal64FromNumber()
214 decNumber * decimal64ToNumber(const decimal64 *d64, decNumber *dn) { in decimal64ToNumber() argument
225 pu=(const uInt *)d64->bytes; /* overlay */ in decimal64ToNumber()
294 char * decimal64ToEngString(const decimal64 *d64, char *string){ in decimal64ToEngString() argument
296 decimal64ToNumber(d64, &dn); in decimal64ToEngString()
301 char * decimal64ToString(const decimal64 *d64, char *string){ in decimal64ToString() argument
318 pu=(const uInt *)d64->bytes; /* overlay */ in decimal64ToString()
472 uint32_t decimal64IsCanonical(const decimal64 *d64) { in decimal64IsCanonical() argument
[all …]
/qemu/target/sparc/
H A Dtranslate.c1996 TCGv_i64 d64, l64; in gen_ldf_asi() local
2018 d64 = tcg_temp_new_i64(); in gen_ldf_asi()
2019 tcg_gen_qemu_ld_i64(d64, addr, da->mem_idx, memop); in gen_ldf_asi()
2020 gen_store_fpr_D(dc, rd, d64); in gen_ldf_asi()
2024 d64 = tcg_temp_new_i64(); in gen_ldf_asi()
2026 tcg_gen_qemu_ld_i64(d64, addr, da->mem_idx, memop); in gen_ldf_asi()
2030 gen_store_fpr_D(dc, rd, d64); in gen_ldf_asi()
2043 d64 = tcg_temp_new_i64(); in gen_ldf_asi()
2045 tcg_gen_qemu_ld_i64(d64, addr, da->mem_idx, in gen_ldf_asi()
2047 gen_store_fpr_D(dc, rd + 2 * i, d64); in gen_ldf_asi()
[all …]
/qemu/target/i386/tcg/
H A Ddecode-new.c.inc32 * The manual lists d64 ("cannot encode 32-bit size in 64-bit mode") and f64
1165 * there's no 16-bit version (like y) and it does not use REX.W (like d64).
1623 [0x50] = X86_OP_ENTRYr(PUSH, LoBits,d64),
1624 [0x51] = X86_OP_ENTRYr(PUSH, LoBits,d64),
1625 [0x52] = X86_OP_ENTRYr(PUSH, LoBits,d64),
1626 [0x53] = X86_OP_ENTRYr(PUSH, LoBits,d64),
1627 [0x54] = X86_OP_ENTRYr(PUSH, LoBits,d64),
1628 [0x55] = X86_OP_ENTRYr(PUSH, LoBits,d64),
1629 [0x56] = X86_OP_ENTRYr(PUSH, LoBits,d64),
1630 [0x57] = X86_OP_ENTRYr(PUSH, LoBits,d64),
[all …]
/qemu/fpu/
H A Dsoftfloat-parts.c.inc865 uint64_t d64, m64, r64, s64, u64; /* 64-bit computation */
979 mul64To128(s64, r64, &d64, &discard);
980 u64 = three64 - d64;
1003 mul64To128(s64, r64, &d64, &discard);
1004 u64 = three64 - d64;
1010 mul64To128(s64, r64, &d64, &discard);
1011 u64 = three64 - d64;
/qemu/block/
H A Dqcow2-refcount.c701 uint64_t d64; in qcow2_refcount_area() member
704 data.d64 = cpu_to_be64(table_offset); in qcow2_refcount_area()