Searched refs:Int64Mul (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.h | 272 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 D | raw-machine-assembler.h | 510 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 D | machine-operator.h | 507 const Operator* Int64Mul();
|
H A D | opcodes.h | 584 V(Int64Mul) \
|
H A D | machine-operator.cc | 296 V(Int64Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
|
H A D | wasm-compiler.cc | 938 op = m->Int64Mul(); in Binop()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 1480 V(Word64, Int64Mul, kS390_Mul64, MulOperandMode, ([&]() { \
|
Completed in 30 milliseconds