HomeSort by relevance Sort by last modified time
    Searched refs:has_signed_unsigned_overflow32 (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gold/testsuite/
overflow_unittest.cc 118 CHECK(! Bits<16>::has_signed_unsigned_overflow32(0U));
119 CHECK(! Bits<16>::has_signed_unsigned_overflow32(1U));
120 CHECK(! Bits<16>::has_signed_unsigned_overflow32(0x7fffU));
121 CHECK(! Bits<16>::has_signed_unsigned_overflow32(0x8000U));
122 CHECK(! Bits<16>::has_signed_unsigned_overflow32(0x8001U));
123 CHECK(! Bits<16>::has_signed_unsigned_overflow32(0xffffU));
124 CHECK(Bits<16>::has_signed_unsigned_overflow32(0x10000U));
125 CHECK(Bits<16>::has_signed_unsigned_overflow32(0x10001U));
126 CHECK(! Bits<16>::has_signed_unsigned_overflow32(~0U));
127 CHECK(! Bits<16>::has_signed_unsigned_overflow32(~0x7fffU + 1))
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
reloc.h 384 return (Bits<valsize>::has_signed_unsigned_overflow32(value)
1052 has_signed_unsigned_overflow32(uint32_t val) function in class:gold::Bits
    [all...]
arm.cc     [all...]

Completed in 149 milliseconds