	.syntax unified
	.arch armv7-a
	.eabi_attribute 27, 3
	.eabi_attribute 28, 1
	.fpu vfpv3-d16
	.eabi_attribute 20, 1
	.eabi_attribute 21, 1
	.eabi_attribute 23, 3
	.eabi_attribute 24, 1
	.eabi_attribute 25, 1
	.eabi_attribute 26, 2
	.eabi_attribute 30, 6
	.eabi_attribute 34, 1
	.eabi_attribute 18, 4
	.thumb
	.file	"test1.c"
	.text
	.align	2
	.global	main
	.thumb
	.thumb_func
	.type	main, %function
main:
	@ args = 0, pretend = 0, frame = 32
	@ frame_needed = 1, uses_anonymous_args = 0
	push	{r7, lr}
	sub	sp, sp, #32
	add	r7, sp, #0
	str	r0, [r7, #4]
	str	r1, [r7, #0]
	mov	r0, #4194304
	bl	malloc
	mov	r3, r0
	str	r3, [r7, #16]
	mov	r0, #4194304
	bl	malloc
	mov	r3, r0
	str	r3, [r7, #12]
	ldr	r3, [r7, #16]
	str	r3, [r7, #28]
	movs	r3, #0
	str	r3, [r7, #24]
	b	.L2
.L3:
	ldr	r1, [r7, #24]
	movw	r3, #32897
	movt	r3, 32896
	smull	r2, r3, r3, r1
	adds	r3, r3, r1
	asrs	r2, r3, #7
	asrs	r3, r1, #31
	subs	r2, r2, r3
	mov	r3, r2
	lsls	r3, r3, #8
	subs	r3, r3, r2
	subs	r2, r1, r3
	uxtb	r2, r2
	ldr	r3, [r7, #28]
	strb	r2, [r3, #0]
	ldr	r3, [r7, #28]
	adds	r3, r3, #1
	str	r3, [r7, #28]
	ldr	r3, [r7, #24]
	adds	r3, r3, #1
	str	r3, [r7, #24]
.L2:
	ldr	r2, [r7, #24]
	movw	r3, #65535
	movt	r3, 63
	cmp	r2, r3
	ble	.L3
	movs	r3, #0
	str	r3, [r7, #20]
	b	.L4
.L5:
	ldr	r0, [r7, #12]
	ldr	r1, [r7, #16]
	mov	r2, #4194304
	bl	memcpy
	ldr	r3, [r7, #20]
	adds	r3, r3, #1
	str	r3, [r7, #20]
.L4:
	ldr	r2, [r7, #20]
	movw	r3, #999
	cmp	r2, r3
	ble	.L5
	ldr	r0, [r7, #16]
	bl	free
	ldr	r0, [r7, #12]
	bl	free
	movs	r3, #0
	mov	r0, r3
	add	r7, r7, #32
	mov	sp, r7
	pop	{r7, pc}
	.size	main, .-main
	.ident	"GCC: (crosstool-NG linaro-1.13.1-2012.08-20120827 - Linaro GCC 2012.08) 4.7.2 20120731 (prerelease)"
	.section	.note.GNU-stack,"",%progbits
