Home | History | Annotate | Download | only in mips

Lines Matching refs:DRegister

29 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) {
33 os << "DRegister[" << static_cast<int>(rhs) << "]";