/aosp_15_r20/external/llvm/test/CodeGen/X86/ |
H A D | xaluo.ll | 5 ; Get the actual value of the overflow bit. 13 %t = call {i8, i1} @llvm.sadd.with.overflow.i8(i8 %v1, i8 %v2) 25 %t = call {i16, i1} @llvm.sadd.with.overflow.i16(i16 %v1, i16 %v2) 37 %t = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 %v1, i32 %v2) 49 %t = call {i64, i1} @llvm.sadd.with.overflow.i64(i64 %v1, i64 %v2) 62 %t = call {i8, i1} @llvm.sadd.with.overflow.i8(i8 %v1, i8 1) 74 %t = call {i16, i1} @llvm.sadd.with.overflow.i16(i16 %v1, i16 1) 86 %t = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 %v1, i32 1) 98 %t = call {i64, i1} @llvm.sadd.with.overflow.i64(i64 %v1, i64 1) 116 %t = call {i64, i1} @llvm.sadd.with.overflow.i64(i64 2, i64 %v1) [all …]
|
H A D | smul-with-overflow.ll | 8 %t = call {i32, i1} @llvm.smul.with.overflow.i32(i32 %v1, i32 %v2) 11 br i1 %obit, label %overflow, label %normal 17 overflow: 27 %t = call {i32, i1} @llvm.smul.with.overflow.i32(i32 %v1, i32 %v2) 30 br i1 %obit, label %overflow, label %normal 32 overflow: 45 declare {i32, i1} @llvm.smul.with.overflow.i32(i32, i32) 50 %tmp1 = call { i32, i1 } @llvm.smul.with.overflow.i32(i32 %tmp0, i32 2) 62 %tmp1 = call { i32, i1 } @llvm.smul.with.overflow.i32(i32 %tmp0, i32 4) 71 declare { i63, i1 } @llvm.smul.with.overflow.i63(i63, i63) nounwind readnone [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/AArch64/ |
H A D | arm64-xaluo.ll | 5 ; Get the actual value of the overflow bit. 12 %t = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 %v1, i32 %v2) 25 %t = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 %v1, i32 4) 38 %t = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 %v1, i32 -4) 51 %t = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 %v1, i32 16777215) 65 %t = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 %v1, i32 %lsl) 77 %t = call {i64, i1} @llvm.sadd.with.overflow.i64(i64 %v1, i64 %v2) 89 %t = call {i64, i1} @llvm.sadd.with.overflow.i64(i64 %v1, i64 4) 101 %t = call {i64, i1} @llvm.sadd.with.overflow.i64(i64 %v1, i64 -4) 113 %t = call {i32, i1} @llvm.uadd.with.overflow.i32(i32 %v1, i32 %v2) [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/Generic/ |
H A D | overflow.ll | 2 ; Verify codegen's don't crash on overflow intrinsics. 8 %sadd = tail call { i8, i1 } @llvm.sadd.with.overflow.i8(i8 %a, i8 %b) 15 declare { i8, i1 } @llvm.sadd.with.overflow.i8(i8, i8) nounwind readnone 19 %sadd = tail call { i16, i1 } @llvm.sadd.with.overflow.i16(i16 %a, i16 %b) 26 declare { i16, i1 } @llvm.sadd.with.overflow.i16(i16, i16) nounwind readnone 30 %sadd = tail call { i32, i1 } @llvm.sadd.with.overflow.i32(i32 %a, i32 %b) 37 declare { i32, i1 } @llvm.sadd.with.overflow.i32(i32, i32) nounwind readnone 44 %uadd = tail call { i8, i1 } @llvm.uadd.with.overflow.i8(i8 %a, i8 %b) 51 declare { i8, i1 } @llvm.uadd.with.overflow.i8(i8, i8) nounwind readnone 55 %uadd = tail call { i16, i1 } @llvm.uadd.with.overflow.i16(i16 %a, i16 %b) [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/InstCombine/ |
H A D | intrinsics.ll | 3 %overflow.result = type {i8, i1} 7 declare %overflow.result @llvm.uadd.with.overflow.i8(i8, i8) nounwind readnone 8 declare %overflow.result @llvm.umul.with.overflow.i8(i8, i8) nounwind readnone 9 declare %ov.result.32 @llvm.sadd.with.overflow.i32(i32, i32) nounwind readnone 10 declare %ov.result.32 @llvm.uadd.with.overflow.i32(i32, i32) nounwind readnone 11 declare %ov.result.32 @llvm.ssub.with.overflow.i32(i32, i32) nounwind readnone 12 declare %ov.result.32 @llvm.usub.with.overflow.i32(i32, i32) nounwind readnone 13 declare %ov.result.32 @llvm.smul.with.overflow.i32(i32, i32) nounwind readnone 14 declare %ov.result.32 @llvm.umul.with.overflow.i32(i32, i32) nounwind readnone 29 %x = call %overflow.result @llvm.uadd.with.overflow.i8(i8 %A, i8 %B) [all …]
|
H A D | overflow-mul.ll | 11 ; CHECK: [[MUL:%.*]] = call { i32, i1 } @llvm.umul.with.overflow.i32(i32 %x, i32 %y) 12 %overflow = icmp ugt i64 %mul64, 4294967295 14 %retval = zext i1 %overflow to i32 26 ; CHECK: [[MUL:%.*]] = call { i32, i1 } @llvm.umul.with.overflow.i32(i32 %x, i32 %y) 27 %overflow = icmp uge i64 %mul64, 4294967296 29 %retval = zext i1 %overflow to i32 42 ; CHECK: [[MUL:%.*]] = call { i32, i1 } @llvm.umul.with.overflow.i32(i32 %x, i32 %y) 43 %overflow = icmp ugt i64 %mul64, 4294967295 47 %retval = select i1 %overflow, i32 %mul32, i32 111 60 ; CHECK-NOT: umul.with.overflow.i32 [all …]
|
/aosp_15_r20/external/arm-neon-tests/ |
H A D | ref-rvct-all.txt | 2243 VRSHL/VRSHLQ (checking round_const overflow: shift by -1) output: 2269 VRSHL/VRSHLQ (checking round_const overflow: shift by -3) output: 4639 VABAL test intermediate overflow output: 6207 VRSHR_N (overflow test: max shift amount, positive input) output: 6233 VRSHR_N (overflow test: shift by 1, with negative input) output: 6259 VRSHR_N (overflow test: shift by 3, positive input) output: 6285 VRSHR_N (overflow test: shift by 1, with negative input) output: 6311 VRSHR_N (overflow test: shift by 3, with negative input) output: 6363 VRSRA_N (checking overflow: shift by 1, positive input) output: 6389 VRSRA_N (checking overflow: shift by 3, positive input) output: [all …]
|
/aosp_15_r20/libcore/luni/src/main/native/ |
H A D | cbigint.cpp | 538 uint64_t overflow; in timesTenToTheEHighPrecision() local 563 overflow = simpleMultiplyHighPrecision64 (result, length, TEN_E19); in timesTenToTheEHighPrecision() 564 if (overflow) in timesTenToTheEHighPrecision() 565 result[length++] = overflow; in timesTenToTheEHighPrecision() 570 overflow = simpleMultiplyHighPrecision (result, length, TEN_E9); in timesTenToTheEHighPrecision() 571 if (overflow) in timesTenToTheEHighPrecision() 572 result[length++] = overflow; in timesTenToTheEHighPrecision() 579 overflow = simpleAppendDecimalDigitHighPrecision (result, length, 0); in timesTenToTheEHighPrecision() 580 if (overflow) in timesTenToTheEHighPrecision() 581 result[length++] = overflow; in timesTenToTheEHighPrecision() [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/ConstProp/ |
H A D | overflow-ops.ll | 4 declare {i8, i1} @llvm.uadd.with.overflow.i8(i8, i8) 5 declare {i8, i1} @llvm.usub.with.overflow.i8(i8, i8) 6 declare {i8, i1} @llvm.umul.with.overflow.i8(i8, i8) 8 declare {i8, i1} @llvm.sadd.with.overflow.i8(i8, i8) 9 declare {i8, i1} @llvm.ssub.with.overflow.i8(i8, i8) 10 declare {i8, i1} @llvm.smul.with.overflow.i8(i8, i8) 18 %t = call {i8, i1} @llvm.uadd.with.overflow.i8(i8 42, i8 100) 27 %t = call {i8, i1} @llvm.uadd.with.overflow.i8(i8 142, i8 120) 40 %t = call {i8, i1} @llvm.usub.with.overflow.i8(i8 4, i8 2) 49 %t = call {i8, i1} @llvm.usub.with.overflow.i8(i8 4, i8 6) [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | fwd_txfm_sse2.h | 176 int overflow = k_check_epi32_overflow_4(preg0, preg1, preg2, preg3, zero); in k_check_epi32_overflow_8() local 177 if (!overflow) { in k_check_epi32_overflow_8() 178 overflow = k_check_epi32_overflow_4(preg4, preg5, preg6, preg7, zero); in k_check_epi32_overflow_8() 180 return overflow; in k_check_epi32_overflow_8() 190 int overflow = k_check_epi32_overflow_4(preg0, preg1, preg2, preg3, zero); in k_check_epi32_overflow_16() local 191 if (!overflow) { in k_check_epi32_overflow_16() 192 overflow = k_check_epi32_overflow_4(preg4, preg5, preg6, preg7, zero); in k_check_epi32_overflow_16() 193 if (!overflow) { in k_check_epi32_overflow_16() 194 overflow = k_check_epi32_overflow_4(preg8, preg9, preg10, preg11, zero); in k_check_epi32_overflow_16() 195 if (!overflow) { in k_check_epi32_overflow_16() [all …]
|
H A D | fwd_txfm_impl_sse2.h | 81 int test, overflow; in FDCT4x4_2D() local 170 overflow = check_epi16_overflow_x2(&x0, &x1); in FDCT4x4_2D() 171 if (overflow) { in FDCT4x4_2D() 192 overflow = check_epi16_overflow_x2(&t0, &t1); in FDCT4x4_2D() 193 if (overflow) { in FDCT4x4_2D() 231 overflow = check_epi16_overflow_x2(&x0, &x1); in FDCT4x4_2D() 232 if (overflow) { in FDCT4x4_2D() 274 int overflow; in FDCT8x8_2D() local 313 overflow = in FDCT8x8_2D() 315 if (overflow) { in FDCT8x8_2D() [all …]
|
/aosp_15_r20/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpalloc.c | 62 mpd_size_t overflow; in mpd_callocfunc_em() local 65 &overflow); in mpd_callocfunc_em() 66 if (overflow) { in mpd_callocfunc_em() 85 mpd_size_t req, overflow; in mpd_alloc() local 87 req = mul_size_t_overflow(nmemb, size, &overflow); in mpd_alloc() 88 if (overflow) { in mpd_alloc() 99 mpd_size_t overflow; in mpd_calloc() local 101 (void)mul_size_t_overflow(nmemb, size, &overflow); in mpd_calloc() 102 if (overflow) { in mpd_calloc() 114 mpd_size_t req, overflow; in mpd_realloc() local [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/internal/math/ |
D | math_test.go | 19 overflow bool member 43 mul, overflow := MulUintptr(a, b) 44 if mul != a*b || overflow != test.overflow { 46 a, b, mul, overflow, a*b, test.overflow) 62 var overflow bool 63 SinkUintptr, overflow = MulUintptr(x, y) 64 if overflow { 72 var overflow bool 73 SinkUintptr, overflow = MulUintptr(x, y) 74 if overflow {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | profbuf.go | 90 overflow atomic.Uint64 member 153 return uint32(b.overflow.Load()) > 0 160 overflow := b.overflow.Load() 163 count = uint32(overflow) 169 if b.overflow.CompareAndSwap(overflow, ((overflow>>32)+1)<<32) { 172 overflow = b.overflow.Load() 175 return uint32(overflow), time 182 overflow := b.overflow.Load() 186 if uint32(overflow) == 0 { 189 b.overflow.Store((((overflow >> 32) + 1) << 32) + 1) [all …]
|
/aosp_15_r20/external/libgsm/add-test/ |
H A D | add_test.dta | 36 ' positive overflow 76 ' positive overflow 115 ' positive overflow 155 ' positive overflow 184 ' overflow 212 ' overflow 248 ' overflow 289 ' overflow 311 ' overflow 359 ' overflow [all …]
|
/aosp_15_r20/external/owasp/java-encoder/core/src/main/java/org/owasp/encoder/ |
D | CDATAEncoder.java | 179 return overflow(input, i, output, j); in encodeArrays() 190 return overflow(input, i, output, j); in encodeArrays() 198 return overflow(input, i, output, j); in encodeArrays() 208 return overflow(input, i, output, j); in encodeArrays() 215 return overflow(input, i, output, j); in encodeArrays() 221 return overflow(input, i, output, j); in encodeArrays() 234 return overflow(input, i, output, j); in encodeArrays() 245 return overflow(input, i, output, j); in encodeArrays() 251 return overflow(input, i, output, j); in encodeArrays() 261 return overflow(input, i, output, j); in encodeArrays() [all …]
|
D | XMLEncoder.java | 261 return overflow(input, i, output, j); in encodeArrays() 268 return overflow(input, i, output, j); in encodeArrays() 278 return overflow(input, i, output, j); in encodeArrays() 287 return overflow(input, i, output, j); in encodeArrays() 297 return overflow(input, i, output, j); in encodeArrays() 308 return overflow(input, i, output, j); in encodeArrays() 319 return overflow(input, i, output, j); in encodeArrays() 327 return overflow(input, i, output, j); in encodeArrays() 342 return overflow(input, i, output, j); in encodeArrays() 348 return overflow(input, i, output, j); in encodeArrays() [all …]
|
D | XMLCommentEncoder.java | 136 return overflow(input, i, output, j); in encodeArrays() 143 return overflow(input, i, output, j); in encodeArrays() 149 return overflow(input, i, output, j); in encodeArrays() 160 return overflow(input, i, output, j); in encodeArrays() 165 return overflow(input, i, output, j); in encodeArrays() 171 return overflow(input, i, output, j); in encodeArrays() 186 return overflow(input, i, output, j); in encodeArrays() 192 return overflow(input, i, output, j); in encodeArrays() 200 return overflow(input, i, output, j); in encodeArrays() 207 return overflow(input, i, output, j); in encodeArrays() [all …]
|
/aosp_15_r20/external/elfutils/tests/ |
H A D | run-large-elf-file.sh | 126 testfiles testfile-dwp-5-cu-index-overflow testfile-dwp-5-cu-index-overflow.dwp 128 testrun_compare ${abs_builddir}/cu-dwp-section-info testfile-dwp-5-cu-index-overflow.dwp << EOF 129 file: testfile-dwp-5-cu-index-overflow.dwp 195 testrun_compare ${abs_builddir}/get-units-split testfile-dwp-5-cu-index-overflow << EOF 196 file: testfile-dwp-5-cu-index-overflow 210 rm -f testfile-dwp-5-cu-index-overflow testfile-dwp-5-cu-index-overflow.dwp 213 testfiles testfile-dwp-4-cu-index-overflow testfile-dwp-4-cu-index-overflow.dwp 215 testrun_compare ${abs_builddir}/cu-dwp-section-info testfile-dwp-4-cu-index-overflow.dwp << EOF 216 file: testfile-dwp-4-cu-index-overflow.dwp 282 testrun_compare ${abs_builddir}/get-units-split testfile-dwp-4-cu-index-overflow << EOF [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | text.py | 133 overflow: Optional["OverflowMethod"] = None, 143 self.overflow: Optional["OverflowMethod"] = overflow 251 overflow: Optional["OverflowMethod"] = None, 270 rendered_text.overflow = overflow 281 overflow: Optional["OverflowMethod"] = None, 302 overflow=overflow, 319 overflow: Optional["OverflowMethod"] = None, 333 styled_text = cls(text, justify=justify, overflow=overflow) 343 overflow: Optional["OverflowMethod"] = None, 366 overflow=overflow, [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | text.py | 133 overflow: Optional["OverflowMethod"] = None, 143 self.overflow: Optional["OverflowMethod"] = overflow 251 overflow: Optional["OverflowMethod"] = None, 270 rendered_text.overflow = overflow 281 overflow: Optional["OverflowMethod"] = None, 302 overflow=overflow, 319 overflow: Optional["OverflowMethod"] = None, 333 styled_text = cls(text, justify=justify, overflow=overflow) 343 overflow: Optional["OverflowMethod"] = None, 366 overflow=overflow, [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | text.py | 133 overflow: Optional["OverflowMethod"] = None, 143 self.overflow: Optional["OverflowMethod"] = overflow 251 overflow: Optional["OverflowMethod"] = None, 270 rendered_text.overflow = overflow 281 overflow: Optional["OverflowMethod"] = None, 302 overflow=overflow, 319 overflow: Optional["OverflowMethod"] = None, 333 styled_text = cls(text, justify=justify, overflow=overflow) 343 overflow: Optional["OverflowMethod"] = None, 366 overflow=overflow, [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | text.py | 133 overflow: Optional["OverflowMethod"] = None, 143 self.overflow: Optional["OverflowMethod"] = overflow 251 overflow: Optional["OverflowMethod"] = None, 270 rendered_text.overflow = overflow 281 overflow: Optional["OverflowMethod"] = None, 302 overflow=overflow, 319 overflow: Optional["OverflowMethod"] = None, 333 styled_text = cls(text, justify=justify, overflow=overflow) 343 overflow: Optional["OverflowMethod"] = None, 366 overflow=overflow, [all …]
|
/aosp_15_r20/external/llvm/test/tools/llvm-profdata/ |
H A D | overflow-instr.test | 1 Tests for overflow when merging instrumented profiles. 3 1- Merge profile having maximum counts with itself and verify overflow detected and saturation occu… 4 RUN: llvm-profdata merge -instr %p/Inputs/overflow-instr.proftext %p/Inputs/overflow-instr.proftext… 6 MERGE_OVERFLOW: {{.*}}: overflow: Counter overflow 11 2- Merge profile having maximum counts by itself and verify no overflow 12 RUN: llvm-profdata merge -instr %p/Inputs/overflow-instr.proftext -o %t.out 2>&1 | FileCheck %s -ch… 14 MERGE_NO_OVERFLOW-NOT: {{.*}}: overflow: Counter overflow
|
/aosp_15_r20/external/llvm/test/Transforms/GVN/ |
H A D | 2011-07-07-MatchIntrinsicExtract.ll | 8 %uadd = tail call %0 @llvm.uadd.with.overflow.i64(i64 %a, i64 %b) 20 %usub = tail call %0 @llvm.usub.with.overflow.i64(i64 %a, i64 %b) 32 %umul = tail call %0 @llvm.umul.with.overflow.i64(i64 %a, i64 %b) 44 %sadd = tail call %0 @llvm.sadd.with.overflow.i64(i64 %a, i64 %b) 56 %ssub = tail call %0 @llvm.ssub.with.overflow.i64(i64 %a, i64 %b) 68 %smul = tail call %0 @llvm.smul.with.overflow.i64(i64 %a, i64 %b) 79 declare %0 @llvm.uadd.with.overflow.i64(i64, i64) nounwind readnone 80 declare %0 @llvm.usub.with.overflow.i64(i64, i64) nounwind readnone 81 declare %0 @llvm.umul.with.overflow.i64(i64, i64) nounwind readnone 82 declare %0 @llvm.sadd.with.overflow.i64(i64, i64) nounwind readnone [all …]
|