blob: 21ada4696103553ef2e210f8292980ab0f7c7b46 [file] [log] [blame]
.text
quoted:
mov "x(y)", %eax
mov "x(y)"(%eax), %eax
mov %es:"x(y)", %eax
mov %es:"x(y)"(%eax), %eax
mov "x(y", %eax
mov "x)y", %eax
mov "x?y", %eax
mov "x{y", %eax
mov "x{z}", %eax
call *"x(y)"
call *%es:"x(y)"
call %es:*"x(y)"