Lines Matching refs:disassembler
46 // This benchmark tests the speed of the assembler and the disassembler.
50 // We redirect the output to check only the disassembler speed and not the time
54 // T32 disassembler: time: 0.166865s, cycles: 86770518
9589 PrintDisassembler disassembler(std::cerr);
9596 disassembler.DisassembleT32Buffer(assembler.GetBuffer()
9604 printf("T32 disassembler: time: %gs, cycles: %" PRId64 "\n", delta, cycles);