/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 422 void I8x16ShrS(XMMRegister dst, XMMRegister src1, uint8_t src2, 424 void I8x16ShrS(XMMRegister dst, XMMRegister src1, Register src2,
|
H A D | macro-assembler-shared-ia32-x64.cc | 449 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 D | machine-operator.h | 872 const Operator* I8x16ShrS();
|
H A D | opcodes.h | 949 V(I8x16ShrS) \
|
H A D | machine-operator.cc | 565 V(I8x16ShrS, Operator::kNoProperties, 2, 0, 1) \
|
H A D | wasm-compiler.cc | 4938 return graph()->NewNode(mcgraph()->machine()->I8x16ShrS(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 397 V(I8x16ShrS, 0xfd6c, s_si) \
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2359 V(i8x16_shr_s, I8x16ShrS) \ 2382 V(i8x16_shri_s, I8x16ShrS) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 2799 __ 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 D | macro-assembler-s390.h | 1216 V(I8x16ShrS) \
|
H A D | macro-assembler-s390.cc | 5393 V(I8x16ShrS, vesrav, 0) \ in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2200 V(I8x16ShrS) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2374 V(I8x16ShrS) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2513 V(I8x16ShrS) \
|
H A D | code-generator-s390.cc | 2577 V(I8x16ShrS) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 3644 __ I8x16ShrS(dst, src, i.InputInt3(1), kScratchDoubleReg); in AssembleArchInstruction() 3646 __ I8x16ShrS(dst, src, i.InputRegister(1), kScratchRegister, in AssembleArchInstruction()
|
H A D | instruction-selector-x64.cc | 3192 V(I8x16ShrS) \
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 3344 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 D | liftoff-assembler-x64.h | 2923 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 D | instruction-selector-arm.cc | 2627 V(I8x16ShrS, 8) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 2961 V(I8x16ShrS) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 3530 V(I8x16ShrS, 8) \
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2705 V(I8x16ShrS) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2930 V(I8x16ShrS) \
|