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

LDRSH (64-bit)

Test 1: uops

Code:

  ldrsh 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)
10056441021110201000816610001000100011000
10045501001110001000816610001000100011000
10045501001110001000816610001000100011000
10045501001110001000816610001000100011000
10045501001110001000816610001000100011000
10045501001110001000816610001000100011000
10045501001110001000816610001000100011000
10045501001110001000816610001000100011000
10045501001110001000816610001000100011000
10045501001110001000816610001000100011000

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

Chain cycles: 3

Code:

  ldrsh 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.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)
4020570297401083010710001301301000318594856939734010630212100046022410004300031000030100
4020470040401023010210000301031000318593926939934010630212100046022410004300021000030100
4020570162401103010810002301351000318596086940814010630212100046022410004300021000030100
4020470040401023010210000301031000318593926939934010630212100046022410004300021000030100
4020470040401023010210000301031000318593926939934010630212100046022410004300021000030100
4020470040401023010210000301031000318593926939934010630212100046030210017300091000030100
4020470040401023010210000301031000318593926939934010630212100046022410004300021000030100
4020470040401023010210000301031000318593926939934010630212100046022410004300021000030100
4020470040401023010210000301031000318593926939934010630212100046022410004300021000030100
4020470040401023010210000301031000318593926939934010630212100046022410004300021000030100

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)
4002570172400183001710001300401000318596716947384001630032100046002010000300031000030010
4002470047400133001310000300101000018596526947144001030020100006009810013300091000030010
4002470047400133001310000300101000018596526947144001030020100006002010000300031000030010
4002470047400133001310000300101000018596526947144001030020100006002010000300031000030010
4002470047400133001310000300101000018596526947144001030020100006002010000300031000030010
4002470047400133001310000300101000018596526947144001030020100006002010000300031000030010
4002470047400133001310000300101000018596526947144001030020100006002010000300031000030010
4002470047400133001310000300101000018596526947144001030020100006002010000300031000030010
4002470047400133001310000300101000018596526947144001030020100006002010000300031000030010
4002470050400133001310000300101000318598066947914001630032100046002010000300021000030010

Test 3: throughput

Count: 8

Code:

  ldrsh x0, [x6]
  ldrsh x0, [x6]
  ldrsh x0, [x6]
  ldrsh x0, [x6]
  ldrsh x0, [x6]
  ldrsh x0, [x6]
  ldrsh x0, [x6]
  ldrsh 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.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)
8020540169801271018002610080008300280262801082008001220080012180000100
8020540112801311018003010080008300641978801082008001220080012180000100
8020440056801011018000010080008300640268801082008001220080012180000100
8020440056801011018000010080008300640268801082008001220080012180000100
8020440068801011018000010080008300640268801082008001220080012180000100
8020440056801011018000010080008300640268801082008001220080012180000100
8020440056801011018000010080008300640268801082008001220080012180000100
8020440056801011018000010080008300640268801082008001220080012180000100
8020440056801011018000010080008300640268801082008001220080012180000100
8020440056801011018000010080008300640268801082008001220080012180000100

1000 unrolls and 10 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)ldst uops in schedulers (5b)dispatch uop (78)map int uop (7c)map ldst uop (7d)map simd uop (7e)map int uop inputs (7f)map ldst uop inputs (80)? int output thing (e9)? ldst retires (ed)? int retires (ef)
800254020780037118002610800083040019008001820800120208000018000010
800244005080011118000010800003064016608001020800000208000018000010
800244006280011118000010800003064022008001020800000208000018000010
800244005680011118000010800003064022008001020800000208000018000010
800244005080011118000010800003064016608001020800000208000018000010
800244005080011118000010800003064016608001020800000208000018000010
800244006280011118000010800003064022008001020800000208000018000010
800244005080011118000010800003064016608001020800000208000018000010
800244005080011118000010800003064016608001020800000208000018000010
800244005080011118000010800593044628908006920800710208007218000010