aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-01-17 09:27:08 +0000
committerJeff Law <law@redhat.com>1994-01-17 09:27:08 +0000
commit9ee57a5e1a0f21c08651b03c409b9194b2da4092 (patch)
tree3eb469569afe608b31d864575aad39739e1207c5 /include
parent3df8598e73c41b5dc5e3f5b71f331adbb2b699f8 (diff)
downloadfsf-binutils-gdb-9ee57a5e1a0f21c08651b03c409b9194b2da4092.zip
fsf-binutils-gdb-9ee57a5e1a0f21c08651b03c409b9194b2da4092.tar.gz
fsf-binutils-gdb-9ee57a5e1a0f21c08651b03c409b9194b2da4092.tar.bz2
* hppa.h: More minor template fixes for sfu and copr (to allow
for easier disassembly).
Diffstat (limited to 'include')
-rw-r--r--include/opcode/hppa.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 4dd91b0..a1c5f4e 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -436,27 +436,27 @@ static const struct pa_opcode pa_opcodes[] =
/* Assist Instructions */
-{ "spop0", 0x10000000, 0xfc000600, ",f,ON", NORMAL},
-{ "spop1", 0x10000200, 0xfc000600, ",f,oNt", NORMAL},
-{ "spop2", 0x10000400, 0xfc000600, ",f,1Nb", NORMAL},
-{ "spop3", 0x10000600, 0xfc000600, ",f,0Nx,b", NORMAL},
-{ "copr", 0x30000000, 0xfc000000, ",u,2N", NORMAL},
-{ "cldwx", 0x24000000, 0xfc001e00, ",ucx(s,b),t"},
-{ "cldwx", 0x24000000, 0xfc001e00, ",ucx(b),t"},
-{ "clddx", 0x2c000000, 0xfc001e00, ",ucx(s,b),t"},
-{ "clddx", 0x2c000000, 0xfc001e00, ",ucx(b),t"},
-{ "cstwx", 0x24000200, 0xfc001e00, ",uct,x(s,b)"},
-{ "cstwx", 0x24000200, 0xfc001e00, ",uct,x(b)"},
-{ "cstdx", 0x2c000200, 0xfc001e00, ",uct,x(s,b)"},
-{ "cstdx", 0x2c000200, 0xfc001e00, ",uct,x(b)"},
-{ "cldws", 0x24001000, 0xfc001e00, ",uC5(s,b),t"},
-{ "cldws", 0x24001000, 0xfc001e00, ",uC5(b),t"},
-{ "cldds", 0x2c001000, 0xfc001e00, ",uC5(s,b),t"},
-{ "cldds", 0x2c001000, 0xfc001e00, ",uC5(b),t"},
-{ "cstws", 0x24001200, 0xfc001e00, ",uCt,5(s,b)"},
-{ "cstws", 0x24001200, 0xfc001e00, ",uCt,5(b)"},
-{ "cstds", 0x2c001200, 0xfc001e00, ",uCt,5(s,b)"},
-{ "cstds", 0x2c001200, 0xfc001e00, ",uCt,5(b)"},
+{ "spop0", 0x10000000, 0xfc000600, "f,ON", NORMAL},
+{ "spop1", 0x10000200, 0xfc000600, "f,oNt", NORMAL},
+{ "spop2", 0x10000400, 0xfc000600, "f,1Nb", NORMAL},
+{ "spop3", 0x10000600, 0xfc000600, "f,0Nx,b", NORMAL},
+{ "copr", 0x30000000, 0xfc000000, "u,2N", NORMAL},
+{ "cldwx", 0x24000000, 0xfc001e00, "ucx(s,b),t"},
+{ "cldwx", 0x24000000, 0xfc001e00, "ucx(b),t"},
+{ "clddx", 0x2c000000, 0xfc001e00, "ucx(s,b),t"},
+{ "clddx", 0x2c000000, 0xfc001e00, "ucx(b),t"},
+{ "cstwx", 0x24000200, 0xfc001e00, "uct,x(s,b)"},
+{ "cstwx", 0x24000200, 0xfc001e00, "uct,x(b)"},
+{ "cstdx", 0x2c000200, 0xfc001e00, "uct,x(s,b)"},
+{ "cstdx", 0x2c000200, 0xfc001e00, "uct,x(b)"},
+{ "cldws", 0x24001000, 0xfc001e00, "uC5(s,b),t"},
+{ "cldws", 0x24001000, 0xfc001e00, "uC5(b),t"},
+{ "cldds", 0x2c001000, 0xfc001e00, "uC5(s,b),t"},
+{ "cldds", 0x2c001000, 0xfc001e00, "uC5(b),t"},
+{ "cstws", 0x24001200, 0xfc001e00, "uCt,5(s,b)"},
+{ "cstws", 0x24001200, 0xfc001e00, "uCt,5(b)"},
+{ "cstds", 0x2c001200, 0xfc001e00, "uCt,5(s,b)"},
+{ "cstds", 0x2c001200, 0xfc001e00, "uCt,5(b)"},
};
#define NUMOPCODES ((sizeof pa_opcodes)/(sizeof pa_opcodes[0]))