1# RUN: llvm-mc < %s --triple x86_64-apple-darwin -filetype=obj | llvm-objdump --macho -d - | FileCheck %s2 3nop4x:5leal x-y(%eax), %ebx6.data7y:8.quad 09 10# CHECK: leal x-y(%eax), %ebx11