Home
last modified time | relevance | path

Searched refs:I8x16ShrS (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.h422 void I8x16ShrS(XMMRegister dst, XMMRegister src1, uint8_t src2,
424 void I8x16ShrS(XMMRegister dst, XMMRegister src1, Register src2,
H A Dmacro-assembler-shared-ia32-x64.cc449 void SharedTurboAssembler::I8x16ShrS(XMMRegister dst, XMMRegister src1, in I8x16ShrS() function in v8::internal::SharedTurboAssembler
463 void SharedTurboAssembler::I8x16ShrS(XMMRegister dst, XMMRegister src1, in I8x16ShrS() function in v8::internal::SharedTurboAssembler
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator.h872 const Operator* I8x16ShrS();
H A Dopcodes.h949 V(I8x16ShrS) \
H A Dmachine-operator.cc565 V(I8x16ShrS, Operator::kNoProperties, 2, 0, 1) \
H A Dwasm-compiler.cc4938 return graph()->NewNode(mcgraph()->machine()->I8x16ShrS(), inputs[0], in SimdOp()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes.h397 V(I8x16ShrS, 0xfd6c, s_si) \
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2359 V(i8x16_shr_s, I8x16ShrS) \
2382 V(i8x16_shri_s, I8x16ShrS) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc2799 __ I8x16ShrS(dst, src, i.InputInt3(1), kScratchDoubleReg); in AssembleArchInstruction()
2801 __ I8x16ShrS(dst, src, i.InputRegister(1), i.TempRegister(0), in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1216 V(I8x16ShrS) \
H A Dmacro-assembler-s390.cc5393 V(I8x16ShrS, vesrav, 0) \ in CallRecordWriteStub()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc2200 V(I8x16ShrS) \
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc2374 V(I8x16ShrS) \
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2513 V(I8x16ShrS) \
H A Dcode-generator-s390.cc2577 V(I8x16ShrS) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc3644 __ I8x16ShrS(dst, src, i.InputInt3(1), kScratchDoubleReg); in AssembleArchInstruction()
3646 __ I8x16ShrS(dst, src, i.InputRegister(1), kScratchRegister, in AssembleArchInstruction()
H A Dinstruction-selector-x64.cc3192 V(I8x16ShrS) \
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h3344 I8x16ShrS(dst.fp(), lhs.fp(), rhs.gp(), tmp, liftoff::kScratchDoubleReg,
3350 I8x16ShrS(dst.fp(), lhs.fp(), rhs, liftoff::kScratchDoubleReg);
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2923 I8x16ShrS(dst.fp(), lhs.fp(), rhs.gp(), kScratchRegister, kScratchDoubleReg, in emit_i8x16_shr_s()
2929 I8x16ShrS(dst.fp(), lhs.fp(), rhs, kScratchDoubleReg); in emit_i8x16_shri_s()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc2627 V(I8x16ShrS, 8) \
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc2961 V(I8x16ShrS) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc3530 V(I8x16ShrS, 8) \
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2705 V(I8x16ShrS) \
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc2930 V(I8x16ShrS) \

Completed in 119 milliseconds