This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: builtin assembler constraints
- From: Grobman Alexander-R53196 <R53196 at freescale dot com>
- To: "gcc-help at gcc dot gnu dot org" <gcc-help at gcc dot gnu dot org>
- Date: Fri, 8 Feb 2013 18:15:39 +0000
- Subject: RE: builtin assembler constraints
Hi,
I'm trying to incorporate new PPC instructions into a C code. These instructions use limited set of GPRs as operands i.e. only even registers can be used as a source,
Is there way to specify that in the asm() statement?
Regards
Alex.