/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 458 void I64x2ShrS(XMMRegister dst, XMMRegister src, uint8_t shift, 460 void I64x2ShrS(XMMRegister dst, XMMRegister src, Register shift,
|
H A D | macro-assembler-shared-ia32-x64.cc | 925 void SharedTurboAssembler::I64x2ShrS(XMMRegister dst, XMMRegister src, in I64x2ShrS() function in v8::internal::SharedTurboAssembler 958 void SharedTurboAssembler::I64x2ShrS(XMMRegister dst, XMMRegister src, in I64x2ShrS() function in v8::internal::SharedTurboAssembler 969 // See I64x2ShrS with constant shift for explanation of this algorithm. in I64x2ShrS()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 770 const Operator* I64x2ShrS();
|
H A D | opcodes.h | 843 V(I64x2ShrS) \
|
H A D | machine-operator.cc | 476 V(I64x2ShrS, Operator::kNoProperties, 2, 0, 1) \
|
H A D | wasm-compiler.cc | 4651 return graph()->NewNode(mcgraph()->machine()->I64x2ShrS(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 480 V(I64x2ShrS, 0xfdcc, s_si) \
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2350 V(i64x2_shr_s, I64x2ShrS) \ 2373 V(i64x2_shri_s, I64x2ShrS) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 1998 __ I64x2ShrS(dst, src, i.InputInt6(1), kScratchDoubleReg); in AssembleArchInstruction() 2000 __ I64x2ShrS(dst, src, i.InputRegister(1), kScratchDoubleReg, in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1207 V(I64x2ShrS) \
|
H A D | macro-assembler-s390.cc | 5384 V(I64x2ShrS, vesrav, 3) \ in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2191 V(I64x2ShrS) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2365 V(I64x2ShrS) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2451 V(I64x2ShrS) \
|
H A D | code-generator-s390.cc | 2568 V(I64x2ShrS) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 3055 __ I64x2ShrS(dst, src, i.InputInt6(1), kScratchDoubleReg); in AssembleArchInstruction() 3057 __ I64x2ShrS(dst, src, i.InputRegister(1), kScratchDoubleReg, in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 3827 I64x2ShrS(dst.fp(), lhs.fp(), rhs.gp(), liftoff::kScratchDoubleReg, tmp, 3833 I64x2ShrS(dst.fp(), lhs.fp(), rhs & 0x3F, liftoff::kScratchDoubleReg);
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 3392 I64x2ShrS(dst.fp(), lhs.fp(), rhs.gp(), kScratchDoubleReg, in emit_i64x2_shr_s() 3398 I64x2ShrS(dst.fp(), lhs.fp(), rhs & 0x3F, kScratchDoubleReg); in emit_i64x2_shri_s()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2618 V(I64x2ShrS, 64) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 2952 V(I64x2ShrS) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 3521 V(I64x2ShrS, 64) \
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2696 V(I64x2ShrS) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2921 V(I64x2ShrS) \
|