pub const REG_SLOT_LUT: [u8; 32];Expand description
32-entry const-folded copy of reg_slot_or_ff for the recompiler’s
codegen/gas hot path — a single load beats the range-match (the
profiler showed the match at ~8.8% of compile). Generated from
reg_class, so it cannot drift from the canonical classification.