summaryrefslogtreecommitdiff
path: root/usr.bin/oemu/include
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-07-30 16:36:12 -0400
committerIan Moffett <ian@osmora.org>2025-07-30 16:36:12 -0400
commite597f7d3ac8723fc1408ca724206492ab2cc78bb (patch)
tree3621f5abe4b321f00cc2b6bc4fa5f813515788f3 /usr.bin/oemu/include
parentcaa652ae2b3da86de945fa8d5ece55ddbbb2cf31 (diff)
oemu: cpu: Add decoding for shiftinstruction
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/oemu/include')
-rw-r--r--usr.bin/oemu/include/oemu/osmx64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/oemu/include/oemu/osmx64.h b/usr.bin/oemu/include/oemu/osmx64.h
index ffd6156..1e094d0 100644
--- a/usr.bin/oemu/include/oemu/osmx64.h
+++ b/usr.bin/oemu/include/oemu/osmx64.h
@@ -53,6 +53,8 @@
#define INST_MROW 0x11 /* Mask register over word */
#define INST_MROD 0x12 /* Mask register over dword */
#define INST_MROQ 0x13 /* Mask register over qword */
+#define INST_LSR 0x14 /* Logical shift right */
+#define INST_LSL 0x15 /* Logical shift left */
/* Registers */
#define REG_X0 0x00