mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
float2 fixes
This commit is contained in:
parent
7e28a71437
commit
b2078b10fe
2 changed files with 59 additions and 24 deletions
|
@ -918,9 +918,10 @@ enum BeMCInstForm
|
|||
BeMCInstForm_R32,
|
||||
BeMCInstForm_R64,
|
||||
|
||||
// FRM32 = float, FRM64 = double
|
||||
BeMCInstForm_XMM32_IMM,
|
||||
BeMCInstForm_XMM64_IMM,
|
||||
BeMCInstForm_XMM32_FRM32,
|
||||
BeMCInstForm_XMM32_FRM32,
|
||||
BeMCInstForm_XMM64_FRM32,
|
||||
BeMCInstForm_XMM32_FRM64,
|
||||
BeMCInstForm_XMM64_FRM64,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue