Home
last modified time | relevance | path

Searched refs:Uint64Sub (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h1034 TNode<Uint64T> Uint64Sub(TNode<Uint64T> left, TNode<Uint64T> right) { in Uint64Sub() function
/third_party/node/deps/v8/src/builtins/
Dbase.tq956 extern operator '-' macro Uint64Sub(uint64, uint64): uint64;
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc658 TNode<Word64T> rhs = Uint64Sub(Unsigned(value), Uint64Constant(1)); in CountTrailingZeros64()