/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A 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);
|
H A D | macro-assembler-shared-ia32-x64.cc | 20 // 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 D | raw-machine-assembler.h | 913 Node* I8x16Splat(Node* a) { return AddNode(machine()->I8x16Splat(), a); } in I8x16Splat() function in v8::internal::compiler::RawMachineAssembler
|
H A D | machine-operator.h | 866 const Operator* I8x16Splat();
|
H A D | opcodes.h | 942 V(I8x16Splat) \
|
H A D | code-assembler.h | 359 V(I8x16Splat, I8x16T, Int32T) \
|
H A D | machine-operator.cc | 562 V(I8x16Splat, Operator::kNoProperties, 1, 0, 1) \
|
H A D | wasm-compiler.cc | 4931 return graph()->NewNode(mcgraph()->machine()->I8x16Splat(), inputs[0]); in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 328 V(I8x16Splat, 0xfd0f, s_i) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 2682 __ 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 D | macro-assembler-s390.h | 1114 void I8x16Splat(Simd128Register dst, Register src);
|
H A 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/s390/ |
H A D | instruction-selector-s390.cc | 2592 V(I8x16Splat) \
|
H A D | code-generator-s390.cc | 2711 V(I8x16Splat, Simd128Register, Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 3556 __ 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 D | liftoff-assembler-s390.h | 2434 V(i8x16_splat, I8x16Splat, fp, gp, , void) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 3515 V(I8x16Splat, kArm64ISplat, 8) \
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 2920 I8x16Splat(dst.fp(), src.gp(), liftoff::kScratchDoubleReg); in emit_i8x16_splat()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 2521 I8x16Splat(dst.fp(), src.gp(), kScratchDoubleReg); in emit_i8x16_splat()
|