Home
last modified time | relevance | path

Searched defs:carry (Results 1 – 24 of 24) sorted by relevance

/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/
H A Dvadc.c40 uint32x4_t test_vadcq_u32(uint32x4_t a, uint32x4_t b, unsigned *carry) in test_vadcq_u32() argument
84 int32x4_t test_vadcq_m_s32(int32x4_t inactive, int32x4_t a, int32x4_t b, unsigned *carry, mve_pred16_t p) in test_vadcq_m_s32() argument
141 int32x4_t test_vsbcq_s32(int32x4_t a, int32x4_t b, unsigned *carry) { in test_vsbcq_s32() argument
161 uint32x4_t test_vsbcq_u32(uint32x4_t a, uint32x4_t b, unsigned *carry) { in test_vsbcq_u32() argument
223 test_vsbcq_m_s32(int32x4_t inactive,int32x4_t a,int32x4_t b,unsigned * carry,mve_pred16_t p) test_vsbcq_m_s32() argument
245 test_vsbcq_m_u32(uint32x4_t inactive,uint32x4_t a,uint32x4_t b,unsigned * carry,mve_pred16_t p) test_vsbcq_m_u32() argument
[all...]
/llvm-project/libc/test/src/__support/
H A Dmath_extras_test.cpp121 bool carry; TYPED_TEST() member
130 bool carry = add_overflow<T>(tc.lhs, tc.rhs, sum); TYPED_TEST() local
146 bool carry; TYPED_TEST() member
155 bool carry = sub_overflow<T>(tc.lhs, tc.rhs, sub); TYPED_TEST() local
[all...]
/llvm-project/compiler-rt/lib/builtins/
H A Dudivmoddi4.c175 su_int carry = 0; in __udivmoddi4() local
/llvm-project/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp397 if (int carry{MultiplyWithoutNormalization<512>()}) { in ConvertToBinary() local
408 int carry; in ConvertToBinary() local
436 std::uint32_t carry = MultiplyWithoutNormalization<2>(); in ConvertToBinary() local
H A Dbig-radix-floating-point.h334 RT_API_ATTRS void PushCarry(int carry) { in RemoveLeastOrderZeroDigits()
H A Dbinary-to-decimal.cpp193 int carry{0}; in Mean() local
/llvm-project/clang/test/SemaCXX/
H A Dbuiltins-overflow.cpp107 …texpr CarryResult<unsigned char> addcb(unsigned char lhs, unsigned char rhs, unsigned char carry) { in addcb()
126 …texpr CarryResult<unsigned char> subcb(unsigned char lhs, unsigned char rhs, unsigned char carry) { in subcb()
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVWebGPUTransforms.cpp117 Value carry = rewriter.createOrFold<IAddOp>(loc, nextResDigit, in lowerExtendedMultiplication() local
195 Value carry = rewriter.create<SelectOp>(loc, cmp, one, zero); in matchAndRewrite() local
/llvm-project/third-party/unittest/googlemock/src/
H A Dgmock-internal-utils.cc206 constexpr char UnBase64Impl(char c, const char* const base64, char carry) { in UnBase64Impl()
/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1379 uint32_t carry = in EmulateMOVRdImm() local
1621 uint32_t carry; // the carry bit after ThumbExpandImm_C or ARMExpandImm_C in EmulateMVNImm() local
1685 uint32_t carry; // the carry bit after the shift operation in EmulateMVNReg() local
3756 uint32_t carry; // the carry bit after the shift operation in EmulateShiftImm() local
3842 uint32_t carry; // the carry bit after the shift operation in EmulateShiftReg() local
6022 uint32_t carry; // the carry bit after ARM/Thumb Expand operation in EmulateANDImm() local
6098 uint32_t carry; in EmulateANDReg() local
6187 uint32_t carry; // the carry bit after ARM/Thumb Expand operation in EmulateBICImm() local
6263 uint32_t carry; in EmulateBICReg() local
8826 uint32_t carry; // the carry bit after ARM/Thumb Expand operation in EmulateEORImm() local
[all …]
/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx2.c223 __m256i carry = _mm256_cmpgt_epi32(_mm256_xor_si256(add1, _mm256_set1_epi32(0x80000000)), in load_counters() local
H A Dblake3_sse2.c452 __m128i carry = _mm_cmpgt_epi32(_mm_xor_si128(add1, _mm_set1_epi32(0x80000000)), in load_counters() local
H A Dblake3_sse41.c446 __m128i carry = _mm_cmpgt_epi32(_mm_xor_si128(add1, _mm_set1_epi32(0x80000000)), in load_counters() local
H A Dblake3_avx512.c1053 __mmask16 carry = _mm512_cmp_epu32_mask(l, add1, _MM_CMPINT_LT); in load_counters16() local
/llvm-project/mlir/lib/Conversion/TosaToArith/
H A DTosaToArith.cpp185 Value carry = rewriter.create<arith::ShRSIOp>(loc, rounded, two32); in matchAndRewrite() local
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp1592 APInt::WordType carry = APInt::tcDecrement(&singleWord, 1); TEST() local
1600 APInt::WordType carry = APInt::tcDecrement(&singleWord, 1); TEST() local
1619 APInt::WordType carry = APInt::tcDecrement(test, 4); TEST() local
1628 APInt::WordType carry = APInt::tcDecrement(test, 4); TEST() local
1637 APInt::WordType carry = APInt::tcDecrement(test, 4); TEST() local
1646 APInt::WordType carry = APInt::tcDecrement(test, 4); TEST() local
[all...]
/llvm-project/polly/lib/External/isl/imath/
H A Dimath.c548 mp_digit carry = s_uadd(MP_DIGITS(a), MP_DIGITS(b), MP_DIGITS(c), ua, ub); in mp_int_add() local
614 mp_digit carry = s_uadd(MP_DIGITS(a), MP_DIGITS(b), MP_DIGITS(c), ua, ub); in mp_int_sub() local
1889 mp_digit *t1, *t2, *t3, carry; in s_kmul() local
1975 mp_digit *t1, *t2, *t3, carry; in s_ksqr() local
/llvm-project/flang/include/flang/Evaluate/
H A Dinteger.h97 bool carry; global() member
[all...]
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-printers.cc316 const uint64_t carry = 6 * high_mod + low % 10; in PrintTo() local
/llvm-project/flang/lib/Evaluate/
H A Dreal.cpp117 bool carry{false}; in Add() local
/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1375 bool carry = false; KnuthDiv() local
1402 uint32_t carry = 0; KnuthDiv() local
2501 tcMultiplyPart(WordType * dst,const WordType * src,WordType multiplier,WordType carry,unsigned srcParts,unsigned dstParts,bool add) tcMultiplyPart() argument
[all...]
H A DAPFloat.cpp1196 integerPart carry; incrementSignificand() local
1785 integerPart carry; addOrSubtractSignificand() local
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_scheduler.c3977 static void isl_carry_clear(struct isl_carry *carry) in isl_carry_clear()
5101 struct isl_carry carry = { 0 }; in compute_carrying_sol() local
5170 static __isl_give isl_schedule_node *carry(__isl_take isl_schedule_node *node, in carry() function
/llvm-project/libc/AOR_v20.02/math/test/
H A Dmathtest.c491 int sign, carry; in calc_error() local