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

  /external/v8/src/mips/
constants-mips.h 631 Type InstructionType() const;
641 ASSERT(InstructionType() == kRegisterType ||
642 InstructionType() == kImmediateType);
647 ASSERT(InstructionType() == kRegisterType ||
648 InstructionType() == kImmediateType);
653 ASSERT(InstructionType() == kRegisterType);
658 ASSERT(InstructionType() == kRegisterType);
663 ASSERT(InstructionType() == kRegisterType ||
664 InstructionType() == kImmediateType);
701 ASSERT(InstructionType() == kRegisterType |
    [all...]