Home
last modified time | relevance | path

Searched refs:Word64Shl (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h294 V(Word64Shl, Word64T, Word64T, Word64T) \
911 TNode<Int64T> Word64Shl(TNode<Int64T> left, TNode<Int64T> right) { in Word64Shl() function in v8::internal::compiler::CodeAssembler
912 return Signed(Word64Shl(static_cast<TNode<Word64T>>(left), right)); in Word64Shl()
914 TNode<Uint64T> Word64Shl(TNode<Uint64T> left, TNode<Uint64T> right) { in Word64Shl() function in v8::internal::compiler::CodeAssembler
915 return Unsigned(Word64Shl(static_cast<TNode<Word64T>>(left), right)); in Word64Shl()
H A Draw-machine-assembler.h419 Node* Word64Shl(Node* a, Node* b) { in Word64Shl() function in v8::internal::compiler::RawMachineAssembler
420 return AddNode(machine()->Word64Shl(), a, b); in Word64Shl()
H A Dgraph-assembler.h95 V(Word64Shl) \
H A Dmachine-operator.h453 const Operator* Word64Shl();
H A Dopcodes.h573 V(Word64Shl) \
H A Dwasm-compiler.cc955 op = m->Word64Shl(); in Binop()
1712 shiftLower = gasm_->Word64Shl(value, Int64Constant(shiftCount)); in BuildChangeEndiannessStore()
1820 shiftLower = gasm_->Word64Shl(value, Int64Constant(shiftCount)); in BuildChangeEndiannessLoad()
1867 gasm_->Word64Shl(gasm_->ChangeInt32ToInt64(result), shiftBitCount), in BuildChangeEndiannessLoad()
H A Dmachine-operator.cc289 V(Word64Shl, Operator::kNoProperties, 2, 0, 1) \
H A Dmachine-operator-reducer.cc1101 NodeProperties::ChangeOp(node, machine()->Word64Shl()); in ReduceInt64Mul()
H A Dsimplified-lowering.cc2988 graph()->NewNode(lowering->machine()->Word64Shl(), value, in VisitNode()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc15872 ? Word64Shl(src_data, Uint64Constant(dest_offset - src_offset))

Completed in 53 milliseconds