core/store_buffer.sv: make address check XLEN dependant
Created by: fpetrot
Address check is currently performed on [11:3] which (a) is (very slightly) suboptimal on rv32, but more important (b) hides the intent of the check.
Suggested-by: Pierre Ravenel pierre.ravenel@kalray.eu