Debugger: Update disassembler to support CMOVcc instructions so they appear in the code window of the debugger interface

This commit is contained in:
Jonathan Campbell
2021-11-22 22:47:23 -08:00
parent ce91536ab3
commit 4943806b31

View File

@@ -288,8 +288,10 @@ static char const *second[] = {
0, 0, 0, 0,
0, 0, 0, 0,
/* 4 */
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
"cmovo %Gv,%Ev", "cmovno %Gv,%Ev", "cmovc %Gv,%Ev", "cmovnc %Gv,%Ev",
"cmovz %Gv,%Ev", "cmovnz %Gv,%Ev", "cmovbe %Gv,%Ev", "cmovnbe %Gv,%Ev",
"cmovs %Gv,%Ev", "cmovns %Gv,%Ev", "cmovp %Gv,%Ev", "cmovnp %Gv,%Ev",
"cmovl %Gv,%Ev", "cmovge %Gv,%Ev", "cmovle %Gv,%Ev", "cmovg %Gv,%Ev",
/* 5 */
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,