dotnet/runtime

JitDisasm disassembling arm vpop register list incorrectly

Open

#58.950 aperta il 10 set 2021

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C# (5445 fork)batch import
area-CodeGen-coreclrhelp wanted

Metriche repository

Star
 (17.886 star)
Metriche merge PR
 (Merge medio 12g 11h) (661 PR mergiate in 30 g)

Descrizione

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

Guida contributor