Home
last modified time | relevance | path

Searched refs:LeftShift (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/bigint/
Ddiv-helpers.h16 void LeftShift(RWDigits Z, Digits X, int shift);
60 LeftShift(rw_view, original, shift_);
Ddiv-helpers.cc25 void LeftShift(RWDigits Z, Digits X, int shift) { in LeftShift() function
Ddiv-burnikel.cc217 LeftShift(B_shifted + digit_shift, B, sigma); in DivideBurnikelZiegler()
227 LeftShift(A_shifted + digit_shift, A, sigma); in DivideBurnikelZiegler()
Ddiv-schoolbook.cc121 LeftShift(U, A, b_normalized.shift()); in DivideSchoolbook()
Ddiv-barrett.cc141 LeftShift(W + padding_digits, Z, 1); in InvertNewton()
Dbitwise.cc136 void LeftShift(RWDigits Z, Digits X, digit_t shift) { in LeftShift() function
Dbigint.h256 void LeftShift(RWDigits Z, Digits X, digit_t shift);
Dtostring.cc345 LeftShift(divisor_, divisor_, leading_zero_shift_); in LeftShiftDivisor()
/third_party/node/deps/v8/src/runtime/
Druntime-bigint.cc143 result = BigInt::LeftShift(isolate, left, right); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
Dbigint.h169 static MaybeHandle<BigInt> LeftShift(Isolate* isolate, Handle<BigInt> x,
Dbigint.cc570 MaybeHandle<BigInt> BigInt::LeftShift(Isolate* isolate, Handle<BigInt> x, in LeftShift() function in v8::internal::BigInt
1259 bigint::LeftShift(GetRWDigits(result), GetDigits(x), shift); in LeftShiftByAbsolute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h121 LeftShift, // ?6 # operator<< enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp254 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LeftShift, "operator<<"); in output()
DMicrosoftDemangle.cpp544 IFK::LeftShift, // ?6 # operator<< in translateIntrinsicFunctionCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp12096 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local
12107 if (LeftShift) in CombineANDShift()
12121 if (!LeftShift && isMask_32(C1)) { in CombineANDShift()
12132 if (LeftShift && isMask_32(~C1)) { in CombineANDShift()
12144 if (LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()
12157 if (!LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()