UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
syms_regs_x64.h File Reference

Go to the source code of this file.

Classes

struct  SYMS_FSave
 
struct  SYMS_XSaveLegacy
 
struct  SYMS_XSaveHeader
 
struct  SYMS_XSave
 

Typedefs

typedef struct SYMS_XSaveLegacy SYMS_XSaveLegacy
 
typedef struct SYMS_XSaveHeader SYMS_XSaveHeader
 

Functions

SYMS_API void syms_x64_regs__set_full_regs_from_xsave_legacy (SYMS_RegX64 *dst, SYMS_XSaveLegacy *src)
 
SYMS_API void syms_x64_regs__set_xsave_legacy_from_full_regs (SYMS_XSaveLegacy *dst, SYMS_RegX64 *src)
 
SYMS_API void syms_x64_regs__set_full_regs_from_xsave_avx_extension (SYMS_RegX64 *dst, void *src)
 
SYMS_API void syms_x64_regs__set_xsave_avx_extension_from_full_regs (void *dst, SYMS_RegX64 *src)
 

Typedef Documentation

◆ SYMS_XSaveHeader

◆ SYMS_XSaveLegacy

Function Documentation

◆ syms_x64_regs__set_full_regs_from_xsave_avx_extension()

SYMS_API void syms_x64_regs__set_full_regs_from_xsave_avx_extension ( SYMS_RegX64 dst,
void src 
)

◆ syms_x64_regs__set_full_regs_from_xsave_legacy()

SYMS_API void syms_x64_regs__set_full_regs_from_xsave_legacy ( SYMS_RegX64 dst,
SYMS_XSaveLegacy src 
)

◆ syms_x64_regs__set_xsave_avx_extension_from_full_regs()

SYMS_API void syms_x64_regs__set_xsave_avx_extension_from_full_regs ( void dst,
SYMS_RegX64 src 
)

◆ syms_x64_regs__set_xsave_legacy_from_full_regs()

SYMS_API void syms_x64_regs__set_xsave_legacy_from_full_regs ( SYMS_XSaveLegacy dst,
SYMS_RegX64 src 
)