CMP (R64, I32) - Throughput and Uops
With unroll_count=500 and no inner loop
Code:
0: 49 81 f8 00 00 00 01 cmp r8,0x1000000
Show nanoBench command
Results:
MPERF: 0.36
APERF: 0.44
UOPS: 1.0
FpuPipeAssignment.Total0: 0.0
FpuPipeAssignment.Total1: 0.0
FpuPipeAssignment.Total2: 0.0
FpuPipeAssignment.Total3: 0.0
DIV_CYCLES: 0.0
With loop_count=1000 and unroll_count=10
Code:
0: 49 81 f8 00 00 00 01 cmp r8,0x1000000
Show nanoBench command
Results:
MPERF: 0.42
APERF: 0.5
UOPS: 1.2
FpuPipeAssignment.Total0: 0.0
FpuPipeAssignment.Total1: 0.0
FpuPipeAssignment.Total2: 0.0
FpuPipeAssignment.Total3: 0.0
DIV_CYCLES: 0.0
With loop_count=100 and unroll_count=100
Code:
0: 49 81 f8 00 00 00 01 cmp r8,0x1000000
Show nanoBench command
Results:
MPERF: 0.38
APERF: 0.45
UOPS: 1.02
FpuPipeAssignment.Total0: 0.0
FpuPipeAssignment.Total1: 0.0
FpuPipeAssignment.Total2: 0.0
FpuPipeAssignment.Total3: 0.0
DIV_CYCLES: 0.0