Skip to content

Commit

Permalink
Change default operand size for MOVMSKPS/D to 64-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd committed Feb 15, 2022
1 parent 13f2950 commit d03ccf5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Data/instructions.json
Original file line number Diff line number Diff line change
Expand Up @@ -39748,7 +39748,7 @@
"operands": [
{
"action": "write",
"operand_type": "gpr32",
"operand_type": "gpr32_32_64",
"encoding": "modrm_reg"
},
{
Expand All @@ -39760,6 +39760,7 @@
"width64": 16
}
],
"opsize_map": "default64",
"meta_info": {
"category": "DATAXFER",
"extension": "SSE2",
Expand All @@ -39779,7 +39780,7 @@
"operands": [
{
"action": "write",
"operand_type": "gpr32",
"operand_type": "gpr32_32_64",
"encoding": "modrm_reg"
},
{
Expand All @@ -39791,6 +39792,7 @@
"width64": 16
}
],
"opsize_map": "default64",
"meta_info": {
"category": "DATAXFER",
"extension": "SSE",
Expand Down

0 comments on commit d03ccf5

Please sign in to comment.