Add support for the {pt} and {pn} branch hint prefixes

Add support for the {pt} and {pn} branch hint prefixes, now when they
are no longer orphanned...

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2025-09-02 16:29:46 -07:00
parent 56567a0c4c
commit 80225b4722
6 changed files with 67 additions and 18 deletions

View file

@ -684,6 +684,8 @@ enum prefixes { /* instruction prefixes */
P_VEX2,
P_NF,
P_ZU,
P_PT,
P_PN,
PREFIX_ENUM_LIMIT
};