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:
Johnny Chen
2011-01-24 22:50:16 +00:00
parent f3a62314f3
commit b66cdadd4a

View File

@@ -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>" },