mirror of
https://github.com/intel/llvm.git
synced 2026-02-09 01:52:26 +08:00
Fix typo of encoding T2 (push) in the original ARM Architecture Reference Manual,
which has been corrected in the subsequent errata. llvm-svn: 124152
This commit is contained in:
@@ -193,7 +193,7 @@ static ARMOpcode g_arm_opcodes[] =
|
||||
{
|
||||
{ 0x0000fe00, 0x0000b400, ARMvAll, eEncodingT1, eSize16, EmulateARMPushEncoding,
|
||||
"push<c> <registers>" },
|
||||
{ 0xffff0000, 0xe8ad0000, ARMv6T2|ARMv7, eEncodingT2, eSize32, EmulateARMPushEncoding,
|
||||
{ 0xffff0000, 0xe92d0000, ARMv6T2|ARMv7, eEncodingT2, eSize32, EmulateARMPushEncoding,
|
||||
"push<c>.w <registers> ; <registers> contains more than one register" },
|
||||
{ 0xffff0fff, 0xf84d0d04, ARMv6T2|ARMv7, eEncodingT3, eSize32, EmulateARMPushEncoding,
|
||||
"push<c>.w <registers> ; <registers> contains one register, <Rt>" },
|
||||
|
||||
Reference in New Issue
Block a user