dotnet/runtime

JitDisasm disassembling arm vpop register list incorrectly

Open

#58,950 opened on Sep 10, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C# (5,445 forks)batch import
area-CodeGen-coreclrhelp wanted

Repository metrics

Stars
 (17,886 stars)
PR merge metrics
 (Avg merge 12d 11h) (661 merged PRs in 30d)

Description

When looking at JitDisasm output today, I've noticed that the vpop was showing incorrect list of registers in the vpop instruction:

0002EC ECBD 8B04 vpop {d16-d19}

This is in fact vpop {d8,d9}

category:correctness theme:debug-dumps skill-level:beginner cost:small impact:small

Contributor guide