Searched refs:I64x2Splat (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | raw-machine-assembler.h | 907 Node* I64x2Splat(Node* a) { return AddNode(machine()->I64x2Splat(), a); } in I64x2Splat() function
|
D | machine-operator.h | 757 const Operator* I64x2Splat(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 830 V(I64x2Splat) \
|
D | machine-operator.cc | 466 V(I64x2Splat, Operator::kNoProperties, 1, 0, 1) \
|
D | wasm-compiler.cc | 4628 return graph()->NewNode(mcgraph()->machine()->I64x2Splat(), inputs[0]); in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 331 V(I64x2Splat, 0xfd12, s_l) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 1111 void I64x2Splat(Simd128Register dst, Register src);
|
D | macro-assembler-s390.cc | 5123 void TurboAssembler::I64x2Splat(Simd128Register dst, Register src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 2564 V(I64x2Splat) \
|
D | code-generator-s390.cc | 2690 V(I64x2Splat, Simd128Register, Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 2412 V(i64x2_splat, I64x2Splat, fp, gp, , void) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 3506 V(I64x2Splat, kArm64ISplat, 64) \
|