Lines Matching defs:match
522 // Either not found, or something didn't match up. Clobber to prevent any stale instances.
999 bool match = true;
1001 match &= !reg.IsPair();
1002 match
1003 if (match) {
1024 bool match = true;
1029 match &= info_lo->IsWide();
1030 match &= info_hi->IsWide();
1031 match &= (info_lo->Partner().ExactlyEquals(info_hi->GetReg()));
1032 match &= (info_hi->Partner().ExactlyEquals(info_lo->GetReg()));
1035 match &= info->IsWide();
1036 match &= (info->GetReg().ExactlyEquals(info->Partner()));
1038 if (match) {