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/37621] Missing documentation for x86 inline assembler modifiers



------- Comment #3 from n dot pipenbrinck at cubic dot org  2008-09-24 22:41 -------
ROL/ROR on the native integer size is not supported via intrinsics, but the
compiler will fold two shifts into a rotate.

If I want to manipulate only the lower 16 bit of an 32 bit integer (e.g. issue
a rolw) assembly is the only way it's currently possible.


-- 


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


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