]> git.proxmox.com Git - rustc.git/blob - src/llvm/test/MC/Disassembler/X86/hex-immediates.txt
Imported Upstream version 0.7
[rustc.git] / src / llvm / test / MC / Disassembler / X86 / hex-immediates.txt
1 # RUN: llvm-mc --hdis %s -triple=x86_64-apple-darwin9 2>&1 | FileCheck %s
2
3 # CHECK: movabsq $0x7fffffffffffffff, %rcx
4 0x48 0xb9 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x7f
5 # CHECK: leaq 0x3e2(%rip), %rdi
6 0x48 0x8d 0x3d 0xe2 0x03 0x00 0x00
7 # CHECK: subq $0x40, %rsp
8 0x48 0x83 0xec 0x40
9 # CHECK: leal (,%r14,4), %eax
10 0x42 0x8d 0x04 0xb5 0x00 0x00 0x00 0x00