Apple Microarchitecture Research by Dougall Johnson

M1/A14 P-core (Firestorm): Overview | Base Instructions | SIMD and FP Instructions
M1/A14 E-core (Icestorm):  Overview | Base Instructions | SIMD and FP Instructions

LDRSB (64-bit)

Test 1: uops

Code:

  ldrsb x0, [x6]
  mov x0, 1
  mov x1, 2
  mov x8, 0

(no loop instructions)

1000 unrolls and 1 iteration

Retires: 1.000

Issues: 1.000

Integer unit issues: 0.001

Load/store unit issues: 1.000

SIMD/FP unit issues: 0.000

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)schedule ldst uop (55)dispatch ldst uop (58)simd uops in schedulers (5a)dispatch uop (78)map ldst uop (7d)map ldst uop inputs (80)? int output thing (e9)? ldst retires (ed)
100511831031110301000823810001000100011000
10045541001110001000811210001000100011000
10045471001110001000811210001000100011000
10045471001110001000811210001000100011000
10045471001110001000811210001000100011000
10045481001110001000811210001000100011000
10045471001110001000619210001000100011000
10045431001110001000804010001000100011000
10045431001110001000804010001000100011000
10045431001110001000804010001000100011000

Test 2: Latency 1->2 (with chain penalty)

Chain cycles: 3

Code:

  ldrsb x0, [x6]
  eor x8, x8, x0
  eor x8, x8, x0
  add x6, x6, x8
  mov x0, 1
  mov x1, 2
  mov x8, 0

(fused SUBS/B.cc loop)

100 unrolls and 100 iterations

Result (median cycles for code, minus 3 chain cycles): 4.0049

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)schedule ldst uop (55)dispatch int uop (56)dispatch ldst uop (58)int uops in schedulers (59)simd uops in schedulers (5a)dispatch uop (78)map int uop (7c)map ldst uop (7d)map int uop inputs (7f)map ldst uop inputs (80)? int output thing (e9)? ldst retires (ed)? int retires (ef)
4020570152401083010710001301301000318594856939734010630212100046022410004300031000030100
4020470047401033010310000301031000318615076948474010630212100046022410004300031000030100
4020470064401033010310000301031000318597166941184010630212100046022410004300031000030100
4020470047401033010310000301031000318595816940634010630212100046022410004300031000030100
4020470074401043010410000301031000318595876940384010630212100046022410004300031000030100
4020470049401033010310000301031000318596356940834010630212100046022410004300031000030100
4020470049401033010310000301031000318596356940834010630212100046022410004300031000030100
4020470049401033010310000301031000318596356940834010630212100046022410004300031000030100
4020470049401033010310000301031000318596356940834010630212100046022410004300031000030100
4020470049401033010310000301031000318596356940834010630212100046022410004300031000030100

1000 unrolls and 10 iterations

Result (median cycles for code, minus 3 chain cycles): 4.0042

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)schedule ldst uop (55)dispatch int uop (56)dispatch ldst uop (58)int uops in schedulers (59)simd uops in schedulers (5a)dispatch uop (78)map int uop (7c)map ldst uop (7d)map int uop inputs (7f)map ldst uop inputs (80)? int output thing (e9)? ldst retires (ed)? int retires (ef)
4002570155400183001710001300401000318596776947134001630032100046011410017300101000030010
4002470054400133001310000300101000018595176946644001030020100006002010000300021000030010
4002470042400123001210000300101000018595176946644001030020100006002010000300021000030010
4002470042400123001210000300101000018595176946644001030020100006002010000300021000030010
4002470042400123001210000300101000018595176946644001030020100006002010000300021000030010
4002470042400123001210000300101000018595176946644001030020100006002010000300021000030010
4002470042400123001210000300101000018595176946644001030020100006002010000300021000030010
4002470042400123001210000300101000018595176946644001030020100006002010000300021000030010
4002470044400123001210000300101001518600706948754006030071100176002010000300021000030010
4002470095400123001210000300101000018596526947194001030020100006002010000300021000030010

Test 3: throughput

Count: 8

Code:

  ldrsb x0, [x6]
  ldrsb x0, [x6]
  ldrsb x0, [x6]
  ldrsb x0, [x6]
  ldrsb x0, [x6]
  ldrsb x0, [x6]
  ldrsb x0, [x6]
  ldrsb x0, [x6]
  mov x7, x6
  mov x8, x6
  mov x9, x6
  mov x10, x6
  mov x11, x6
  mov x12, x6
  mov x13, x6

(fused SUBS/B.cc loop)

100 unrolls and 100 iterations

Result (median cycles for code divided by count): 0.5006

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)schedule ldst uop (55)dispatch int uop (56)dispatch ldst uop (58)int uops in schedulers (59)simd uops in schedulers (5a)dispatch uop (78)map int uop (7c)map ldst uop (7d)map int uop inputs (7f)map ldst uop inputs (80)? int output thing (e9)? ldst retires (ed)? int retires (ef)
8020540548801351018003410080008300248064801082008001220080012180000100
8020440045801011018000010080008300640070801082008001220080012180000100
8020440045801011018000010080008300640070801082008001220080012180000100
8020440045801011018000010080008300640070801082008001220080012180000100
8020440045801011018000010080008300640070801082008001220080012180000100
8020440045801011018000010080008300640070801082008001220080012180000100
8020440045801011018000010080008300640070801082008001220080012180000100
8020440045801011018000010080008300640070801082008001220080012180000100
8020440045801011018000010080008300640070801082008001220080012180000100
8020440045801011018000010080008300640070801082008001220080012180000100

1000 unrolls and 10 iterations

Result (median cycles for code divided by count): 0.5007

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)schedule ldst uop (55)dispatch int uop (56)dispatch ldst uop (58)int uops in schedulers (59)simd uops in schedulers (5a)dispatch uop (78)map int uop (7c)map ldst uop (7d)map int uop inputs (7f)map ldst uop inputs (80)? int output thing (e9)? ldst retires (ed)? int retires (ef)
8002540272800411180030108000830320262800182080012208000018000010
8002440054800111180000108000030640238800102080000208000018000010
8002440054800111180000108000030640238800102080000208000018000010
8002440054800111180000108000030640238800102080000208000018000010
8002440054800111180000108000030640238800102080000208000018000010
8002440054800111180000108000030640238800102080000208007118000010
8002440128800111180000108000030640274800102080000208000018000010
8002440054800111180000108000030640238800102080000208000018000010
8002440054800111180000108005730388255800672080069208000018000010
8002440061800111180000108000030640238800102080000208000018000010