mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-01 13:55:55 +00:00
Add new sign-extension instructions to moxie port
This commit is contained in:
parent
4bfe997046
commit
31c981bc36
@ -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
|
||||
|
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user