Lines Matching defs:operator
294 bool operator==(const LiftoffRegister other) const {
299 bool operator!=(const LiftoffRegister other) const {
317 inline std::ostream& operator<<(std::ostream& os, LiftoffRegister reg) {
410 constexpr LiftoffRegList operator&(const LiftoffRegList other) const {
414 constexpr LiftoffRegList operator|(const LiftoffRegList other) const {
429 constexpr bool operator==(const LiftoffRegList other) const {
432 constexpr bool operator!=(const LiftoffRegList other) const {
490 LiftoffRegister operator*() { return remaining_.GetFirstRegSet(); }
491 Iterator& operator++() {
495 bool operator==(Iterator other) { return remaining_ == other.remaining_; }
496 bool operator!=(Iterator other) { return remaining_ != other.remaining_; }
516 inline std::ostream& operator<<(std::ostream& os, LiftoffRegList reglist) {