Home
last modified time | relevance | path

Searched refs:INT64_MIN (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fisttp.c60 if (res_64 != INT64_MIN) { in main()
65 if (res_64 != INT64_MIN) { in main()
71 if (res_64 != INT64_MIN) { in main()
77 if (res_64 != INT64_MIN) { in main()
83 if (res_64 != INT64_MIN) { in main()
89 if (res_64 != INT64_MIN) { in main()
95 if (res_64 != INT64_MIN) { in main()
H A Dtest-i386-bmi2.c94 assert(result == (mask & ~INT64_MIN)); in insn1q()
121 assert(result == (mask & ~INT64_MIN)); in insn1q()
/openbmc/linux/tools/include/nolibc/
H A Dstdint.h50 #define INT64_MIN (-9223372036854775807LL-1) macro
65 #define INT_LEAST64_MIN INT64_MIN
87 #define INT_FAST64_MIN INT64_MIN
/openbmc/qemu/tests/tcg/sh4/
H A Dtest-macl.c53 { INT64_MIN, -1, 1, in main()
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c1002 dfp.vt.VsrD(1) = decNumberIsNegative(&dfp.b) ? INT64_MIN : \
1005 dfp.vt.VsrD(1) = INT64_MIN; \
1017 dfp.vt.VsrD(1) = decNumberIsNegative(&dfp.b) ? INT64_MIN : \
1040 dfp.vt.VsrD(0) = INT64_MIN; in helper_DCTFIXQQ()
1047 dfp.vt.VsrD(0) = INT64_MIN; in helper_DCTFIXQQ()
1063 dfp.vt.VsrD(0) = INT64_MIN; in helper_DCTFIXQQ()
H A Dint_helper.c84 ((divisor == -1ull) && (dividend == INT64_MIN)))) { in helper_DIVWE()
1134 Int128 int128_min = int128_make128(0, INT64_MIN); in helper_VDIVSQ()
1160 if (unlikely((high == INT64_MIN && b->s64[i] == -1) || !b->s64[i])) { in helper_VDIVESD()
1188 Int128 int128_min = int128_make128(0, INT64_MIN); in helper_VDIVESQ()
1219 Int128 int128_min = int128_make128(0, INT64_MIN); in helper_VMODSQ()
/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h180 return src < 0 ? INT64_MIN : INT64_MAX; in do_sqrshl_d()
H A Dvec_helper.c704 return hs < 0 ? INT64_MIN : INT64_MAX; in do_sat128_d()
1772 if (((dd ^ nn) & ~(nn ^ mm)) & INT64_MIN) { in HELPER()
1773 dd = (nn >> 63) ^ ~INT64_MIN; in HELPER()
1794 if (((dd ^ nn) & (nn ^ mm)) & INT64_MIN) { in HELPER()
1795 dd = (nn >> 63) ^ ~INT64_MIN; in HELPER()
/openbmc/qemu/target/sparc/
H A Dhelper.c112 if (unlikely(a64 == INT64_MIN)) { in helper_sdiv()
/openbmc/qemu/qapi/
H A Dopts-visitor.c419 if (errno == 0 && endptr > str && INT64_MIN <= val && val <= INT64_MAX) { in opts_type_int64()
431 INT64_MIN <= val2 && val2 <= INT64_MAX && val <= val2 && in opts_type_int64()
/openbmc/qemu/tests/unit/
H A Dtest-string-input-visitor.c111 int64_t expect3[] = { INT64_MIN, INT64_MAX }; in test_visitor_in_intList()
219 uint64_t expect3[] = { INT64_MIN, INT64_MAX }; in test_visitor_in_uintList()
H A Dtest-opts-visitor.c140 g_assert(f->userdef->i64->value == INT64_MIN); in expect_i64_min()
H A Dtest-visitor-serialization.c739 .value.integer = INT64_MIN,
907 .value.s64 = INT64_MIN,
H A Dtest-cutils.c2255 g_assert_cmpint(res, ==, INT64_MIN); in test_qemu_strtoi64_underflow()
2263 g_assert_cmpint(res, ==, INT64_MIN); in test_qemu_strtoi64_underflow()
2271 g_assert_cmpint(res, ==, INT64_MIN); in test_qemu_strtoi64_underflow()
2400 g_assert_cmpint(res, ==, INT64_MIN); in test_qemu_strtoi64_full_erange_junk()
/openbmc/qemu/target/tricore/
H A Dop_helper.c290 result = INT64_MIN; in helper_add64_ssov()
446 result = INT64_MIN; in helper_sub64_ssov()
718 ret = INT64_MIN; in helper_madd64_ssov()
796 result = INT64_MIN; in helper_madd64_q_ssov()
810 result = INT64_MIN; in helper_madd64_q_ssov()
940 ret = INT64_MIN; in helper_msub64_ssov()
1044 result = INT64_MIN; in helper_msub64_q_ssov()
1058 result = INT64_MIN; in helper_msub64_q_ssov()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvd.c.inc291 tcg_gen_xori_i64(dest, src1, INT64_MIN);
313 tcg_gen_andi_i64(dest, src1, ~INT64_MIN);
317 tcg_gen_andi_i64(t0, src2, INT64_MIN);
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c536 return INT64_MIN; in HELPER()
552 return INT64_MIN; in HELPER()
569 return INT64_MIN; in HELPER()
/openbmc/qemu/include/qemu/
H A Dint128.h479 #define INT128_MIN int128_make128(0, INT64_MIN)
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_arith.c.inc124 tcg_gen_setcondi_tl(TCG_COND_EQ, ret, src1, INT64_MIN);
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c974 …CASE_TEST(limit_int64_min); EXPECT_EQ(1, INT64_MIN, (int64_t) 0x80000000000… in run_stdlib()
997 …CASE_TEST(limit_int_fast64_min); EXPECT_EQ(1, INT_FAST64_MIN, (int_fast64_t) INT64_MIN); b… in run_stdlib()
/openbmc/qemu/tcg/
H A Doptimize.c825 ? INT32_MIN : INT64_MIN))) { in do_constant_folding_cond1()
904 if (b == INT64_MIN && is_tst_cond(c)) { in do_constant_folding_cond2()
1477 sign = INT64_MIN; in fold_bswap()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3079 return parts_float_to_sint(&p, rmode, scale, INT64_MIN, INT64_MAX, s); in float16_to_int64_scalbn()
3106 return parts_float_to_sint(&p, rmode, scale, INT64_MIN, INT64_MAX, s); in float32_to_int64_scalbn()
3133 return parts_float_to_sint(&p, rmode, scale, INT64_MIN, INT64_MAX, s); in float64_to_int64_scalbn()
3169 return parts_float_to_sint(&p, rmode, scale, INT64_MIN, INT64_MAX, s); in bfloat16_to_int64_scalbn()
3187 return parts_float_to_sint(&p, rmode, scale, INT64_MIN, INT64_MAX, s); in float128_to_int64_scalbn()
3263 return parts_float_to_sint(&p, rmode, scale, INT64_MIN, INT64_MAX, s); in floatx80_to_int64_scalbn()
/openbmc/qemu/hw/misc/
H A Divshmem.c622 return INT64_MIN; in ivshmem_recv_msg()
/openbmc/qemu/target/riscv/
H A Dvector_helper.c2188 if ((res ^ a) & (res ^ b) & INT64_MIN) { in sadd64()
2189 res = a > 0 ? INT64_MAX : INT64_MIN; in sadd64()
2311 if ((res ^ a) & (a ^ b) & INT64_MIN) { in ssub64()
2312 res = a >= 0 ? INT64_MAX : INT64_MIN; in ssub64()
2378 int64_t over = (res ^ a) & (res ^ b) & INT64_MIN; in aadd64()
2453 int64_t over = (res ^ a) & (a ^ b) & INT64_MIN; in asub64()
2581 if (a == INT64_MIN && b == INT64_MIN) { in vsmul64()
/openbmc/qemu/target/i386/
H A Dops_sse.h724 WRAP_FLOATCONV(int64_t, float32_to_int64, float32, INT64_MIN) in WRAP_FLOATCONV()
725 WRAP_FLOATCONV(int64_t, float32_to_int64_round_to_zero, float32, INT64_MIN) in WRAP_FLOATCONV()
726 WRAP_FLOATCONV(int64_t, float64_to_int64, float64, INT64_MIN) in WRAP_FLOATCONV()
727 WRAP_FLOATCONV(int64_t, float64_to_int64_round_to_zero, float64, INT64_MIN) in WRAP_FLOATCONV()

12