]> Git Repo - binutils.git/commitdiff
* hppa.h: More minor template fixes for sfu and copr (to allow
authorJeff Law <[email protected]>
Mon, 17 Jan 1994 09:27:08 +0000 (09:27 +0000)
committerJeff Law <[email protected]>
Mon, 17 Jan 1994 09:27:08 +0000 (09:27 +0000)
        for easier disassembly).

include/opcode/hppa.h

index 4dd91b05f6b8740fcfd133bd50730752b0f20cf9..a1c5f4e79e35316238f64d60d368f633d98b571b 100644 (file)
@@ -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]))
This page took 0.027509 seconds and 4 git commands to generate.