Home
last modified time | relevance | path

Searched refs:IsSimd128StackSlot (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A Dinstruction.cc86 (this->IsSimd128StackSlot() && other.IsAnyStackSlot()) || in InterferesWith()
87 (other.IsSimd128StackSlot() && this->IsAnyStackSlot()); in InterferesWith()
139 return (IsSimd128Register() || IsSimd128StackSlot()) && in IsCompatible()
140 (op->IsSimd128Register() || op->IsSimd128StackSlot()); in IsCompatible()
H A Dinstruction.h103 inline bool IsSimd128StackSlot() const;
684 bool InstructionOperand::IsSimd128StackSlot() const { in IsSimd128StackSlot() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/
H A Dinstruction.cc121 return (IsSimd128Register() || IsSimd128StackSlot()) && in IsCompatible()
122 (op->IsSimd128Register() || op->IsSimd128StackSlot()); in IsCompatible()
H A Dinstruction.h89 inline bool IsSimd128StackSlot() const;
603 bool InstructionOperand::IsSimd128StackSlot() const { in IsSimd128StackSlot() function
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dinstruction.cc114 return (IsSimd128Register() || IsSimd128StackSlot()) && in IsCompatible()
115 (op->IsSimd128Register() || op->IsSimd128StackSlot()); in IsCompatible()
H A Dinstruction.h91 inline bool IsSimd128StackSlot() const;
634 bool InstructionOperand::IsSimd128StackSlot() const { in IsSimd128StackSlot() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dinstruction.cc122 return (IsSimd128Register() || IsSimd128StackSlot()) && in IsCompatible()
123 (op->IsSimd128Register() || op->IsSimd128StackSlot()); in IsCompatible()
H A Dinstruction.h103 inline bool IsSimd128StackSlot() const;
663 bool InstructionOperand::IsSimd128StackSlot() const { in IsSimd128StackSlot() function
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/s390/
H A Dcode-generator-s390.cc4061 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
4167 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
4170 } else if (source->IsSimd128StackSlot()) { in AssembleConstructFrame()
4171 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc4006 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
4126 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
4129 } else if (source->IsSimd128StackSlot()) { in AssembleMove()
4130 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc4341 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
4460 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
4463 } else if (source->IsSimd128StackSlot()) { in AssembleConstructFrame()
4464 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc4711 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
4817 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
4820 } else if (source->IsSimd128StackSlot()) { in AssembleMove()
4821 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc3666 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
3688 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
3752 DCHECK(destination->IsSimd128StackSlot()); in AssembleSwap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc4872 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
4978 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
4981 } else if (source->IsSimd128StackSlot()) { in AssembleMove()
4982 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc4111 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
4133 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
4196 DCHECK(destination->IsSimd128StackSlot()); in AssembleSwap()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc2653 if (source->IsSimd128StackSlot()) { in AssembleMove()
2767 if (source->IsSimd128StackSlot()) { in AssembleSwap()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc4475 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
4497 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
4560 DCHECK(destination->IsSimd128StackSlot()); in AssembleConstructFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc4515 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
4537 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
4600 DCHECK(destination->IsSimd128StackSlot()); in AssembleSwap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc3107 if (source->IsSimd128StackSlot()) { in AssembleMove()
3220 if (source->IsSimd128StackSlot()) { in AssembleSwap()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/x64/
H A Dcode-generator-x64.cc2077 DCHECK(instr->InputAt(0)->IsSimd128StackSlot()); in AssembleArchInstruction()
3334 DCHECK(source->IsSimd128StackSlot()); in AssembleMove()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc3369 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
3406 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/arm/
H A Dcode-generator-arm.cc3183 DCHECK(source->IsSimd128StackSlot()); in AssembleMove()
3343 DCHECK(source->IsSimd128StackSlot()); in AssembleSwap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc3299 if (source->IsSimd128StackSlot()) { in AssembleMove()
3412 if (source->IsSimd128StackSlot()) { in AssembleSwap()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc3386 if (source->IsSimd128StackSlot()) { in AssembleMove()
3499 if (source->IsSimd128StackSlot()) { in AssembleSwap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc3798 DCHECK(source->IsSimd128StackSlot()); in AssembleMove()
3958 DCHECK(source->IsSimd128StackSlot()); in AssembleSwap()

12