Lines Matching defs:match
913 // First we need to validate that all registers that we already have match the non composite regs.
915 bool match = true;
918 for (i=0; match && i<num_dynamic_regs; ++i)
920 // Make sure all register names match
925 match = false;
930 // Make sure all register byte sizes match
933 match = false;
941 match = false;
943 // If "match" is true, then we can add extra registers.
944 if (match)