Searched refs:I32x4Splat (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | raw-machine-assembler.h | 911 Node* I32x4Splat(Node* a) { return AddNode(machine()->I32x4Splat(), a); } in I32x4Splat() function
|
D | machine-operator.h | 784 const Operator* I32x4Splat(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 856 V(I32x4Splat) \
|
D | machine-operator.cc | 489 V(I32x4Splat, Operator::kNoProperties, 1, 0, 1) \
|
D | wasm-compiler.cc | 2652 mcgraph()->machine()->I32x4Splat(), in GetExceptionValues() 4696 return graph()->NewNode(mcgraph()->machine()->I32x4Splat(), inputs[0]); in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 330 V(I32x4Splat, 0xfd11, s_i) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 1112 void I32x4Splat(Simd128Register dst, Register src);
|
D | macro-assembler-s390.cc | 5128 void TurboAssembler::I32x4Splat(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 | 2577 V(I32x4Splat) \
|
D | code-generator-s390.cc | 2697 V(I32x4Splat, Simd128Register, Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 2420 V(i32x4_splat, I32x4Splat, fp, gp, , void) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 3509 V(I32x4Splat, kArm64ISplat, 32) \
|