Searched refs:instruction_regex (Results 1 – 1 of 1) sorted by relevance
283 std::regex instruction_regex( in DisassembleInstruction() local290 if (std::regex_match(line, match, instruction_regex)) { in DisassembleInstruction()