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 (32-bit)

Test 1: uops

Code:

  ldrsb w0, [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)
10056631025110241000823810001000100011000
10045541001110001000823810001000100011000
10045541001110001000823810001000100011000
10045541001110001000823810001000100011000
10045541001110001000823810001000100011000
10045541001110001000823810001000100011000
10045541001110001000823810001000100011000
10045541001110001000823810001000100011000
10045541001110001000823810001000100011000
10045541001110001000823810001000100011000

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

Chain cycles: 3

Code:

  ldrsb w0, [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)
4020670180401163011310003301621000318595876940384010630212100046022410004300031000030100
4020470049401033010310000301031000318596356940834010630212100046022410004300031000030100
4020470049401033010310000301031000318596356940834010630212100046022410004300031000030100
4020470049401033010310000301031000318596356940834010630212100046022410004300031000030100
4020470049401033010310000301031000318596356940834010630212100046022410004300031000030100
4020470049401033010310000301031000318596356940834010630212100046022410004300031000030100
4020470049401033010310000301031000318596356940834010630212100046022410004300031000030100
4020470049401033010310000301031000318596356940834010630212100046022410004300031000030100
4020570086401113010910002301351000318596626940944010630212100046022410004300031000030100
4020470049401033010310000301031000318596356940834010630212100046022410004300031000030100

1000 unrolls and 10 iterations

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

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)
4002570153400183001710001300401000318596716947384001630032100046002010000300031000030010
4002470047400133001310000300101000018594636946444001030020100006002010000300021000030010
4002470040400123001210000300101000018617856955904001030020100006002010000300021000030010
4002470040400123001210000300101000018594636946444001030020100006002010000300021000030010
4002470040400123001210000300101000018594636946444001030020100006002010000300021000030010
4002470051400123001210000300101000018596256947104001030020100006002010000300021000030010
4002470040400123001210000300101000018594636946444001030020100006002010000300021000030010
4002470040400123001210000300101000018594636946444001030020100006002010000300021000030010
4002470040400123001210000300101000018594636946444001030020100006002010000300021000030010
4002470040400123001210000300101000018594636946444001030020100006002010000300021000030010

Test 3: throughput

Count: 8

Code:

  ldrsb w0, [x6]
  ldrsb w0, [x6]
  ldrsb w0, [x6]
  ldrsb w0, [x6]
  ldrsb w0, [x6]
  ldrsb w0, [x6]
  ldrsb w0, [x6]
  ldrsb w0, [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)
8020543751801351018003410080008300336190801082008001220080012180000100
8020440052801011018000010080008300640070801082008001220080012180000100
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)
8002540280800371180026108000030640238800102080000208000018000010
8002440047800111180000108000030640238800102080000208000018000010
8002440059800111180000108000030640382800102080000208017118000010
8002440093800111180000108000030640238800102080000208000018000010
8002440054800111180000108000030640238800102080000208000018000010
8002540110800481180037108000030640112800102080000208000018000010
8002540136800421180031108000030640112800102080000208000018000010
8002440054800111180000108000030640238800102080000208000018000010
8002440528801311180120108000030640922800102080000208000018000010
8002440054800111180000108000030641570800102080000208000018000010