Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.c82 decimal32 * decimal32FromNumber(decimal32 *d32, const decNumber *dn, in decimal32FromNumber() argument
174 pu=(uInt *)d32->bytes; /* overlay */ in decimal32FromNumber()
179 return d32; in decimal32FromNumber()
188 decNumber * decimal32ToNumber(const decimal32 *d32, decNumber *dn) { in decimal32ToNumber() argument
196 pu=(const uInt *)d32->bytes; /* overlay */ in decimal32ToNumber()
250 char * decimal32ToEngString(const decimal32 *d32, char *string){ in decimal32ToEngString() argument
252 decimal32ToNumber(d32, &dn); in decimal32ToEngString()
257 char * decimal32ToString(const decimal32 *d32, char *string){ in decimal32ToString() argument
271 pu=(const uInt *)d32->bytes; /* overlay */ in decimal32ToString()
411 uint32_t decimal32IsCanonical(const decimal32 *d32) { in decimal32IsCanonical() argument
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drust-target-config.bbclass26 f.append("-d32")
31 f.append("-d32")
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc860 uint32_t d32, m32, r32, s32, u32; /* 32-bit computation */
936 d32 = ((uint64_t)s32 * r32) >> 32;
937 u32 = three32 - d32;
946 d32 = ((uint64_t)s32 * r32) >> 32;
947 u32 = three32 - d32;
/openbmc/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()
/openbmc/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()