Home
last modified time | relevance | path

Searched refs:d32 (Results 1 – 4 of 4) sorted by relevance

/qemu/libdecnumber/dpd/
H A Ddecimal32.c83 decimal32 * decimal32FromNumber(decimal32 *d32, const decNumber *dn, in decimal32FromNumber() argument
175 pu=(uInt *)d32->bytes; /* overlay */ in decimal32FromNumber()
180 return d32; in decimal32FromNumber()
189 decNumber * decimal32ToNumber(const decimal32 *d32, decNumber *dn) { in decimal32ToNumber() argument
197 pu=(const uInt *)d32->bytes; /* overlay */ in decimal32ToNumber()
251 char * decimal32ToEngString(const decimal32 *d32, char *string){ in decimal32ToEngString() argument
253 decimal32ToNumber(d32, &dn); in decimal32ToEngString()
258 char * decimal32ToString(const decimal32 *d32, char *string){ in decimal32ToString() argument
272 pu=(const uInt *)d32->bytes; /* overlay */ in decimal32ToString()
412 uint32_t decimal32IsCanonical(const decimal32 *d32) { in decimal32IsCanonical() argument
[all …]
/qemu/fpu/
H A Dsoftfloat-parts.c.inc864 uint32_t d32, m32, r32, s32, u32; /* 32-bit computation */
940 d32 = ((uint64_t)s32 * r32) >> 32;
941 u32 = three32 - d32;
950 d32 = ((uint64_t)s32 * r32) >> 32;
951 u32 = three32 - d32;
/qemu/target/sparc/
H A Dtranslate.c1995 TCGv_i32 d32; in gen_ldf_asi() local
2012 d32 = tcg_temp_new_i32(); in gen_ldf_asi()
2013 tcg_gen_qemu_ld_i32(d32, addr, da->mem_idx, memop); in gen_ldf_asi()
2014 gen_store_fpr_F(dc, rd, d32); in gen_ldf_asi()
2084 d32 = tcg_temp_new_i32(); in gen_ldf_asi()
2085 tcg_gen_extrl_i64_i32(d32, d64); in gen_ldf_asi()
2086 gen_store_fpr_F(dc, rd, d32); in gen_ldf_asi()
2116 TCGv_i32 d32; in gen_stf_asi() local
2133 d32 = gen_load_fpr_F(dc, rd); in gen_stf_asi()
2134 tcg_gen_qemu_st_i32(d32, addr, da->mem_idx, memop | MO_ALIGN); in gen_stf_asi()
/qemu/block/
H A Dqcow2-refcount.c702 uint32_t d32; in qcow2_refcount_area() member
705 data.d32 = cpu_to_be32(table_clusters); in qcow2_refcount_area()