Skip to content

Commit 759284b

Browse files
committed
Minor doxygen improvements
1 parent d49127c commit 759284b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

include/Zydis/DecoderTypes.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ typedef struct ZydisDecodedInstruction_
874874
*/
875875
ZydisVectorLength vectorLength;
876876
/**
877-
* @brief Info about the embedded writemask-register (`EVEX` and `MVEX` only).
877+
* @brief Info about the embedded writemask-register (`AVX-512` and `KNC` only).
878878
*/
879879
struct
880880
{
@@ -900,7 +900,7 @@ typedef struct ZydisDecodedInstruction_
900900
* @brief Signals, if the broadcast is a static broadcast.
901901
*
902902
* This is the case for instructions with inbuild broadcast functionality, that is
903-
* always active and not be controlled by a flag in the XOP/VEX/EVEX/MVEX-prefix.
903+
* always active controlled by the `EVEX/MVEX.RC` bits.
904904
*/
905905
ZydisBool isStatic;
906906
/**
@@ -919,22 +919,22 @@ typedef struct ZydisDecodedInstruction_
919919
ZydisRoundingMode mode;
920920
} rounding;
921921
/**
922-
* @brief Contains info about the AVX register-swizzle (`MVEX` only).
922+
* @brief Contains info about the AVX register-swizzle (`KNC` only).
923923
*/
924924
struct
925925
{
926926
/**
927-
* @brief The AVX register-swizzle mode (`MVEX` only).
927+
* @brief The AVX register-swizzle mode.
928928
*/
929929
ZydisSwizzleMode mode;
930930
} swizzle;
931931
/**
932-
* @brief Contains info about the AVX data-conversion (`MVEX` only).
932+
* @brief Contains info about the AVX data-conversion (`KNC` only).
933933
*/
934934
struct
935935
{
936936
/**
937-
* @brief The AVX data-conversion mode (`MVEX` only).
937+
* @brief The AVX data-conversion mode.
938938
*/
939939
ZydisConversionMode mode;
940940
} conversion;
@@ -943,7 +943,7 @@ typedef struct ZydisDecodedInstruction_
943943
*/
944944
ZydisBool hasSAE;
945945
/**
946-
* @brief Signals, if the instruction has a memory eviction-hint (`MVEX` only).
946+
* @brief Signals, if the instruction has a memory eviction-hint (`KNC` only).
947947
*/
948948
ZydisBool hasEvictionHint;
949949
// TODO: publish EVEX tuple-type and MVEX functionality

0 commit comments

Comments
 (0)