Searched refs:Uint64T (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | code-assembler.h | 335 V(ChangeFloat64ToUint64, Uint64T, Float64T) \ 339 V(ChangeUint32ToUint64, Uint64T, Word32T) \ 525 TNode<Uint64T> Uint64Constant(uint64_t value) { in Uint64Constant() 586 TNode<Uint64T> Unsigned(TNode<Word64T> x) { in Unsigned() 587 return UncheckedCast<Uint64T>(x); in Unsigned() 914 TNode<Uint64T> Word64Shl(TNode<Uint64T> left, TNode<Uint64T> right) { in Word64Shl() 917 TNode<Uint64T> Word64Shr(TNode<Uint64T> left, TNode<Uint64T> right) { in Word64Shr() 927 TNode<Uint64T> Word64And(TNode<Uint64T> left, TNode<Uint64T> right) { in Word64And() 934 TNode<Uint64T> Word64Xor(TNode<Uint64T> left, TNode<Uint64T> right) { in Word64Xor() 941 TNode<Uint64T> Word64Not(TNode<Uint64T> value) { in Word64Not() [all …]
|
/third_party/node/deps/v8/src/codegen/ |
D | tnode.h | 76 struct Uint64T : Word64T { struct 311 struct types_have_common_values<Uint64T, U> {
|
D | code-stub-assembler.cc | 2767 TNode<Uint64T> element = Load<Uint64T>(base, offset); in IsDoubleHole() 15847 TNode<Uint64T> CodeStubAssembler::LoadSwissNameDictionaryCtrlTableGroup( in LoadSwissNameDictionaryCtrlTableGroup() 15850 TNode<Uint64T> data = UnalignedLoad<Uint64T>(ptr, IntPtrConstant(0)); in LoadSwissNameDictionaryCtrlTableGroup() 15861 TNode<Uint64T> result = Uint64Constant(0); in LoadSwissNameDictionaryCtrlTableGroup() 15867 TNode<Uint64T> mask = Uint64Constant(0xffULL << src_offset); in LoadSwissNameDictionaryCtrlTableGroup() 15868 TNode<Uint64T> src_data = Word64And(data, mask); in LoadSwissNameDictionaryCtrlTableGroup() 15870 TNode<Uint64T> shifted = in LoadSwissNameDictionaryCtrlTableGroup()
|
D | code-stub-assembler.h | 4104 TNode<Uint64T> LoadSwissNameDictionaryCtrlTableGroup(TNode<IntPtrT> address);
|
/third_party/node/deps/v8/src/builtins/ |
D | base.tq | 111 type uint64 generates 'TNode<Uint64T>' constexpr 'uint64_t';
|