Searched refs:LeftShift (Results 1 – 15 of 15) sorted by relevance
/third_party/node/deps/v8/src/bigint/ |
D | div-helpers.h | 16 void LeftShift(RWDigits Z, Digits X, int shift); 60 LeftShift(rw_view, original, shift_);
|
D | div-helpers.cc | 25 void LeftShift(RWDigits Z, Digits X, int shift) { in LeftShift() function
|
D | div-burnikel.cc | 217 LeftShift(B_shifted + digit_shift, B, sigma); in DivideBurnikelZiegler() 227 LeftShift(A_shifted + digit_shift, A, sigma); in DivideBurnikelZiegler()
|
D | div-schoolbook.cc | 121 LeftShift(U, A, b_normalized.shift()); in DivideSchoolbook()
|
D | div-barrett.cc | 141 LeftShift(W + padding_digits, Z, 1); in InvertNewton()
|
D | bitwise.cc | 136 void LeftShift(RWDigits Z, Digits X, digit_t shift) { in LeftShift() function
|
D | bigint.h | 256 void LeftShift(RWDigits Z, Digits X, digit_t shift);
|
D | tostring.cc | 345 LeftShift(divisor_, divisor_, leading_zero_shift_); in LeftShiftDivisor()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-bigint.cc | 143 result = BigInt::LeftShift(isolate, left, right); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/objects/ |
D | bigint.h | 169 static MaybeHandle<BigInt> LeftShift(Isolate* isolate, Handle<BigInt> x,
|
D | bigint.cc | 570 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/ |
D | MicrosoftDemangleNodes.h | 121 LeftShift, // ?6 # operator<< enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | MicrosoftDemangleNodes.cpp | 254 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LeftShift, "operator<<"); in output()
|
D | MicrosoftDemangle.cpp | 544 IFK::LeftShift, // ?6 # operator<< in translateIntrinsicFunctionCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 12096 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()
|