/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 418 void I8x16Shl(XMMRegister dst, XMMRegister src1, uint8_t src2, Register tmp1, 420 void I8x16Shl(XMMRegister dst, XMMRegister src1, Register src2, Register tmp1,
|
H A D | macro-assembler-shared-ia32-x64.cc | 400 void SharedTurboAssembler::I8x16Shl(XMMRegister dst, XMMRegister src1, in I8x16Shl() function in v8::internal::SharedTurboAssembler 422 void SharedTurboAssembler::I8x16Shl(XMMRegister dst, XMMRegister src1, in I8x16Shl() function in v8::internal::SharedTurboAssembler
|
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 871 const Operator* I8x16Shl();
|
H A D | opcodes.h | 948 V(I8x16Shl) \
|
H A D | machine-operator.cc | 564 V(I8x16Shl, Operator::kNoProperties, 2, 0, 1) \
|
H A D | wasm-compiler.cc | 4935 return graph()->NewNode(mcgraph()->machine()->I8x16Shl(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 396 V(I8x16Shl, 0xfd6b, s_si) \
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2358 V(i8x16_shl, I8x16Shl) \ 2381 V(i8x16_shli, I8x16Shl) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 2785 __ I8x16Shl(dst, src, i.InputInt3(1), tmp, kScratchDoubleReg); in AssembleArchInstruction() 2788 __ I8x16Shl(dst, src, i.InputRegister(1), tmp, kScratchDoubleReg, in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1215 V(I8x16Shl) \
|
H A D | macro-assembler-s390.cc | 5392 V(I8x16Shl, veslv, 0) \ in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2199 V(I8x16Shl) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2373 V(I8x16Shl) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2512 V(I8x16Shl) \
|
H A D | code-generator-s390.cc | 2576 V(I8x16Shl) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 3631 __ I8x16Shl(dst, src, i.InputInt3(1), kScratchRegister, in AssembleArchInstruction() 3634 __ I8x16Shl(dst, src, i.InputRegister(1), kScratchRegister, in AssembleArchInstruction()
|
H A D | instruction-selector-x64.cc | 3191 V(I8x16Shl) \
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 3328 I8x16Shl(dst.fp(), lhs.fp(), rhs.gp(), tmp.gp(), liftoff::kScratchDoubleReg, 3335 I8x16Shl(dst.fp(), lhs.fp(), rhs, tmp.gp(), liftoff::kScratchDoubleReg);
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 2911 I8x16Shl(dst.fp(), lhs.fp(), rhs.gp(), kScratchRegister, kScratchDoubleReg, in emit_i8x16_shl() 2917 I8x16Shl(dst.fp(), lhs.fp(), rhs, kScratchRegister, kScratchDoubleReg); in emit_i8x16_shli()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2626 V(I8x16Shl, 8) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 2960 V(I8x16Shl) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 3529 V(I8x16Shl, 8) \
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2704 V(I8x16Shl) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2929 V(I8x16Shl) \
|