<patternconstraints>
  <!-- first match will be used. Since there is always endianness, -->
  <!-- place the wildcarded language id on top only if the corresponding file has endianness info and itemsize -->
  <language id="MIPS:*:*:*">
    <patternfile>MIPS_LE_patterns.xml</patternfile>
  </language>
  <language id="MIPS:LE:*:*">
    <patternfile>MIPS_LE_patterns.xml</patternfile>
  </language>
  <language id="MIPS:BE:*:*">
    <patternfile>MIPS_BE_patterns.xml</patternfile>
  </language>
</patternconstraints>
