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

FCVTMS (scalar, S to X)

Test 1: uops

Code:

  fcvtms x0, s0
  mov x0, 1
  mov x1, 2

(no loop instructions)

1000 unrolls and 1 iteration

Retires: 2.000

Issues: 3.000

Integer unit issues: 1.001

Load/store unit issues: 0.000

SIMD/FP unit issues: 2.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)? int retires (ef)
20041039300110012000200011000200020002000100110001000
20041037300110012000200011000200020002000100110001000
20041037300110012000200011000200020002054101510001000
20041037300110012000200011000200020002000100110001000
20041037300110012000200011000200020002000100110001000
20041037300110012000200011000200020002000100110001000
20041037300110012000200011000200020002000100110001000
20041037300110012000200011000200020002000100110001000
20041037300110012000200011000200020002000100110001000
20041037300110012000200011000200020002000100110001000

Test 2: Latency 1->2 roundtrip

Code:

  fcvtms x0, s0
  fmov d0, x0
  mov x0, 1
  mov x1, 2

(fused SUBS/B.cc loop)

100 unrolls and 100 iterations

Result (median cycles for code): 10.0032

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 ldst uop inputs (80)map simd uop inputs (81)? int output thing (e9)? ldst retires (ed)? simd retires (ee)? int retires (ef)
3020910101340190101232004310024105203241208425236211966571795598327029642132171396870872747562380337945366741110741611
3020510006440107101022000410001100200301000030015469262578414301002001000120003200100012000310001100001000010100
3020410003240101101012000010000100200001000030015467862578206301002001000220004200100012000310001100001000010100
3020410006440101101012000010000100200001000030015468782578336301002001000120003200100012000310001100001000010100
3020410003240101101012000010000100200001000030015467962578206301002001000120003200100012000310001100001000010100
3020410003240101101012000010000100200001441961958158887925808814006780841534820066200100012000310001100001000010100
3020410003240101101012000010000100200001000030015467962578206301002001000120003200100012000310001100001000010100
3020410003240101101012000010000100200001000030015467962578206301002001000120003200100012000310001100001000010100
3020410003240101101012000010000100200001000030015467962578206301002001000120003200100012000310001100001000010100
3020410003240101101012000010000100200001000030015467962578206301002001000120003200100012000310001100001000010100

1000 unrolls and 10 iterations

Result (median cycles for code): 10.0032

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 ldst uop inputs (80)map simd uop inputs (81)? int output thing (e9)? ldst retires (ed)? simd retires (ee)? int retires (ef)
300241000344001110011200001000010200001000030154634625782063001020100002000020100002000010001100001000010010
300241000324001110011200001000010200001000030154634625782063001020100002000020100002000010001100001000010010
300241000324001110011200001000010200001000030154634625782063001020100002000020100002000010001100001000010010
300241000324001110011200001000010200001000030154634625782063001020100002000020100002000010001100001000010010
300241001204001110011200001000010200001000030154671525788043001020100002000020100002000010001100001000010010
300241000354001110011200001000010200001000030154634625782063001020100002000020100202004010002100001000010010
300241000524001110011200001000010200001000030154634625782063001020100002000020100202004010002100001000010010
300241000324001110011200001000010200001000030154634625782063001020100002000020100002000010001100001000010010
300241000354001110011200001000010200001000030154634625782063001020100002000020100002000010001100001000010010
300241000324001110011200001000010200001000030154634625782063001020100002000020100002000010001100001000010010

Test 3: throughput

Count: 8

Code:

  fcvtms x0, s8
  fcvtms x1, s8
  fcvtms x2, s8
  fcvtms x3, s8
  fcvtms x4, s8
  fcvtms x5, s8
  fcvtms x6, s8
  fcvtms x7, s8
  mov x8, 9

(fused SUBS/B.cc loop)

100 unrolls and 100 iterations

Result (median cycles for code divided by count): 1.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)
16020480057240103801011600020100160008030008800411601082000160012200160012800018000080100
16020480037240103801011600020100160008030008800411601082000160012200160012800018000080100
16020480037240103801011600020100160008153103474115880290160559565184160068200160012800018000080100
16020480037240103801011600020100160008030008802901601582000160068200160012800018000080100
16020480037240103801011600020100160008102093045791539748823941889652525611982160186200160012800018000080100
16020480046240103801011600020100160008030008800411601082000160012200160012800018000080100
16020480037240103801011600020100160008030008800411601082000160012200160012800018000080100
16020480037240103801011600020100160008030008800411601082000160012200160012800018000080100
16020480037240103801011600020100160008030008800411601082000160012200160012800018000080100
16020480037240103801011600020100160008030008800411601082000160012200160012800018000080100

1000 unrolls and 10 iterations

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

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)
160024800672400148001116000310160010308800411600182016001220160012800018000080010
160025800742400658002516004010160058308800001600102016000020160000800018000080010
160024800372400118001116000010160000308800001600102016000020160000800018000080010
160024800372400118001116000010160000308800001600102016000020160000800018000080010
160024800372400118001116000010160000308800001600102016000020160000800018000080010
160024800372400118001116000010160000308800001600102016000020160000800018000080010
160024800372400118001116000010160000308802901600682016006820160000800018000080010
160024800372400118001116000010160000308800001600102016000020160000800018000080010
160024800372400118001116000010160000308800001600102016000020160000800018000080010
160025800742400658002516004010160058308800001600102016000020160000800018000080010