Lines Matching refs:match
311 const struct isa_bitset *match = NULL;
329 if (!BITSET_EQUAL(m.bitset, bitsets[n]->match.bitset)) {
333 /* We should only have exactly one match
336 * bit pattern will only have a single match?
338 if (match) {
339 decode_error(state, "bitset conflict: %s vs %s", match->name,
344 match = bitsets[n];
347 if (match) {
349 BITSET_AND(m.bitset, match->dontcare.bitset, val.bitset);
353 match->name, BITSET_VALUE(m.bitset));
357 return match;
466 decode_error(scope->state, "no match: FIELD: '%s.%s': %"BITSET_FORMAT,
741 print(state, "no match: %"BITSET_FORMAT"\n", BITSET_VALUE(instr.bitset));