Home
last modified time | relevance | path

Searched refs:LLONG_MIN (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dloong_translate.c57 tcg_gen_brcondi_tl(TCG_COND_NE, t0, is_double ? LLONG_MIN : INT_MIN, l2); in gen_lext_DIV_G()
154 tcg_gen_brcondi_tl(TCG_COND_NE, t0, is_double ? LLONG_MIN : INT_MIN, l2); in gen_lext_MOD_G()
/openbmc/u-boot/include/linux/
H A Dkernel.h17 #define LLONG_MIN (-LLONG_MAX - 1) macro
/openbmc/qemu/tests/unit/
H A Dtest-cutils.c506 str = "0x8000000000000000"; /* (uint64_t)LLONG_MIN */ in test_qemu_strtoi_overflow()
570 str = "-0x8000000000000000"; /* (uint64_t)LLONG_MIN */ in test_qemu_strtoi_underflow()
966 str = "0x8000000000000000"; /* (uint64_t)LLONG_MIN */ in test_qemu_strtoui_overflow()
2229 char *str = g_strdup_printf("%lld", LLONG_MIN); in test_qemu_strtoi64_min()
2238 g_assert_cmpint(res, ==, LLONG_MIN); in test_qemu_strtoi64_min()