1 # REQUIRES: x86-registered-target
2 # RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t
3 # RUN: llvm-objdump --no-print-imm-hex -d -mllvm --x86-asm-syntax=intel %t | FileCheck %s
4 # RUN: llvm-objdump --no-print-imm-hex -d -mllvm=--x86-asm-syntax=intel %t | FileCheck %s
6 # CHECK: lea rax, [rsi + 4*rdi + 5]
8 leaq
5(%rsi
,%rdi
,4), %rax