summaryrefslogtreecommitdiff
path: root/test/torture-s/simd-4.c.s
blob: d7c84bf77a709cc6db60206b84659f9c1bfb5148 (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
	.text
	.file	"/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/simd-4.c"
	.section	.text.main,"ax",@progbits
	.hidden	main
	.globl	main
	.type	main,@function
main:                                   # @main
	.result 	i32
# BB#0:                                 # %entry
	i32.const	$push1=, 0
	i64.const	$push0=, -4294967295
	i64.store	$discard=, s64($pop1), $pop0
	i32.const	$push2=, 0
	return  	$pop2
	.endfunc
.Lfunc_end0:
	.size	main, .Lfunc_end0-main

	.hidden	s64                     # @s64
	.type	s64,@object
	.section	.bss.s64,"aw",@nobits
	.globl	s64
	.p2align	3
s64:
	.int64	0                       # 0x0
	.size	s64, 8


	.ident	"clang version 3.9.0 "