Searched defs:OffsetBits (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/mips/
H A Dassembler_mips.h616 enum OffsetBits { enum in class:art::mips::FINAL::Branch
641 OffsetBits offset_size;
686 OffsetBits GetOffsetSize() const;
715 static OffsetBits GetOffsetSizeNeeded(uint32_t location, uint32_t target);
746 void InitShortOrLong(OffsetBits ofs_size, Type short_type, Type long_type);
761 friend std::ostream& operator<<(std::ostream& os, const Branch::OffsetBits& rhs);
/art/compiler/utils/mips64/
H A Dassembler_mips64.h531 enum OffsetBits { enum in class:art::mips64::FINAL::Branch
556 OffsetBits offset_size;
600 OffsetBits GetOffsetSize() const;
627 static OffsetBits GetOffsetSizeNeeded(uint32_t location, uint32_t target);
658 void InitShortOrLong(OffsetBits ofs_size, Type short_type, Type long_type);
673 friend std::ostream& operator<<(std::ostream& os, const Branch::OffsetBits& rhs);

Completed in 27 milliseconds