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
Code:
bic x0, x0, x1
mov x0, 1 mov x1, 2
(no loop instructions)
Retires: 1.000
Issues: 1.000
Integer unit issues: 1.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) |
| 1004 | 1030 | 1001 | 1001 | 1000 | 25603 | 1000 | 1000 | 2000 | 1001 | 1000 |
| 1004 | 1030 | 1001 | 1001 | 1000 | 25603 | 1000 | 1000 | 2000 | 1001 | 1000 |
| 1004 | 1030 | 1001 | 1001 | 1000 | 25603 | 1000 | 1000 | 2000 | 1001 | 1000 |
| 1004 | 1030 | 1001 | 1001 | 1000 | 25603 | 1000 | 1000 | 2000 | 1001 | 1000 |
| 1004 | 1030 | 1001 | 1001 | 1000 | 25603 | 1000 | 1000 | 2000 | 1001 | 1000 |
| 1004 | 1030 | 1001 | 1001 | 1000 | 25603 | 1000 | 1000 | 2000 | 1001 | 1000 |
| 1004 | 1030 | 1001 | 1001 | 1000 | 25603 | 1000 | 1000 | 2000 | 1001 | 1000 |
| 1004 | 1030 | 1001 | 1001 | 1000 | 25603 | 1000 | 1000 | 2000 | 1001 | 1000 |
| 1004 | 1030 | 1001 | 1001 | 1000 | 25603 | 1000 | 1000 | 2000 | 1001 | 1000 |
| 1004 | 1030 | 1001 | 1001 | 1000 | 25603 | 1000 | 1000 | 2000 | 1001 | 1000 |
Code:
bic x0, x0, x1
mov x0, 1 mov x1, 2
(fused SUBS/B.cc loop)
Result (median cycles for code): 1.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) |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259330 | 10107 | 10214 | 20228 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20318 | 10015 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
Result (median cycles for code): 1.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) |
| 10024 | 10030 | 10021 | 10021 | 10029 | 259474 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
Code:
bic x0, x1, x0
mov x0, 1 mov x1, 2
(fused SUBS/B.cc loop)
Result (median cycles for code): 1.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) |
| 10205 | 10060 | 10117 | 10117 | 10149 | 259539 | 10107 | 10212 | 20228 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259433 | 10107 | 10214 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
| 10204 | 10030 | 10101 | 10101 | 10107 | 259539 | 10107 | 10212 | 20224 | 10001 | 10100 |
Result (median cycles for code): 1.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) |
| 10024 | 10030 | 10021 | 10021 | 10028 | 259474 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
| 10024 | 10030 | 10021 | 10021 | 10020 | 259591 | 10020 | 10020 | 20020 | 10011 | 10010 |
Count: 8
Code:
bic x0, x8, x9 bic x1, x8, x9 bic x2, x8, x9 bic x3, x8, x9 bic x4, x8, x9 bic x5, x8, x9 bic x6, x8, x9 bic x7, x8, x9
mov x8, 9 mov x9, 10
(fused SUBS/B.cc loop)
Result (median cycles for code divided by count): 0.3342
| 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) |
| 80204 | 26853 | 80115 | 80115 | 80120 | 240360 | 80120 | 80222 | 160242 | 80014 | 80100 |
| 80204 | 26752 | 80115 | 80115 | 80120 | 240360 | 80120 | 80224 | 160248 | 80015 | 80100 |
| 80204 | 26737 | 80115 | 80115 | 80120 | 240360 | 80120 | 80224 | 160248 | 80015 | 80100 |
| 80204 | 26737 | 80115 | 80115 | 80120 | 240360 | 80120 | 80224 | 160248 | 80015 | 80100 |
| 80204 | 26737 | 80115 | 80115 | 80120 | 240360 | 80120 | 80224 | 160248 | 80015 | 80100 |
| 80204 | 26737 | 80115 | 80115 | 80120 | 240360 | 80120 | 80224 | 160248 | 80015 | 80100 |
| 80204 | 26737 | 80115 | 80115 | 80120 | 240360 | 80120 | 80224 | 160248 | 80015 | 80100 |
| 80204 | 26737 | 80115 | 80115 | 80120 | 240360 | 80120 | 80224 | 160248 | 80015 | 80100 |
| 80204 | 26737 | 80115 | 80115 | 80120 | 240360 | 80120 | 80224 | 160248 | 80015 | 80100 |
| 80204 | 26737 | 80115 | 80115 | 80120 | 240360 | 80120 | 80224 | 160248 | 80015 | 80100 |
Result (median cycles for code divided by count): 0.3339
| 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) |
| 80024 | 27911 | 80035 | 80035 | 80040 | 277404 | 80020 | 80020 | 160020 | 80011 | 80010 |
| 80024 | 26777 | 80021 | 80021 | 80020 | 282738 | 80020 | 80020 | 160020 | 80011 | 80010 |
| 80024 | 26713 | 80021 | 80021 | 80020 | 282738 | 80020 | 80020 | 160020 | 80011 | 80010 |
| 80024 | 26713 | 80021 | 80021 | 80020 | 282738 | 80020 | 80020 | 160020 | 80011 | 80010 |
| 80024 | 26713 | 80021 | 80021 | 80020 | 282738 | 80020 | 80020 | 160020 | 80011 | 80010 |
| 80024 | 26713 | 80021 | 80021 | 80020 | 282738 | 80020 | 80020 | 160020 | 80011 | 80010 |
| 80024 | 26713 | 80021 | 80021 | 80020 | 282738 | 80020 | 80020 | 160020 | 80011 | 80010 |
| 80024 | 26713 | 80021 | 80021 | 80020 | 282738 | 80020 | 80020 | 160020 | 80011 | 80010 |
| 80024 | 26713 | 80021 | 80021 | 80020 | 282738 | 80020 | 80020 | 160020 | 80011 | 80010 |
| 80024 | 26713 | 80021 | 80021 | 80020 | 282738 | 80020 | 80020 | 160020 | 80011 | 80010 |