Searched refs:StoreBigIntDigit (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-bigint.tq | 25 extern macro CodeStubAssembler::StoreBigIntDigit( 218 StoreBigIntDigit(result, i, LoadBigIntDigit(bigint, i));
|
| D | data-view.tq | 259 bigint::StoreBigIntDigit(result, 0, Unsigned(rawValue)); 324 bigint::StoreBigIntDigit(result, 0, Unsigned(Convert<intptr>(lowPart))); 326 bigint::StoreBigIntDigit(result, 1, Unsigned(Convert<intptr>(highPart)));
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.cc | 2422 StoreBigIntDigit(var_result.value(), 0, Unsigned(var_low.value())); in BigIntFromInt32Pair() 2432 StoreBigIntDigit(var_result.value(), 0, Unsigned(var_low.value())); in BigIntFromInt32Pair() 2433 StoreBigIntDigit(var_result.value(), 1, Unsigned(var_high.value())); in BigIntFromInt32Pair() 2459 StoreBigIntDigit(var_result.value(), 0, Unsigned(value)); in BigIntFromInt64() 2468 StoreBigIntDigit(var_result.value(), 0, in BigIntFromInt64() 2512 StoreBigIntDigit(var_result.value(), 0, low); in BigIntFromUint32Pair() 2513 StoreBigIntDigit(var_result.value(), 1, high); in BigIntFromUint32Pair() 2519 StoreBigIntDigit(var_result.value(), 0, low); in BigIntFromUint32Pair() 2536 StoreBigIntDigit(var_result.value(), 0, value); in BigIntFromUint64() 3424 void CodeStubAssembler::StoreBigIntDigit(TNode<BigInt> bigint, in StoreBigIntDigit() function in v8::internal::CodeStubAssembler [all …]
|
| D | code-stub-assembler.h | 1877 void StoreBigIntDigit(TNode<BigInt> bigint, intptr_t digit_index, 1879 void StoreBigIntDigit(TNode<BigInt> bigint, TNode<IntPtrT> digit_index,
|