Plan 9 from Bell Labs’s /n/sources/plan9/sys/src/libc/mips/vlop.s

Copyright © 2009 Alcatel-Lucent.
Distributed under the Lucent Public License version 1.02.
Download the Plan 9 distribution.


TEXT	_mulv(SB), $0
	MOVW	8(FP), R2
	MOVW	4(FP), R3
	MOVW	16(FP), R4
	MOVW	12(FP), R5
	MULU	R4, R2
	MOVW	LO, R6
	MOVW	HI, R7
	MULU	R3, R4
	MOVW	LO, R8
	ADDU	R8, R7
	MULU	R2, R5
	MOVW	LO, R8
	ADDU	R8, R7
	MOVW	R6, 4(R1)
	MOVW	R7, 0(R1)
	RET

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2009 Alcatel-Lucent. All Rights Reserved.
Comments to webmaster@plan9.bell-labs.com.