Home
last modified time | relevance | path

Searched refs:I8x16Splat (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h416 void I8x16Splat(XMMRegister dst, Register src, XMMRegister scratch);
417 void I8x16Splat(XMMRegister dst, Operand src, XMMRegister scratch);
H A Dmacro-assembler-shared-ia32-x64.cc20 // should call I8x16Splat |src| being Register.
376 void SharedTurboAssembler::I8x16Splat(XMMRegister dst, Register src, in I8x16Splat() function in v8::internal::SharedTurboAssembler
388 void SharedTurboAssembler::I8x16Splat(XMMRegister dst, Operand src, in I8x16Splat() function in v8::internal::SharedTurboAssembler
/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h913 Node* I8x16Splat(Node* a) { return AddNode(machine()->I8x16Splat(), a); } in I8x16Splat() function in v8::internal::compiler::RawMachineAssembler
H A Dmachine-operator.h866 const Operator* I8x16Splat();
H A Dopcodes.h942 V(I8x16Splat) \
H A Dcode-assembler.h359 V(I8x16Splat, I8x16T, Int32T) \
H A Dmachine-operator.cc562 V(I8x16Splat, Operator::kNoProperties, 1, 0, 1) \
H A Dwasm-compiler.cc4931 return graph()->NewNode(mcgraph()->machine()->I8x16Splat(), inputs[0]); in SimdOp()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes.h328 V(I8x16Splat, 0xfd0f, s_i) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc2682 __ I8x16Splat(i.OutputSimd128Register(), i.InputRegister(0), in AssembleArchInstruction()
2685 __ I8x16Splat(i.OutputSimd128Register(), i.InputOperand(0), in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1114 void I8x16Splat(Simd128Register dst, Register src);
H A Dmacro-assembler-s390.cc5138 void TurboAssembler::I8x16Splat(Simd128Register dst, Register src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2592 V(I8x16Splat) \
H A Dcode-generator-s390.cc2711 V(I8x16Splat, Simd128Register, Register) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc3556 __ I8x16Splat(dst, i.InputRegister(0), kScratchDoubleReg); in AssembleArchInstruction()
3558 __ I8x16Splat(dst, i.InputOperand(0), kScratchDoubleReg); in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2434 V(i8x16_splat, I8x16Splat, fp, gp, , void) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc3515 V(I8x16Splat, kArm64ISplat, 8) \
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h2920 I8x16Splat(dst.fp(), src.gp(), liftoff::kScratchDoubleReg); in emit_i8x16_splat()
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2521 I8x16Splat(dst.fp(), src.gp(), kScratchDoubleReg); in emit_i8x16_splat()

Completed in 102 milliseconds