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

FSQRT (vector, 2D)

Test 1: uops

Code:

  fsqrt v0.2d, v0.2d
  movi v0.16b, 1
  movi v1.16b, 2

(no loop instructions)

1000 unrolls and 1 iteration

Retires: 1.000

Issues: 1.000

Integer unit issues: 0.001

Load/store unit issues: 0.000

SIMD/FP unit issues: 1.000

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)schedule simd uop (54)dispatch simd uop (57)ldst uops in schedulers (5b)dispatch uop (78)map simd uop (7e)map simd uop inputs (81)? int output thing (e9)? simd retires (ee)
100415033100111000100019261410001000100011000
100415033100111000100019261410001000100011000
100415033100111000100019261410001000100011000
100415033100111000100019261410001000100011000
100415033100111000100019261410001000100011000
100415033100111000100019261410001000100011000
100415033100111000100019261410001000100011000
100415033100111000100019261410001000100011000
100415033100111000100019261410001000100011000
100415033100111000100019261410001000100011000

Test 2: Latency 1->2

Code:

  fsqrt v0.2d, v0.2d
  movi v0.16b, 1
  movi v1.16b, 2

(fused SUBS/B.cc loop)

100 unrolls and 100 iterations

Result (median cycles for code): 15.0033

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)schedule simd uop (54)dispatch int uop (56)dispatch simd uop (57)int uops in schedulers (59)ldst uops in schedulers (5b)dispatch uop (78)map int uop (7c)map simd uop (7e)map int uop inputs (7f)map ldst uop inputs (80)map simd uop inputs (81)? int output thing (e9)? ldst retires (ed)? simd retires (ee)? int retires (ef)
10205150066101031011000210010014300193861410100200100042000100061010000100
10204150033101011011000010010000300193861410100200100042000100041010000100
10204150033101011011000010010000300193861410100200100042000100041010000100
10204150033101011011000010010000300193861410100200100042020100262010000100
10204150033101011011000010010000300193861410100200100042000100041010000100
10204150033101011011000010010000300193861410100200100042000100041010000100
10204150033101011011000010010000300193861410100200100042000100041010000100
10204150033101011011000010010000300193861410100200100042000100281010000100
10204150033101011011000010010000300193861410100200100042000100041010000100
10204150033101011011000010010000300193861410100200100042000100041010000100

1000 unrolls and 10 iterations

Result (median cycles for code): 15.0033

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)schedule simd uop (54)dispatch int uop (56)dispatch simd uop (57)int uops in schedulers (59)ldst uops in schedulers (5b)dispatch uop (78)map int uop (7c)map simd uop (7e)map int uop inputs (7f)map simd uop inputs (81)? int output thing (e9)? simd retires (ee)? int retires (ef)
1002415003310021211000020100006819387861003420100252010004111000010
1002415003310021211000020100007019386141002020100002010000111000010
1002415003310021211000020100006819387861003420100282010004111000010
1002415003310021211000020100007019386141002020100002010028111000010
1002415003310021211000020100007019386141002020100002010000111000010
1002415003310021211000020100007019386141002020100002010000111000010
1002515006610023211000220100147019386141002020100002010000111000010
1002415003310021211000020100007019386141002020100002010000111000010
1002415003310021211000020100007019386141002020100002010000111000010
1002415003310021211000020100007019386141002020100002010000111000010

Test 3: throughput

Count: 8

Code:

  fsqrt v0.2d, v8.2d
  fsqrt v1.2d, v8.2d
  fsqrt v2.2d, v8.2d
  fsqrt v3.2d, v8.2d
  fsqrt v4.2d, v8.2d
  fsqrt v5.2d, v8.2d
  fsqrt v6.2d, v8.2d
  fsqrt v7.2d, v8.2d
  movi v8.16b, 9

(fused SUBS/B.cc loop)

100 unrolls and 100 iterations

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

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)schedule simd uop (54)schedule ldst uop (55)dispatch int uop (56)dispatch simd uop (57)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 simd uop inputs (81)? int output thing (e9)? simd retires (ee)? int retires (ef)
8020432004480101101800000100800000300040796088010020008000420080004180000100
8020532008880108101800070100800200300040796088010020008000420080004180000100
8020432004480101101800000100800000300040796088010020008000420080004180000100
8020532008880108101800070100800200300040796088010020008000420080036180000100
8020432004480101101800000100800000300040799118012020008003220080004180000100
8020532008880108101800070100800200300040796088010020008000420080034180000100
8020432004480101101800000100800000300040796088010020008000420080004180000100
8020532008880108101800070100800200300040796088010020008000420080004180000100
8020432004480101101800000100800000300040796088010020008000420080032180000100
95981349623962901082180083538610615801220300040799118012020008003620080004180000100

1000 unrolls and 10 iterations

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

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)schedule simd uop (54)schedule ldst uop (55)dispatch int uop (56)dispatch simd uop (57)int uops in schedulers (59)ldst uops in schedulers (5b)dispatch uop (78)map int uop (7c)map simd uop (7e)map int uop inputs (7f)map ldst uop inputs (80)map simd uop inputs (81)? int output thing (e9)? ldst retires (ed)? simd retires (ee)? int retires (ef)
8002432004480021218000002080000704079608800202080000200800361108000010
8002532008880028218000702080020704079608800202080000200800001108000010
8002532008880028218000702080020704079608800202080000200800301108000010
8002432004480021218000002080000704079608800202080000200800001108000010
8002432004480021218000002080000704079608800202080000200800321108000010
8002432004480021218000002080000704079608800202080000200800001108000010
8002432004480021218000002080000704079608800202080000200800261108000010
8002532008880028218000702080020704079608800202080004200800001108000010
8002432004480021218000002080000704079608800202080000200800341108000010
8002432004480021218000002080000704079608800202080000200800001108000010