Skip to content

Commit

Permalink
Use ymm0 as base register for SSE
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Nov 20, 2023
1 parent 903b038 commit 14f420c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/src/registers/MachRegister.C
Expand Up @@ -41,6 +41,8 @@ namespace Dyninst {
return x86_64::flags;
else if(category == x86_64::MMX)
return x86_64::st0;
else if(category == x86_64::XMM)
return x86_64::ymm0;
else
return *this;
case Arch_ppc32:
Expand Down

0 comments on commit 14f420c

Please sign in to comment.