Home
last modified time | relevance | path

Searched refs:Uint64T (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h335 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/
Dtnode.h76 struct Uint64T : Word64T { struct
311 struct types_have_common_values<Uint64T, U> {
Dcode-stub-assembler.cc2767 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()
Dcode-stub-assembler.h4104 TNode<Uint64T> LoadSwissNameDictionaryCtrlTableGroup(TNode<IntPtrT> address);
/third_party/node/deps/v8/src/builtins/
Dbase.tq111 type uint64 generates 'TNode<Uint64T>' constexpr 'uint64_t';