Home
last modified time | relevance | path

Searched refs:I64x2ShrS (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h458 void I64x2ShrS(XMMRegister dst, XMMRegister src, uint8_t shift,
460 void I64x2ShrS(XMMRegister dst, XMMRegister src, Register shift,
H A Dmacro-assembler-shared-ia32-x64.cc925 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 Dmachine-operator.h770 const Operator* I64x2ShrS();
H A Dopcodes.h843 V(I64x2ShrS) \
H A Dmachine-operator.cc476 V(I64x2ShrS, Operator::kNoProperties, 2, 0, 1) \
H A Dwasm-compiler.cc4651 return graph()->NewNode(mcgraph()->machine()->I64x2ShrS(), inputs[0], in SimdOp()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes.h480 V(I64x2ShrS, 0xfdcc, s_si) \
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2350 V(i64x2_shr_s, I64x2ShrS) \
2373 V(i64x2_shri_s, I64x2ShrS) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1998 __ 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 Dmacro-assembler-s390.h1207 V(I64x2ShrS) \
H A Dmacro-assembler-s390.cc5384 V(I64x2ShrS, vesrav, 3) \ in CallRecordWriteStub()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc2191 V(I64x2ShrS) \
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc2365 V(I64x2ShrS) \
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2451 V(I64x2ShrS) \
H A Dcode-generator-s390.cc2568 V(I64x2ShrS) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc3055 __ 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 Dliftoff-assembler-ia32.h3827 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 Dliftoff-assembler-x64.h3392 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 Dinstruction-selector-arm.cc2618 V(I64x2ShrS, 64) \
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc2952 V(I64x2ShrS) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc3521 V(I64x2ShrS, 64) \
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2696 V(I64x2ShrS) \
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc2921 V(I64x2ShrS) \

Completed in 125 milliseconds