Function customasm::asm::matcher::match_instr

source ยท
pub fn match_instr(
    opts: &AssemblyOptions,
    defs: &ItemDefs,
    span: Span,
    src: &str
) -> InstructionMatches
Expand description

Runs the instruction-matching algorithm on the given string, and returns the matches.