HomeSort by relevance Sort by last modified time
    Searched refs:IsFPLocationOperand (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
gap-resolver.cc 147 !kSimpleFPAliasing && destination.IsFPLocationOperand();
instruction.cc 71 if (kSimpleFPAliasing || !this->IsFPLocationOperand() ||
72 !other.IsFPLocationOperand())
289 kSimpleFPAliasing || !move->destination().IsFPLocationOperand();
    [all...]
instruction.h 79 inline bool IsFPLocationOperand() const;
563 bool InstructionOperand::IsFPLocationOperand() const {
    [all...]

Completed in 63 milliseconds