Home
last modified time | relevance | path

Searched defs:Word32Shl (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h898 TNode<Int32T> Word32Shl(TNode<Int32T> left, TNode<Int32T> right) { in Word32Shl() function
901 TNode<Uint32T> Word32Shl(TNode<Uint32T> left, TNode<Uint32T> right) { in Word32Shl() function
1096 TNode<Int32T> Word32Shl(TNode<Int32T> left, int right) { in Word32Shl() function
Draw-machine-assembler.h385 Node* Word32Shl(Node* a, Node* b) { in Word32Shl() function