Add new sign-extension instructions to moxie port

This commit is contained in:
Anthony Green 2014-04-02 20:04:23 -04:00
parent 4bfe997046
commit 31c981bc36
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2014-04-02 Anthony Green <green@moxielogic.com>
* moxie-opc.c (moxie_form1_opc_info): Add sign-extension
instructions, sex.b and sex.s.
2014-03-26 Jiong Wang <jiong.wang@arm.com>
* aarch64-dis.c (aarch64_ext_ldst_elemlist): Check H/S undefined

View File

@ -68,8 +68,8 @@ const moxie_opc_info_t moxie_form1_opc_info[128] =
{ 0x0d, MOXIE_F1_AiB4, "sto.l" },
{ 0x0e, MOXIE_F1_AB, "cmp" },
{ 0x0f, MOXIE_F1_NARG, "nop" },
{ 0x10, MOXIE_BAD, "bad" },
{ 0x11, MOXIE_BAD, "bad" },
{ 0x10, MOXIE_F1_AB, "sex.b" },
{ 0x11, MOXIE_F1_AB, "sex.s" },
{ 0x12, MOXIE_BAD, "bad" },
{ 0x13, MOXIE_BAD, "bad" },
{ 0x14, MOXIE_BAD, "bad" },