Function rustc_target::asm::mips::fill_reg_map[][src]

pub(super) fn fill_reg_map(
    _arch: InlineAsmArch,
    _has_feature: impl FnMut(&str) -> bool,
    _target: &Target,
    _map: &mut FxHashMap<InlineAsmRegClass, FxHashSet<InlineAsmReg>>
)