The dispatch speaks names

The other half of D139. model.rs dispatched on (family, opcode) everywhere below the top-level match; it dispatches on the instruction's name now, resolved once, and refuses an opcode this target has no name for rather than acting on a bare number.

Sixty-seven names in SUPPORTED, six internal matches converted, and the retarget guard that came with the list now has nothing behind it still keyed on numbers. 202 tests green across the four shader-side crates.

Surprises

Outstanding

MCPU is still gfx900. Flipping it and regenerating the tables is next, and is now a one-constant change with a test that names what breaks instead of a silent rebind.