Home
last modified time | relevance | path

Searched refs:Int64Mul (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h272 V(Int64Mul, Word64T, Word64T, Word64T) \
1038 TNode<Int64T> Int64Mul(TNode<Int64T> left, TNode<Int64T> right) { in Int64Mul() function in v8::internal::compiler::CodeAssembler
1039 return Signed(Int64Mul(static_cast<TNode<Word64T>>(left), right)); in Int64Mul()
1043 return Unsigned(Int64Mul(static_cast<TNode<Word64T>>(left), right)); in Uint64Mul()
H A Draw-machine-assembler.h510 Node* Int64Mul(Node* a, Node* b) { in Int64Mul() function in v8::internal::compiler::RawMachineAssembler
511 return AddNode(machine()->Int64Mul(), a, b); in Int64Mul()
H A Dmachine-operator.h507 const Operator* Int64Mul();
H A Dopcodes.h584 V(Int64Mul) \
H A Dmachine-operator.cc296 V(Int64Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
H A Dwasm-compiler.cc938 op = m->Int64Mul(); in Binop()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc1480 V(Word64, Int64Mul, kS390_Mul64, MulOperandMode, ([&]() { \

Completed in 30 milliseconds