mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 18:24:23 +00:00
Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Port over additional encoding tests to decoding tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140032 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -2761,6 +2761,9 @@ static DecodeStatus DecodeT2AddrModeImm8(llvm::MCInst &Inst, unsigned Val,
|
||||
case ARM::t2LDRHT:
|
||||
case ARM::t2LDRSBT:
|
||||
case ARM::t2LDRSHT:
|
||||
case ARM::t2STRT:
|
||||
case ARM::t2STRBT:
|
||||
case ARM::t2STRHT:
|
||||
imm |= 0x100;
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user