summaryrefslogtreecommitdiff
path: root/test/torture-s/struct-cpy-1.c.s
blob: fc7a750a109c06d7138c24acfc295832a848d401 (plain)
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
42
43
44
45
46
47
48
49
50
	.text
	.file	"/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-cpy-1.c"
	.section	.text.ini,"ax",@progbits
	.hidden	ini
	.globl	ini
	.type	ini,@function
ini:                                    # @ini
# BB#0:                                 # %entry
	i32.const	$push2=, pty+40
	i32.const	$push1=, 0
	i32.const	$push0=, 44
	i32.call	$discard=, memset@FUNCTION, $pop2, $pop1, $pop0
	i32.const	$push6=, 0
	i64.const	$push3=, 8589934593
	i64.store	$discard=, pty+40($pop6), $pop3
	i32.const	$push5=, 0
	i64.const	$push4=, 17179869187
	i64.store	$discard=, pty+48($pop5), $pop4
	return
	.endfunc
.Lfunc_end0:
	.size	ini, .Lfunc_end0-ini

	.section	.text.main,"ax",@progbits
	.hidden	main
	.globl	main
	.type	main,@function
main:                                   # @main
	.result 	i32
# BB#0:                                 # %entry
	i32.const	$push2=, pty+40
	i32.const	$push1=, 0
	i32.const	$push0=, 44
	i32.call	$discard=, memset@FUNCTION, $pop2, $pop1, $pop0
	i32.const	$push7=, 0
	i64.const	$push3=, 8589934593
	i64.store	$discard=, pty+40($pop7), $pop3
	i32.const	$push6=, 0
	i64.const	$push4=, 17179869187
	i64.store	$discard=, pty+48($pop6), $pop4
	i32.const	$push5=, 0
	return  	$pop5
	.endfunc
.Lfunc_end1:
	.size	main, .Lfunc_end1-main

	.type	pty,@object             # @pty
	.lcomm	pty,88,3

	.ident	"clang version 3.9.0 "