Searched defs:Word64Shl (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ | ||
H A D | code-assembler.h | 911 TNode<Int64T> Word64Shl(TNode<Int64T> left, TNode<Int64T> right) { in Word64Shl() function in v8::internal::compiler::CodeAssembler 914 TNode<Uint64T> Word64Shl(TNode<Uint64T> left, TNode<Uint64T> right) { in Word64Shl() function in v8::internal::compiler::CodeAssembler |
H A D | raw-machine-assembler.h | 419 Node* Word64Shl(Node* a, Node* b) { in Word64Shl() function in v8::internal::compiler::RawMachineAssembler |
Completed in 7 milliseconds