summaryrefslogtreecommitdiff
path: root/sys/src/libmach
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-11-19 21:11:41 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2017-11-19 21:11:41 +0100
commit1eb373945455f1ba03fa1b221529d74ca2a778ad (patch)
treef85a43f4702035d9c4bbbc47eb62b979cbb88d11 /sys/src/libmach
parent15bd341cc3224a899bfeea3d6f303bf346f51334 (diff)
libmach: fix format for 8db sse shift ops
Diffstat (limited to 'sys/src/libmach')
-rw-r--r--sys/src/libmach/8db.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/src/libmach/8db.c b/sys/src/libmach/8db.c
index 607cc6386..16b8f55dd 100644
--- a/sys/src/libmach/8db.c
+++ b/sys/src/libmach/8db.c
@@ -378,24 +378,24 @@ static Optable optab660F38[256] = {
static Optable optab660F71[8]=
{
-[0x02] Ib,0, "PSRLW %i,%X",
-[0x04] Ib,0, "PSRAW %i,%X",
-[0x06] Ib,0, "PSLLW %i,%X",
+[0x02] Ib,0, "PSRLW %i,%x",
+[0x04] Ib,0, "PSRAW %i,%x",
+[0x06] Ib,0, "PSLLW %i,%x",
};
static Optable optab660F72[8]=
{
-[0x02] Ib,0, "PSRLL %i,%X",
-[0x04] Ib,0, "PSRAL %i,%X",
-[0x06] Ib,0, "PSLLL %i,%X",
+[0x02] Ib,0, "PSRLL %i,%x",
+[0x04] Ib,0, "PSRAL %i,%x",
+[0x06] Ib,0, "PSLLL %i,%x",
};
static Optable optab660F73[8]=
{
-[0x02] Ib,0, "PSRLQ %i,%X",
-[0x03] Ib,0, "PSRLO %i,%X",
-[0x06] Ib,0, "PSLLQ %i,%X",
-[0x07] Ib,0, "PSLLO %i,%X",
+[0x02] Ib,0, "PSRLQ %i,%x",
+[0x03] Ib,0, "PSRLO %i,%x",
+[0x06] Ib,0, "PSLLQ %i,%x",
+[0x07] Ib,0, "PSLLO %i,%x",
};
static Optable optab660F[256]=