~pali/+junk/llvm-toolchain-3.7

« back to all changes in this revision

Viewing changes to test/ExecutionEngine/RuntimeDyld/X86/COFF_x86_64

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2015-07-15 17:51:08 UTC
  • Revision ID: package-import@ubuntu.com-20150715175108-l8mynwovkx4zx697
Tags: upstream-3.7~+rc2
ImportĀ upstreamĀ versionĀ 3.7~+rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# RUN: llvm-mc -triple=x86_64-pc-win32 -filetype=obj -o %T/COFF_x86_64.o %s
 
2
# RUN: llvm-rtdyld -triple=x86_64-pc-win32 -verify -check=%s %/T/COFF_x86_64.o
 
3
                .text
 
4
        .def     F;
 
5
        .scl    2;
 
6
        .type   32;
 
7
        .endef
 
8
        .globl  __real400921f9f01b866e
 
9
        .section        .rdata,"dr",discard,__real400921f9f01b866e
 
10
        .align  8
 
11
__real400921f9f01b866e:
 
12
        .quad   4614256650576692846     # double 3.1415899999999999
 
13
        .text
 
14
        .globl  F
 
15
        .global inst1
 
16
        .align  16, 0x90
 
17
F:                                      # @F
 
18
.Ltmp0:
 
19
.seh_proc F
 
20
# BB#0:                                 # %entry
 
21
.Ltmp1:
 
22
        .seh_endprologue
 
23
# rtdyld-check: decode_operand(inst1, 4) = __real400921f9f01b866e - next_pc(inst1)
 
24
inst1:
 
25
        movsd   __real400921f9f01b866e(%rip), %xmm0 # xmm0 = mem[0],zero
 
26
        retq
 
27
.Leh_func_end0:
 
28
.Ltmp2:
 
29
        .seh_endproc
 
30
 
 
31