dotnet/runtime

JitDisasm disassembling arm vpop register list incorrectly

オープン

#58,950 opened on 2021/09/10

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C# (5,445 件のフォーク)batch import
area-CodeGen-coreclrhelp wanted

Repository metrics

Stars
 (17,886 個のスター)
PR merge metrics
 (平均マージ 12d 11h) (30d で 661 merged PRs)

説明

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

コントリビューターガイド