Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dgap-resolver.cc171 destination.IsFPLocationOperand(); in PerformMove()
Dinstruction.cc85 this->IsFPLocationOperand() && in InterferesWith()
86 other.IsFPLocationOperand(); in InterferesWith()
303 !move->destination().IsFPLocationOperand(); in PrepareInsertAfter()
Dinstruction.h89 inline bool IsFPLocationOperand() const;
618 bool InstructionOperand::IsFPLocationOperand() const { in IsFPLocationOperand() function