xref: /llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/IPC/A55-3-mul.s (revision f08a2fc09e7547c2cfeccc13f5968aada98fb4b7)
1# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
2# RUN: llvm-mca -mtriple=aarch64 -mcpu=cortex-a55 --all-views=false --summary-view --iterations=1000 < %s | FileCheck %s
3
4add	w8, w8, #1
5add	w12, w8, #1
6mul	w10, w10, w10
7
8# CHECK:      Iterations:        1000
9# CHECK-NEXT: Instructions:      3000
10# CHECK-NEXT: Total Cycles:      3003
11# CHECK-NEXT: Total uOps:        3000
12
13# CHECK:      Dispatch Width:    2
14# CHECK-NEXT: uOps Per Cycle:    1.00
15# CHECK-NEXT: IPC:               1.00
16# CHECK-NEXT: Block RThroughput: 1.5
17