Re: [PATCH 6/6] i386: Implement asm flag outputs

2015-05-08 Thread Jeff Law
On 05/08/2015 12:40 PM, H. Peter Anvin wrote: On 05/07/2015 02:39 PM, Richard Henderson wrote: All j mnemonics implemented as =@cc to make it easy for someone reading the manual to figure out what condition is desired. One request: would it be possible to get a cpp symbol for this (e.g. __GCC_

Re: [PATCH 6/6] i386: Implement asm flag outputs

2015-05-08 Thread H. Peter Anvin
On 05/07/2015 02:39 PM, Richard Henderson wrote: > All j mnemonics implemented as =@cc > to make it easy for someone reading the manual > to figure out what condition is desired. One request: would it be possible to get a cpp symbol for this (e.g. __GCC_X86_INLINE_ASM_CC__) so we don't have to do

[PATCH 6/6] i386: Implement asm flag outputs

2015-05-07 Thread Richard Henderson
All j mnemonics implemented as =@cc to make it easy for someone reading the manual to figure out what condition is desired. --- gcc/config/i386/constraints.md | 5 ++ gcc/config/i386/i386.c | 132 ++--- 2 files changed, 130 insertions(+), 7 deletions(-