Searched defs:WordShr (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/ | ||
H A D | code-assembler.h | 885 TNode<UintPtrT> WordShr(TNode<UintPtrT> left, TNode<IntegralT> right) { in WordShr() function in v8::internal::compiler::CodeAssembler 1080 TNode<IntPtrT> WordShr(TNode<IntPtrT> value, int shift) { in WordShr() function in v8::internal::compiler::CodeAssembler |
H A D | code-assembler.cc | 580 TNode<WordT> CodeAssembler::WordShr(TNode<WordT> value, int shift) { in WordShr() function in v8::internal::compiler::CodeAssembler |
H A D | raw-machine-assembler.h | 350 Node* WordShr(Node* a, Node* b) { in WordShr() function in v8::internal::compiler::RawMachineAssembler |
Completed in 11 milliseconds