Displaying 2 results from an estimated 2 matches for "8af364d7".
Did you mean:
8a4361d7
2012 Nov 26
0
[LLVMdev] Extended Inline asm with double data type crashes clang
> > I'm not quite convinced by this. On AArch64, GCC supports the %H, %Q
> > and %R operand modifiers which very explicitly deal with a pair of
> > 64-bit registers. These are intended to be used with the 'r'
> > constraint (I asked, specifically because there wasn't a corresponding
> > "register-pair" constraint).
> >
>
Admittedly
2012 Nov 22
3
[LLVMdev] Extended Inline asm with double data type crashes clang
On Thu, Nov 22, 2012 at 1:19 PM, Tim Northover <t.p.northover at gmail.com> wrote:
>> "r" is supposed to be a single register, not a register pair; the fact
>> that gcc accepts this is probably an accident. clang should reject
>> this code (without crashing, of course).
>
> I'm not quite convinced by this. On AArch64, GCC supports the %H, %Q
> and %R