/third_party/node/deps/v8/src/objects/ |
D | swiss-hash-table-helpers.tq | 127 const searchPattern = I8x16Splat(Signed(h2)); 147 I8x16Splat(Convert<int32>(FromConstexpr<uint8>(ctrl::kEmpty)));
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 416 void I8x16Splat(XMMRegister dst, Register src, XMMRegister scratch); 417 void I8x16Splat(XMMRegister dst, Operand src, XMMRegister scratch);
|
D | macro-assembler-shared-ia32-x64.cc | 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/ |
D | raw-machine-assembler.h | 913 Node* I8x16Splat(Node* a) { return AddNode(machine()->I8x16Splat(), a); } in I8x16Splat() function
|
D | machine-operator.h | 866 const Operator* I8x16Splat(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 942 V(I8x16Splat) \
|
D | code-assembler.h | 359 V(I8x16Splat, I8x16T, Int32T) \
|
D | machine-operator.cc | 562 V(I8x16Splat, Operator::kNoProperties, 1, 0, 1) \
|
D | wasm-compiler.cc | 4931 return graph()->NewNode(mcgraph()->machine()->I8x16Splat(), inputs[0]); in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 328 V(I8x16Splat, 0xfd0f, s_i) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 2682 __ 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/ |
D | macro-assembler-s390.h | 1114 void I8x16Splat(Simd128Register dst, Register src);
|
D | macro-assembler-s390.cc | 5138 void TurboAssembler::I8x16Splat(Simd128Register dst, Register src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 3556 __ 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/ |
D | instruction-selector-s390.cc | 2592 V(I8x16Splat) \
|
D | code-generator-s390.cc | 2711 V(I8x16Splat, Simd128Register, Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/builtins/ |
D | base.tq | 1955 extern macro I8x16Splat(int32): I8X16;
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 2434 V(i8x16_splat, I8x16Splat, fp, gp, , void) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 3515 V(I8x16Splat, kArm64ISplat, 8) \
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 2521 I8x16Splat(dst.fp(), src.gp(), kScratchDoubleReg); in emit_i8x16_splat()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 2920 I8x16Splat(dst.fp(), src.gp(), liftoff::kScratchDoubleReg); in emit_i8x16_splat()
|