Searched refs:cyc (Results 1 – 1 of 1) sorted by relevance
1665 u32 cyc; in test_perf_mov() local1668 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() local1678 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() local1691 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[all …]