Searched refs:dlo (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/util/ |
H A D | host-utils.c | 98 uint64_t dlo = *plow; in divu128() local 103 *plow = dlo / divisor; in divu128() 105 return dlo % divisor; in divu128() 113 dhi = (dhi << sh) | (dlo >> (64 - sh)); in divu128() 114 dlo <<= sh; in divu128() 125 dlo <<= sh; in divu128() 341 Int128 dlo = *plow; in divu256() local 346 *plow = int128_divu(dlo, divisor); in divu256() 348 return int128_remu(dlo, divisor); in divu256() 358 dlo = int128_lshift(dlo, sh); in divu256() [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 620 uint64_t dlo = *plow; in mulu128() 625 mulu64(plow, phigh, dlo, factor); in mulu128() 629 mulu64(plow, &ahi, dlo, factor); in mulu128()
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 21109 -void idiv_word_asm(u32 *flags,u16 *ax,u16 *dx,u16 dlo,u16 dhi,u16 s); 21110 +void idiv_word_asm(u32 * flags, u16 * ax, u16 * dx, u16 dlo, u16 dhi, u16 s); 21115 @@ -917,7 +996,8 @@ void idiv_word_asm(u32 *flags,u16 *ax,u16 *dx,u16 dlo,u16 dhi,u16 s); 21119 -void idiv_long_asm(u32 *flags,u32 *eax,u32 *edx,u32 dlo,u32 dhi,u32 s); 21120 +void idiv_long_asm(u32 * flags, u32 * eax, u32 * edx, u32 dlo, u32 dhi, u32 s); 21139 -void div_word_asm(u32 *flags,u16 *ax,u16 *dx,u16 dlo,u16 dhi,u16 s); 21140 +void div_word_asm(u32 * flags, u16 * ax, u16 * dx, u16 dlo, u16 dhi, u16 s); 21145 @@ -953,7 +1035,8 @@ void div_word_asm(u32 *flags,u16 *ax,u16 *dx,u16 dlo,u16 dhi,u16 s); 21149 -void div_long_asm(u32 *flags,u32 *eax,u32 *edx,u32 dlo,u32 dhi,u32 s); 21150 +void div_long_asm(u32 * flags, u32 * eax, u32 * edx, u32 dlo, u32 dhi, u32 s); [all …]
|