summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/X86/signed-coff-pcrel.s
blob: 768947bbf8031e6cd6bd4a64ea11aa3a68c0a562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// RUN: llvm-mc -triple i686-unknown-windows-msvc -filetype obj -o %t.o %s
// RUN: llvm-objdump -r %t.o | FileCheck %s

// CHECK: 00000004 IMAGE_REL_I386_REL32 twop32

  .section .rdata,"rd"
twop32:
  .quad 0x41f0000000000000

  .text
0:
  mulsd twop32-0b(%eax), %xmm1
OpenPOWER on IntegriCloud