Searched refs:IsFPLocationOperand (Results 1 – 3 of 3) sorted by relevance
151 bool is_fp_loc_move = !kSimpleFPAliasing && destination.IsFPLocationOperand(); in PerformMove()
69 if (kSimpleFPAliasing || !this->IsFPLocationOperand() || in InterferesWith()70 !other.IsFPLocationOperand()) in InterferesWith()266 kSimpleFPAliasing || !move->destination().IsFPLocationOperand(); in PrepareInsertAfter()
82 inline bool IsFPLocationOperand() const;561 bool InstructionOperand::IsFPLocationOperand() const { in IsFPLocationOperand() function