Home
last modified time | relevance | path

Searched refs:IsFPLocationOperand (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dgap-resolver.cc151 bool is_fp_loc_move = !kSimpleFPAliasing && destination.IsFPLocationOperand(); in PerformMove()
Dinstruction.cc71 if (kSimpleFPAliasing || !this->IsFPLocationOperand() || in InterferesWith()
72 !other.IsFPLocationOperand()) in InterferesWith()
277 kSimpleFPAliasing || !move->destination().IsFPLocationOperand(); in PrepareInsertAfter()
Dinstruction.h82 inline bool IsFPLocationOperand() const;
564 bool InstructionOperand::IsFPLocationOperand() const { in IsFPLocationOperand() function