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

BIC (register, ror, 32-bit)

Test 1: uops

Code:

  bic w0, w0, w1, ror #17
  mov x0, 1
  mov x1, 2

(no loop instructions)

1000 unrolls and 1 iteration

Retires: 1.000

Issues: 2.000

Integer unit issues: 2.001

Load/store unit issues: 0.000

SIMD/FP unit issues: 0.000

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)dispatch int uop (56)int uops in schedulers (59)dispatch uop (78)map int uop (7c)map int uop inputs (7f)? int output thing (e9)? int retires (ef)
100420302001200110005226510001000200020011000
100420302001200110005226510001000200020011000
100420302001200110005226510001000200020011000
100420302001200110005226510001000200020011000
100420302001200110005226510001000200020011000
100420302001200110005226510001000200020011000
100420302001200110005226510001000200020011000
100420302001200110005226510001000200020011000
100420302001200110005226510001000200020011000
100420302001200110005226510001000200020011000

Test 2: Latency 1->2

Code:

  bic w0, w0, w1, ror #17
  mov x0, 1
  mov x1, 2

(fused SUBS/B.cc loop)

100 unrolls and 100 iterations

Result (median cycles for code): 2.0030

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)dispatch uop (78)map int uop (7c)map int uop inputs (7f)? int output thing (e9)? int retires (ef)
10204200302010120101001010405291001010410210202202000110100
10204200302010120101001010405291861010410212202242000110100
10204200302010120101001010405291861010410212202242000110100
10204200302010120101001010405291861010410212202242000110100
10204200302010120101001010405291861010410212202242000110100
10204200302010120101001010405291861010410212202242000110100
10204200302010120101001010405291861010410212202242000110100
10204200302010120101001010405291861010410212202242000110100
10204200302010120101001010405291861010410212202242000110100
10204200302010120101001010405291861010410212202242000110100

1000 unrolls and 10 iterations

Result (median cycles for code): 2.0030

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)dispatch int uop (56)int uops in schedulers (59)dispatch uop (78)map int uop (7c)map int uop inputs (7f)? int output thing (e9)? int retires (ef)
10024200302002120021100255292211002510034200442001110010
10024200302002120021100205292531002010020200202001110010
10024200302002120021100205292531002010020200202001110010
10024200302002120021100205292531002010020200202001110010
10024200302002120021100205292531002010020200202001110010
10024200302002120021100205292531002010020200202001110010
10024200302002120021100205292531002010020200202001110010
10024200302002120021100205292531002010020200202001110010
10024200302002120021100205292531002010020200202001110010
10024200302002120021100205292531002010020200202001110010

Test 3: Latency 1->3

Code:

  bic w0, w1, w0, ror #17
  mov x0, 1
  mov x1, 2

(fused SUBS/B.cc loop)

100 unrolls and 100 iterations

Result (median cycles for code): 2.0030

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)dispatch int uop (56)int uops in schedulers (59)dispatch uop (78)map int uop (7c)map int uop inputs (7f)? int output thing (e9)? int retires (ef)
10204200302010120101101045290391010410210202202000110100
10204200302010120101101045291861010410212202242000110100
10204200302010120101101045291861010410212202242000110100
10204200302010120101101045291861010410212202242000110100
10204200302010120101101045291861010410212202242000110100
10204200302010120101101045291861010410212202242000110100
10204200302010120101101045291861010410212202242000110100
10204200302010120101101045291861010410212202242000110100
10204200302010120101101045291861010410212202242000110100
10204200302010120101101045291861010410212202242000110100

1000 unrolls and 10 iterations

Result (median cycles for code): 2.0030

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)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)? int output thing (e9)? int retires (ef)
10024200302002120021100250529197010020100200200202001110010
10024200302002120021100200529253010020100200200202001110010
10024200302002120021100200529253010020100200200202001110010
10024200302002120021100200529253010020100200200202001110010
10024200302002120021100200529253010020100200201242002510010
10024200302002120021100200529253010020100200200202001110010
10024200302002120021100200529253010020100200200202001110010
10024200302002120021100200529253010020100200200202001110010
10024200302002120021100200529276010025100330200202001110010
10024200302002120021100200529253010020100200200202001110010

Test 4: throughput

Count: 8

Code:

  bic w0, w8, w9, ror #17
  bic w1, w8, w9, ror #17
  bic w2, w8, w9, ror #17
  bic w3, w8, w9, ror #17
  bic w4, w8, w9, ror #17
  bic w5, w8, w9, ror #17
  bic w6, w8, w9, ror #17
  bic w7, w8, w9, ror #17
  mov x8, 9
  mov x9, 10

(fused SUBS/B.cc loop)

100 unrolls and 100 iterations

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

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)schedule ldst uop (55)dispatch int uop (56)int uops in schedulers (59)dispatch uop (78)map int uop (7c)map int uop inputs (7f)? int output thing (e9)? int retires (ef)
80204534041601171601170801301360563801298023416027216001780100
80205534351601621601620801781360838801308023616027216001780100
80204534041601171601170801301360838801308023616027216001780100
80204534041601171601170801301360838801308023616027216001780100
80204534041601171601170801301360838801308023616027216001780100
80204534041601171601170801301360838801308023616027216001780100
80204534041601171601170801301360838801308023616027216001780100
80204534041601171601170801301360838801308023616027216001780100
80204534041601171601170801301360838801308023616027216001780100
80204534041601171601170801301360838801308023616027216001780100

1000 unrolls and 10 iterations

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

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)schedule ldst uop (55)dispatch int uop (56)int uops in schedulers (59)dispatch uop (78)map int uop (7c)map int uop inputs (7f)? int output thing (e9)? int retires (ef)
80024533781600391600390800511359975800518005816002016001180010
80024533711600211600210800201359903800208002016002016001180010
80024533711600211600210800201359903800208002016002016001180010
80024533711600211600210800201359903800208002016002016001180010
80025534091600841600840800971359903800208002016002016001180010
80024533711600211600210800201359903800208002016002016001180010
80024533711600211600210800201359903800208002016002016001180010
80024533711600211600210800201359903800208002016002016001180010
80024533711600211600210800201359903800208002016002016001180010
80024533711600211600210800201359903800208002016002016001180010