mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 17:24:48 +00:00
Detabify and clean up 80 column violations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -89,7 +89,8 @@ static unsigned decodeARMInstruction(uint32_t &insn) {
|
||||
return ARM::BFI;
|
||||
}
|
||||
|
||||
// Ditto for STRBT, which is a super-instruction for A8.6.199 Encoding A1 & A2.
|
||||
// Ditto for STRBT, which is a super-instruction for A8.6.199 Encodings
|
||||
// A1 & A2.
|
||||
// As a result, the decoder fails to deocode USAT properly.
|
||||
if (slice(insn, 27, 21) == 0x37 && slice(insn, 5, 4) == 1)
|
||||
return ARM::USAT;
|
||||
|
Reference in New Issue
Block a user