* hppa.h: More minor template fixes for sfu and copr (to allow

for easier disassembly).
This commit is contained in:
Jeff Law 1994-01-17 09:27:08 +00:00
parent 3df8598e73
commit 9ee57a5e1a
1 changed files with 21 additions and 21 deletions

View 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]))