Home
last modified time | relevance | path

Searched refs:I64x2Splat (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.h907 Node* I64x2Splat(Node* a) { return AddNode(machine()->I64x2Splat(), a); } in I64x2Splat() function
Dmachine-operator.h757 const Operator* I64x2Splat(); in NON_EXPORTED_BASE()
Dopcodes.h830 V(I64x2Splat) \
Dmachine-operator.cc466 V(I64x2Splat, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc4628 return graph()->NewNode(mcgraph()->machine()->I64x2Splat(), inputs[0]); in SimdOp()
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes.h331 V(I64x2Splat, 0xfd12, s_l) \
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1111 void I64x2Splat(Simd128Register dst, Register src);
Dmacro-assembler-s390.cc5123 void TurboAssembler::I64x2Splat(Simd128Register dst, Register src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2564 V(I64x2Splat) \
Dcode-generator-s390.cc2690 V(I64x2Splat, Simd128Register, Register) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2412 V(i64x2_splat, I64x2Splat, fp, gp, , void) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc3506 V(I64x2Splat, kArm64ISplat, 64) \