File: COFF_x86_64.s

package info (click to toggle)
llvm-toolchain-9 1%3A9.0.1-16
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 882,436 kB
  • sloc: cpp: 4,167,636; ansic: 714,256; asm: 457,610; python: 155,927; objc: 65,094; sh: 42,856; lisp: 26,908; perl: 7,786; pascal: 7,722; makefile: 6,881; ml: 5,581; awk: 3,648; cs: 2,027; xml: 888; javascript: 381; ruby: 156
file content (41 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# RUN: rm -rf %t && mkdir -p %t
# RUN: llvm-mc -triple=x86_64-pc-win32 -filetype=obj -o %t/COFF_x86_64.o %s
# RUN: llvm-rtdyld -triple=x86_64-pc-win32 -verify -check=%s %t/COFF_x86_64.o
        	.text
	.def	 F;
	.scl	2;
	.type	32;
	.endef
	.globl	__real400921f9f01b866e
	.section	.rdata,"dr",discard,__real400921f9f01b866e
	.align	8
__real400921f9f01b866e:
	.quad	4614256650576692846     # double 3.1415899999999999
	.text
	.globl	F
        .global inst1
	.align	16, 0x90
F:                                      # @F
.Ltmp0:
.seh_proc F
# %bb.0:                                # %entry
.Ltmp1:
	.seh_endprologue
# rtdyld-check: decode_operand(inst1, 4) = __real400921f9f01b866e - next_pc(inst1)
inst1:
	movsd	__real400921f9f01b866e(%rip), %xmm0 # xmm0 = mem[0],zero
	retq
.Leh_func_end0:
.Ltmp2:
	.seh_endproc

        .data
	.globl  x                       # @x
# rtdyld-check: *{8}x = F
x:
	.quad	F

# Make sure the JIT doesn't bail out on BSS sections.
        .bss
bss_check:
        .fill 8, 1, 0