Displaying 3 results from an estimated 3 matches for "thumbv2".
Did you mean:
thumb2
2012 Dec 28
2
[LLVMdev] Disassembly broken?
Hi all.
I came across a strange behaviour in the instruction printer for Thumbv2:
The instruction is 0xf000b800, which is a b.w #0
LLVM returns it as b.w #-262144, which doesn't make any sense to me.
Should I consider it a bug?
--
Vladimir Pouzanov
http://www.farcaller.net/
2012 Dec 28
0
[LLVMdev] Disassembly broken?
...916c4badd816178da9fdbac5b5ed2331a7201f98
I submitted this to llvm-commits a while back, but nobody replied. :(
-Greg
On Thu, Dec 27, 2012 at 4:20 PM, Vladimir Pouzanov <farcaller at gmail.com>wrote:
> Hi all.
>
> I came across a strange behaviour in the instruction printer for Thumbv2:
>
> The instruction is 0xf000b800, which is a b.w #0
>
> LLVM returns it as b.w #-262144, which doesn't make any sense to me.
>
> Should I consider it a bug?
>
> --
> Vladimir Pouzanov
> http://www.farcaller.net/
>
>
> ____________________________________...
2012 Dec 28
1
[LLVMdev] Disassembly broken?
...I submitted this to llvm-commits a while back, but nobody replied. :(
>
> -Greg
>
>
>
> On Thu, Dec 27, 2012 at 4:20 PM, Vladimir Pouzanov <farcaller at gmail.com>wrote:
>
>> Hi all.
>>
>> I came across a strange behaviour in the instruction printer for Thumbv2:
>>
>> The instruction is 0xf000b800, which is a b.w #0
>>
>> LLVM returns it as b.w #-262144, which doesn't make any sense to me.
>>
>> Should I consider it a bug?
>>
>> --
>> Vladimir Pouzanov
>> http://www.farcaller.net/
>>
&g...