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 151 bool is_fp_loc_move = !kSimpleFPAliasing && destination.IsFPLocationOperand();
instruction.cc 71 if (kSimpleFPAliasing || !this->IsFPLocationOperand() ||
72 !other.IsFPLocationOperand())
277 kSimpleFPAliasing || !move->destination().IsFPLocationOperand();
    [all...]
instruction.h 82 inline bool IsFPLocationOperand() const;
564 bool InstructionOperand::IsFPLocationOperand() const {
    [all...]

Completed in 530 milliseconds