mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28:40 +00:00
avx512 registers & fixes for getting & setting x64 context
This commit is contained in:
committed by
Ryan Fleury
parent
14759e49e9
commit
ce7c8d5244
@@ -72,6 +72,16 @@ union REGS_Reg256
|
||||
F64 f64[4];
|
||||
};
|
||||
|
||||
typedef union REGS_Reg512 REGS_Reg512;
|
||||
union REGS_Reg512
|
||||
{
|
||||
U8 v[64];
|
||||
U32 u32[16];
|
||||
F32 f32[16];
|
||||
U64 u64[8];
|
||||
F64 f64[8];
|
||||
};
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: Register Slicing Types
|
||||
|
||||
|
||||
Reference in New Issue
Block a user