Lines Matching refs:cyc
1665 u32 cyc; in test_perf_mov() local
1668 cyc = cycles_in_big_real_mode(&insn_perf_move); in test_perf_mov()
1669 print_serial_u32((cyc - perf_baseline) / PERF_COUNT); in test_perf_mov()
1675 u32 cyc; in test_perf_arith() local
1678 cyc = cycles_in_big_real_mode(&insn_perf_arith); in test_perf_arith()
1679 print_serial_u32((cyc - perf_baseline) / PERF_COUNT); in test_perf_arith()
1685 u32 cyc, tmp; in test_perf_memory_load() local
1691 cyc = cycles_in_big_real_mode(&insn_perf_memory_load); in test_perf_memory_load()
1692 print_serial_u32((cyc - perf_baseline) / PERF_COUNT); in test_perf_memory_load()
1698 u32 cyc, tmp; in test_perf_memory_store() local
1704 cyc = cycles_in_big_real_mode(&insn_perf_memory_store); in test_perf_memory_store()
1705 print_serial_u32((cyc - perf_baseline) / PERF_COUNT); in test_perf_memory_store()
1711 u32 cyc, tmp; in test_perf_memory_rmw() local
1717 cyc = cycles_in_big_real_mode(&insn_perf_memory_rmw); in test_perf_memory_rmw()
1718 print_serial_u32((cyc - perf_baseline) / PERF_COUNT); in test_perf_memory_rmw()