| /openbmc/qemu/tests/tcg/sh4/ |
| H A D | test-subv.c | 23 subv(INT_MIN, 1, INT_MAX, 1); in main() 24 subv(INT_MAX, -1, INT_MIN, 1); in main()
|
| H A D | test-addv.c | 23 addv(INT_MAX, 1, INT_MIN, 1); in main()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | loong_translate.c | 57 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()
|
| H A D | translate.c | 3052 tcg_gen_setcondi_tl(TCG_COND_EQ, t2, t0, INT_MIN); in gen_r6_muldiv() 3068 tcg_gen_setcondi_tl(TCG_COND_EQ, t2, t0, INT_MIN); in gen_r6_muldiv() 3223 tcg_gen_setcondi_tl(TCG_COND_EQ, t2, t0, INT_MIN); in gen_div1_tx79() 3278 tcg_gen_setcondi_tl(TCG_COND_EQ, t2, t0, INT_MIN); in gen_muldiv()
|
| /openbmc/qemu/tests/tcg/m68k/ |
| H A D | trap.c | 63 : : "d"(INT_MIN), "d"(1), FMT_INS); in main()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-cutils.c | 533 char *str = g_strdup_printf("%d", INT_MIN); in test_qemu_strtoi_min() 542 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_min() 559 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_underflow() 567 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_underflow() 575 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_underflow() 583 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_underflow() 591 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_underflow() 599 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_underflow() 623 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_negative() 739 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_full_erange_junk() [all …]
|
| /openbmc/u-boot/include/linux/ |
| H A D | kernel.h | 11 #define INT_MIN (-INT_MAX - 1) macro
|
| /openbmc/qemu/util/ |
| H A D | cutils.c | 465 if (lresult < INT_MIN) { in qemu_strtoi() 466 *result = INT_MIN; in qemu_strtoi()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | op_helper.c | 160 if (num == INT_MIN && den == -1) { in HELPER() 161 return INT_MIN; in HELPER()
|
| H A D | sve_helper.c | 4729 int b_int = MIN(MAX(b, INT_MIN), INT_MAX); in DO_ZPZZ_FP()
|
| /openbmc/qemu/target/rx/ |
| H A D | op_helper.c | 400 if (!((num == INT_MIN && den == -1) || den == 0)) { in helper_div()
|
| /openbmc/libpldm/src/dsp/ |
| H A D | pdr.c | 1182 assert(rc >= INT_MIN); in pldm_entity_association_pdr_add() 1210 assert(rc >= INT_MIN); in pldm_entity_association_pdr_add_from_node_with_record_handle()
|
| /openbmc/qemu/target/arm/ |
| H A D | ptw.c | 1606 return INT_MIN; in check_s2_mmu_setup() 1786 if (startlevel == INT_MIN) { in get_phys_addr_lpae()
|
| /openbmc/qemu/docs/devel/ |
| H A D | tcg-ops.rst | 308 overflow should be *INT_MIN* / -1.
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat-parts.c.inc | 1398 /* The only in-range value is INT_MIN. */
|
| /openbmc/qemu/target/ppc/ |
| H A D | translate.c | 1787 tcg_gen_setcondi_i32(TCG_COND_EQ, t2, t0, INT_MIN); in gen_op_arith_divw() 1868 tcg_gen_setcondi_i32(TCG_COND_EQ, t2, t0, INT_MIN); in gen_op_arith_modw()
|
| /openbmc/qemu/tcg/i386/ |
| H A D | tcg-target.c.inc | 2154 #define MIN_TLB_MASK_TABLE_OFS INT_MIN
|