aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/mppa_k1c/i64_udiv.S
blob: f5f50ce726e5ecf69ff4d7a73a9c056958963229 (plain)
1
2
3
4
5
6
7
8
9
10
11
	.text

	.align 8
	.globl __compcert_i64_udiv
	.type	__compcert_i64_udiv, @function
__compcert_i64_udiv:
	make $r2 = 0
	goto udivmoddi4
	;;
	.size	__compcert_i64_udiv, .-__compcert_i64_udiv
	.ident	"GCC: (GNU) 4.9.4"