1// RUN: llvm-mc -triple i686-unknown-windows-msvc -filetype obj -o %t.o %s
2// RUN: llvm-objdump -r %t.o | FileCheck %s
3
4// CHECK: 00000004 IMAGE_REL_I386_REL32 twop32
5
6  .section .rdata,"rd"
7twop32:
8  .quad 0x41f0000000000000
9
10  .text
110:
12  mulsd twop32-0b(%eax), %xmm1
13