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

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