Home
last modified time | relevance | path

Searched refs:I8x16Shl (Results 1 - 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h418 void I8x16Shl(XMMRegister dst, XMMRegister src1, uint8_t src2, Register tmp1,
420 void I8x16Shl(XMMRegister dst, XMMRegister src1, Register src2, Register tmp1,
H A Dmacro-assembler-shared-ia32-x64.cc400 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 Dmachine-operator.h871 const Operator* I8x16Shl();
H A Dopcodes.h948 V(I8x16Shl) \
H A Dmachine-operator.cc564 V(I8x16Shl, Operator::kNoProperties, 2, 0, 1) \
H A Dwasm-compiler.cc4935 return graph()->NewNode(mcgraph()->machine()->I8x16Shl(), inputs[0], in SimdOp()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes.h396 V(I8x16Shl, 0xfd6b, s_si) \
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2358 V(i8x16_shl, I8x16Shl) \
2381 V(i8x16_shli, I8x16Shl) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc2785 __ 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 Dmacro-assembler-s390.h1215 V(I8x16Shl) \
H A Dmacro-assembler-s390.cc5392 V(I8x16Shl, veslv, 0) \ in CallRecordWriteStub()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc2199 V(I8x16Shl) \
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc2373 V(I8x16Shl) \
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2512 V(I8x16Shl) \
H A Dcode-generator-s390.cc2576 V(I8x16Shl) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc3631 __ I8x16Shl(dst, src, i.InputInt3(1), kScratchRegister, in AssembleArchInstruction()
3634 __ I8x16Shl(dst, src, i.InputRegister(1), kScratchRegister, in AssembleArchInstruction()
H A Dinstruction-selector-x64.cc3191 V(I8x16Shl) \
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h3328 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 Dliftoff-assembler-x64.h2911 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 Dinstruction-selector-arm.cc2626 V(I8x16Shl, 8) \
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc2960 V(I8x16Shl) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc3529 V(I8x16Shl, 8) \
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2704 V(I8x16Shl) \
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc2929 V(I8x16Shl) \

Completed in 116 milliseconds