Searched refs:LoadBigIntDigit (Results 1 – 3 of 3) sorted by relevance
658 extern macro LoadBigIntDigit(BigInt, constexpr int31): uintptr;679 let value: uintptr = LoadBigIntDigit(bigint_value, 0);684 low_word = convert<uint32>(LoadBigIntDigit(bigint_value, 0));686 high_word = convert<uint32>(LoadBigIntDigit(bigint_value, 1));
1271 TNode<UintPtrT> LoadBigIntDigit(TNode<BigInt> bigint, int digit_index);
3064 TNode<UintPtrT> CodeStubAssembler::LoadBigIntDigit(TNode<BigInt> bigint, in LoadBigIntDigit() function in v8::internal::CodeStubAssembler9499 var_low = LoadBigIntDigit(bigint_value, 0); in EmitBigTypedArrayElementStore()9503 var_high = LoadBigIntDigit(bigint_value, 1); in EmitBigTypedArrayElementStore()