Displaying 2 results from an estimated 2 matches for "r175088".
2013 Mar 13
5
[LLVMdev] Problems with 64-bit register operands of inline asm on ARM
r175088 attempted to fix gcc inline asm compatibility with 64-bit
operands by forcing these into even/odd register pairs the same way gcc
always allocates such values.
While the fix appears to work as such, it is not always activated when
required. The patch makes the assumption that any inline asm state...
2013 Mar 13
0
[LLVMdev] Problems with 64-bit register operands of inline asm on ARM
...ed by
The Linux Foundation
-----Original Message-----
From: Måns Rullgård [mailto:mans at mansr.com]
Sent: Wednesday, March 13, 2013 6:43 AM
To: llvmdev at cs.uiuc.edu
Cc: weimingz at codeaurora.org; renato.golin at linaro.org
Subject: Problems with 64-bit register operands of inline asm on ARM
r175088 attempted to fix gcc inline asm compatibility with 64-bit operands
by forcing these into even/odd register pairs the same way gcc always
allocates such values.
While the fix appears to work as such, it is not always activated when
required. The patch makes the assumption that any inline asm state...