When specifying clobbered registers for an Extended Asm block, do "helf-registers" clobber the whole register? For example, does adding "ax" in the clobber list mean that GCC will treat whole "eax" (or "rax") as clobbered?
When specifying clobbered registers for an Extended Asm block, do "helf-registers" clobber the whole register? For example, does adding "ax" in the clobber list mean that GCC will treat whole "eax" (or "rax") as clobbered?