This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug inline-asm/37018] compiling inline assembly for ia32 produces ia64 registers



------- Comment #6 from schwab at suse dot de  2008-08-04 08:28 -------
Both "Q" and "q" are correct when trying to use the low part of a register. 
Only if the asm insn is using the high part you must use "Q".  It is the
modifier (%b or %h) that chooses between low and high part.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37018


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]