Displaying 1 result from an estimated 1 matches for "sxtab16".
Did you mean:
uxtab16
2012 May 10
0
[LLVMdev] MC Hammer Test results
...ecode to an unpredictable SEL r0, r0, r0. MC is
decoding this to an STR r0, [r0], r0, lsr #1 which it is incorrectly diagnosing
as unpredictable.
[bug 2] echo 0x70 0x01 0x80 0xe6 | ./llvm-mc -triple armv7 --show-inst
--show-encoding --disassemble
This bitpattern should decode to an unpredictable SXTAB16 r0, r0, r0. MC is
decoding this to an STR r0, [r0], r0, ror #2 which it is incorrectly diagnosing
as unpredictable.
[bug 3] echo 0x70 0x01 0xc0 0xe6 | ./llvm-mc -triple armv7 --show-inst
--show-encoding --disassemble
This bitpattern should decode to an unpredictable UXTAB16 r0, r0, r0. MC is
dec...