Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds