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 (vector, immediate, 8H)

Test 1: uops

Code:

  bic v0.8h, #1
  movi v0.16b, 1

(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)
1004203310011100010005024810001000100011000
1004203310011100010005024810001000100011000
1004203310011100010005024810001000100011000
1004203310011100010005024810001000100011000
1004203310011100010005024810001000100011000
1004203310011100010005024810001000100011000
1004203310011100010005024810001000100011000
1004203310011100010005024810001000100011000
1004203310011100010005024810001000100011000
1004203310011100010005024810001000100011000

Test 2: Latency 1->1

Code:

  bic v0.8h, #1
  movi v0.16b, 1

(fused SUBS/B.cc loop)

100 unrolls and 100 iterations

Result (median cycles for code): 2.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)
1020520066101091011000810010034300509248101002001000420010006110000100
1020420033101011011000010010000300509248101002001000420010004110000100
1020420033101011011000010010000300509248101002001000420210046210000100
1020420033101011011000010010000300509248101002001000420010004110000100
1020520066101111031000810210034300509248101002001000420010004110000100
1020420033101011011000010010000300509248101002001000420010004110000100
1020420033101011011000010010000300509248101002001000420010004110000100
1020420033101011011000010010000300509248101002001000420010004110000100
1020420033101011011000010010000300509248101002001000420010004110000100
1020420033101011011000010010000300509248101002001000420010004110000100

1000 unrolls and 10 iterations

Result (median cycles for code): 2.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)
10024200331002121100002010000705092481002020100002010000111000010
10024200331002121100002010000705092481002020100002010000111000010
10024200331002121100002010000705092481002020100002010000111000010
10024200331002121100002010000705092481002020100002010000111000010
10024200331002121100002010000705092481002020100002010000111000010
10024200331002121100002010000705092481002020100002010000111000010
10024200331002121100002010000705092481002020100002010000111000010
10024200331002121100002010000705092481002020100002010000111000010
10024200331002121100002010000705092481002020100002010006111000010
10024200331002121100002010000705092481002020100002010000111000010

Test 3: throughput

Count: 8

Code:

  movi v0.16b, 0
  bic v0.8h, #1
  movi v1.16b, 0
  bic v1.8h, #1
  movi v2.16b, 0
  bic v2.8h, #1
  movi v3.16b, 0
  bic v3.8h, #1
  movi v4.16b, 0
  bic v4.8h, #1
  movi v5.16b, 0
  bic v5.8h, #1
  movi v6.16b, 0
  bic v6.8h, #1
  movi v7.16b, 0
  bic v7.8h, #1

(fused SUBS/B.cc loop)

100 unrolls and 100 iterations

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

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)schedule simd uop (54)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)
160204404698010910180008100800120300032005680113200080013200800131160000100
160204401108011010180009100800130300032005680113200080013200800121160000100
160204400868010910180008100800120300032005280112200080012200800121160000100
160204400868010910180008100800120300032005280112200080012200800121160000100
160204400868010910180008100800120300032005280112200080012200800121160000100
1602044008680109101800081008001225574105521997320462858224652307680071200800131160000100
160204400868010910180008100800120300032005680113200080013200800131160000100
160204401058011010180009100800130300032005280112200080012200800121160000100
160204400868010910180008100800120300032005280112200080012200800121160000100
160204400868010910180008100800120300032005280112200080012200800121160000100

1000 unrolls and 10 iterations

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

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)
160025438878005411800431080049303200568002320800132080000116000010
160024412588001111800001080000303200008001020800002080000116000010
160024404238001111800001080000303200008001020800002080000116000010
160024403638001111800001080000303200008001020800002080000116000010
160024404138001111800001080000303200008001020800002080000116000010
160025404708005411800431080047303200008001020800002080000116000010
160024404138001111800001080000303200008001020800002080000116000010
160024404208001111800001080000303200008001020800002080000116000010
160024404088001111800001080000303200008001020800002080000116000010
160024404208001111800001080000303200008001020800002080000116000010

Test 4: throughput

Count: 16

Code:

  bic v0.8h, #1
  bic v1.8h, #1
  bic v2.8h, #1
  bic v3.8h, #1
  bic v4.8h, #1
  bic v5.8h, #1
  bic v6.8h, #1
  bic v7.8h, #1
  bic v8.8h, #1
  bic v9.8h, #1
  bic v10.8h, #1
  bic v11.8h, #1
  bic v12.8h, #1
  bic v13.8h, #1
  bic v14.8h, #1
  bic v15.8h, #1

(fused SUBS/B.cc loop)

100 unrolls and 100 iterations

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

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)
160204800811601051011600041001600083006400441601102001600142001600141160000100
160204800341601071011600061001600103006400441601102001600142001600121160000100
160204800341601051011600041001600083006400361601082001600122001600121160000100
160204800341601051011600041001600083006400361601082001600122001600121160000100
160204800341601051011600041001600083006400521601122001600152001600121160000100
160204800341601051011600041001600083006400361601082001600122001600121160000100
160204800341601051011600041001600083006400361601082001600122001600121160000100
160204800341601051011600041001600083006400361601082001600122001600121160000100
160204800341601051011600041001600083006400361601082001600122001600121160000100
160204800351601091011600081001600123006400361601082001600122001600601160000100

1000 unrolls and 10 iterations

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

retire uop (01)cycle (02)schedule uop (52)schedule int uop (53)schedule simd uop (54)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)
160024801401600171116000610160010030064004416002020016001420160000116000010
160024800391600111116000010160000030064000016001020016000020160000116000010
160024800341600111116000010160000030064020016006220016006020160000116000010
160024800341600111116000010160000030064000016001020016000020160000116000010
160024800341600111116000010160000030064000016001020016000020160000116000010
160024800341600111116000010160000030064000016001020016000020160000116000010
160025800791600501116003910160051030064000016001020016000020160000116000010
160024800341600111116000010160000030064000016001020016000020160000116000010
160024800441600111116000010160000030064000016001020016000020160000116000010
160024800341600111116000010160000030064000016001020016000020160000116000010