Lines Matching full:disasm
38 #include "src/arm64/disasm-arm64.h"
58 DisassemblingDecoder* disasm = new DisassemblingDecoder(); \
59 decoder->AppendVisitor(disasm)
70 DisassemblingDecoder* disasm = new DisassemblingDecoder(); \
71 decoder->AppendVisitor(disasm)
79 if (strcmp(disasm->GetOutput(), EXP) != 0) { \
81 __LINE__, encoding, EXP, disasm->GetOutput()); \
91 if (strncmp(disasm->GetOutput(), EXP, strlen(EXP)) != 0) { \
93 __LINE__, encoding, EXP, disasm->GetOutput()); \
98 delete disasm; \