Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
125 changes: 122 additions & 3 deletions configs/a64fx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,17 @@ Reservation-Stations:
- EXB
2:
Size: 10
Dispatch-Rate: 2
Dispatch-Rate: 1
Ports:
- EAGA
3:
Size: 10
Dispatch-Rate: 2
Dispatch-Rate: 1
Ports:
- EAGB
4:
Size: 19
Dispatch-Rate: 2
Dispatch-Rate: 1
Ports:
- BR
Execution-Units:
Expand Down Expand Up @@ -245,6 +245,125 @@ Latencies:
- STORE_ADDRESS_SVE
Execution-Latency: 6
Execution-Throughput: 1
# Indexed FMLA instructions split into 2 dependent µops. Latency increased to 15 to mimic such behaviour
# NOTE: Any changes to the capstone opcode list could invalidate the mapping between ARM instructions and the values below
11:
Instruction-Groups:
Comment thread
FinnWilkinson marked this conversation as resolved.
- ~1922
- ~1924
- ~1926
- ~2359
- ~2360
- ~2361
- ~2364
- ~2365
- ~2368
- ~2369
- ~2371
- ~2390
- ~2391
- ~2392
- ~2395
- ~2396
- ~2399
- ~2400
- ~2402
- ~2445
- ~2446
- ~2447
- ~2450
- ~2451
- ~2454
- ~2455
- ~2457
- ~2470
- ~2471
- ~2472
- ~2475
- ~2476
- ~2479
- ~2480
- ~2482
- ~3627
- ~3629
- ~3631
- ~3633
- ~3644
- ~3646
- ~3648
- ~3650
- ~3709
- ~3711
- ~3713
- ~3715
- ~4306
- ~4308
- ~4310
- ~4312
- ~4326
- ~4328
- ~4330
- ~4332
- ~4372
- ~4374
- ~4376
- ~4378
- ~4468
- ~4469
- ~4470
- ~4472
- ~4474
- ~4476
- ~4493
- ~4494
- ~4495
- ~4497
- ~4499
- ~4501
- ~4511
- ~4513
- ~4515
- ~4517
- ~4519
- ~4521
- ~4534
- ~4535
- ~4536
- ~4538
- ~4540
- ~4542
- ~4594
- ~4595
- ~4599
- ~4601
- ~4603
- ~4605
- ~4613
- ~4614
- ~4618
- ~4620
- ~4622
- ~4624
- ~4633
- ~4635
- ~4637
- ~4639
- ~4641
- ~4643
- ~5760
- ~5762
- ~5764
- ~5766
- ~5780
- ~5782
- ~5784
- ~5786
- ~5824
- ~5826
- ~5828
- ~5830
Execution-Latency: 15
Execution-Throughput: 1
# CPU-Info mainly used to generate a replica of the special (or system) file directory
# structure
CPU-Info:
Expand Down
Loading