Home
last modified time | relevance | path

Searched refs:I8x16Splat (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dswiss-hash-table-helpers.tq127 const searchPattern = I8x16Splat(Signed(h2));
147 I8x16Splat(Convert<int32>(FromConstexpr<uint8>(ctrl::kEmpty)));
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.h416 void I8x16Splat(XMMRegister dst, Register src, XMMRegister scratch);
417 void I8x16Splat(XMMRegister dst, Operand src, XMMRegister scratch);
Dmacro-assembler-shared-ia32-x64.cc376 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/
Draw-machine-assembler.h913 Node* I8x16Splat(Node* a) { return AddNode(machine()->I8x16Splat(), a); } in I8x16Splat() function
Dmachine-operator.h866 const Operator* I8x16Splat(); in NON_EXPORTED_BASE()
Dopcodes.h942 V(I8x16Splat) \
Dcode-assembler.h359 V(I8x16Splat, I8x16T, Int32T) \
Dmachine-operator.cc562 V(I8x16Splat, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc4931 return graph()->NewNode(mcgraph()->machine()->I8x16Splat(), inputs[0]); in SimdOp()
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes.h328 V(I8x16Splat, 0xfd0f, s_i) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2682 __ I8x16Splat(i.OutputSimd128Register(), i.InputRegister(0), in AssembleArchInstruction() local
2685 __ I8x16Splat(i.OutputSimd128Register(), i.InputOperand(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1114 void I8x16Splat(Simd128Register dst, Register src);
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/x64/
Dcode-generator-x64.cc3556 __ I8x16Splat(dst, i.InputRegister(0), kScratchDoubleReg); in AssembleArchInstruction() local
3558 __ I8x16Splat(dst, i.InputOperand(0), kScratchDoubleReg); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2592 V(I8x16Splat) \
Dcode-generator-s390.cc2711 V(I8x16Splat, Simd128Register, Register) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/builtins/
Dbase.tq1955 extern macro I8x16Splat(int32): I8X16;
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2434 V(i8x16_splat, I8x16Splat, fp, gp, , void) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc3515 V(I8x16Splat, kArm64ISplat, 8) \
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h2521 I8x16Splat(dst.fp(), src.gp(), kScratchDoubleReg); in emit_i8x16_splat()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h2920 I8x16Splat(dst.fp(), src.gp(), liftoff::kScratchDoubleReg); in emit_i8x16_splat()