pub fn rv_gas_meta(inst: &Inst) -> RvGasMetaExpand description
Compute the crate::predecode::RvGasMeta for an Inst.
Called once per instruction at decode time; the result is cached
in crate::predecode::RvPreDecodedInst::gas_meta so the gas
hot path doesn’t have to re-match the variant.