Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.h911 Node* I32x4Splat(Node* a) { return AddNode(machine()->I32x4Splat(), a); } in I32x4Splat() function
Dmachine-operator.h784 const Operator* I32x4Splat(); in NON_EXPORTED_BASE()
Dopcodes.h856 V(I32x4Splat) \
Dmachine-operator.cc489 V(I32x4Splat, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc2652 mcgraph()->machine()->I32x4Splat(), in GetExceptionValues()
4696 return graph()->NewNode(mcgraph()->machine()->I32x4Splat(), inputs[0]); in SimdOp()
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes.h330 V(I32x4Splat, 0xfd11, s_i) \
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1112 void I32x4Splat(Simd128Register dst, Register src);
Dmacro-assembler-s390.cc5128 void TurboAssembler::I32x4Splat(Simd128Register dst, Register src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2577 V(I32x4Splat) \
Dcode-generator-s390.cc2697 V(I32x4Splat, Simd128Register, Register) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2420 V(i32x4_splat, I32x4Splat, fp, gp, , void) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc3509 V(I32x4Splat, kArm64ISplat, 32) \