Home
last modified time | relevance | path

Searched refs:int128_nz (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/util/
H A Dhost-utils.c345 if (!int128_nz(divisor) || !int128_nz(dhi)) { in divu256()
414 if (!int128_nz(unsig_lo)) { in divs256()
431 if (!int128_nz(unsig_lo)) { in divs256()
/openbmc/qemu/include/qemu/
H A Dint128.h162 static inline bool int128_nz(Int128 a) in int128_nz() function
427 static inline bool int128_nz(Int128 a) in int128_nz() function
/openbmc/qemu/target/s390x/tcg/
H A Dint_helper.c210 for (shift = 4; (shift < 128) && int128_nz(bin); shift += 4) { in HELPER()
/openbmc/qemu/tests/unit/
H A Dtest-int128.c115 g_assert_cmpuint(int128_nz(a), ==, tests[i] != 0); in test_nz()
/openbmc/qemu/target/ppc/
H A Dint_helper.c1135 if (likely(int128_nz(b->s128) && in helper_VDIVSQ()
1145 if (int128_nz(b->s128)) { in helper_VDIVUQ()
1193 if (unlikely(!int128_nz(b->s128) || in helper_VDIVESQ()
1208 if (unlikely(!int128_nz(b->s128))) { in helper_VDIVEUQ()
1220 if (likely(int128_nz(b->s128) && in helper_VMODSQ()
1230 if (likely(int128_nz(b->s128))) { in helper_VMODUQ()
2139 carry_out = (int128_nz(a->s128) || int128_nz(b->s128)) && in helper_VADDECUQ()
/openbmc/qemu/system/
H A Dmemory.c208 (!int128_nz(a->addr.size) || !int128_nz(b->addr.size) || in memory_region_ioeventfd_equal()
664 for (i = 0; i < view->nr && int128_nz(remain); ++i) { in render_memory_region()
686 if (int128_nz(remain)) { in render_memory_region()
3218 #define MR_SIZE(size) (int128_nz(size) ? (hwaddr)int128_get64( \
H A Dphysmem.c3775 #define MR_SIZE(size) (int128_nz(size) ? (hwaddr)int128_get64( \
/openbmc/qemu/target/hexagon/
H A Dfma_emu.c197 a.round | a.guard | int128_nz(a.mant); in accum_norm_right()
/openbmc/qemu/hw/core/
H A Dloader.c1338 rom->isrom = int128_nz(section.size) && memory_region_is_rom(section.mr); in rom_check_and_register_reset()
/openbmc/qemu/fpu/
H A Dsoftfloat.c4007 if (int128_nz(a)) { in int128_to_float128()
4235 if (int128_nz(a)) { in uint128_to_float128()
/openbmc/qemu/target/riscv/
H A Dcsr.c4774 if (int128_nz(write_mask)) { in riscv_csrrw_do128()