RE: [PATCH, AArch64] Make MOVK output operand 2 in hex

2013-04-25 Thread Ian Bolton
Since this is a bug fix, I'll need to backport to 4.8. Is that OK? Cheers, Ian OK /Marcus On 20 March 2013 17:21, Ian Bolton ian.bol...@arm.com wrote: MOVK should not be generated with a negative immediate, which the assembler rightfully rejects. This patch makes MOVK output its

Re: [PATCH, AArch64] Make MOVK output operand 2 in hex

2013-04-25 Thread Marcus Shawcroft
On 25/04/13 16:38, Ian Bolton wrote: Since this is a bug fix, I'll need to backport to 4.8. Is that OK? Cheers, Ian OK /Marcus On 20 March 2013 17:21, Ian Bolton ian.bol...@arm.com wrote: MOVK should not be generated with a negative immediate, which the assembler rightfully rejects. This

Re: [PATCH, AArch64] Make MOVK output operand 2 in hex

2013-03-28 Thread Marcus Shawcroft
On 20/03/13 17:21, Ian Bolton wrote: MOVK should not be generated with a negative immediate, which the assembler rightfully rejects. This patch makes MOVK output its 2nd operand in hex instead. Tested on bare-metal and linux. OK for trunk? Cheers, Ian 2013-03-20 Ian Bolton

Re: [PATCH, AArch64] Make MOVK output operand 2 in hex

2013-03-21 Thread Marcus Shawcroft
OK /Marcus On 20 March 2013 17:21, Ian Bolton ian.bol...@arm.com wrote: MOVK should not be generated with a negative immediate, which the assembler rightfully rejects. This patch makes MOVK output its 2nd operand in hex instead. Tested on bare-metal and linux. OK for trunk? Cheers, Ian

[PATCH, AArch64] Make MOVK output operand 2 in hex

2013-03-20 Thread Ian Bolton
MOVK should not be generated with a negative immediate, which the assembler rightfully rejects. This patch makes MOVK output its 2nd operand in hex instead. Tested on bare-metal and linux. OK for trunk? Cheers, Ian 2013-03-20 Ian Bolton ian.bol...@arm.com gcc/ *