about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-11-16 12:35:41 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-11-16 12:35:41 +0100
commitdc06ca51a64fbb251e89726a0a0a6f2bbebf7c8c (patch)
treec3d7077cdaf1f10b87fb619092d5b4048a7f1886 /src/include
parentd76ea27c54878fb3880ca691fff14bb1b207f65e (diff)
downloadbox64-dc06ca51a64fbb251e89726a0a0a6f2bbebf7c8c.tar.gz
box64-dc06ca51a64fbb251e89726a0a0a6f2bbebf7c8c.zip
[ARM64_DYNAREC] Improved 0F A4 opcode
Diffstat (limited to 'src/include')
-rw-r--r--src/include/regs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/regs.h b/src/include/regs.h
index 433b352c..dc72a648 100644
--- a/src/include/regs.h
+++ b/src/include/regs.h
@@ -142,7 +142,10 @@ typedef enum {
 	d_shrd16,
 	d_shrd32,
 	d_shrd64,
-	d_unknown	//98
+	d_shld16,
+	d_shld32,
+	d_shld64,
+	d_unknown	//101
 } deferred_flags_t;
 
 #pragma pack(push, 1)