-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support breakpoints on AVX-512 instructions (#89705)
* Update debugger AMD64 disassembly tables Regenerate with gdb 12. Fix various bugs in the table generation, such as due to incorrect ModRM/reg escape handling, and new instructions. * Remove 3DNow! table support * Remove obsolete AMD XOP encoding support * Update walker for new tables Especially, removed 3DNow, XOP. Also, update README.md * Remove special-case XOP instructions * Remove unused InstrForm Due to removing XOP instructions * Remove another removed InstrForm * Support EVEX encoding * Add more logging for patch decode; handle 64-byte memory in patch * Support EVEX embedded broadcast * Update comment about EVEX `disp8*N` addressing * Fix build
- Loading branch information
1 parent
0dfe81a
commit 08f0dc8
Showing
8 changed files
with
1,894 additions
and
1,380 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
672 changes: 484 additions & 188 deletions
672
src/coreclr/debug/ee/amd64/gen_amd64InstrDecode/Amd64InstructionTableGenerator.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.