Searched refs:IsSimd128StackSlot (Results 1 – 7 of 7) sorted by relevance
116 return (IsSimd128Register() || IsSimd128StackSlot()) && in IsCompatible()117 (op->IsSimd128Register() || op->IsSimd128StackSlot()); in IsCompatible()
91 inline bool IsSimd128StackSlot() const;634 bool InstructionOperand::IsSimd128StackSlot() const { in IsSimd128StackSlot() function
3672 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()3694 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()3758 DCHECK(destination->IsSimd128StackSlot()); in AssembleSwap()
2636 if (source->IsSimd128StackSlot()) { in AssembleMove()2750 if (source->IsSimd128StackSlot()) { in AssembleSwap()
2082 DCHECK(instr->InputAt(0)->IsSimd128StackSlot()); in AssembleArchInstruction()3365 DCHECK(source->IsSimd128StackSlot()); in AssembleMove()
3278 DCHECK(source->IsSimd128StackSlot()); in AssembleMove()3438 DCHECK(source->IsSimd128StackSlot()); in AssembleSwap()
3422 DCHECK(destination->IsSimd128StackSlot()); in AssembleMove()