Home | History | Annotate | Download | only in arch-mips

Lines Matching refs:v0

44 	srl	$v0,$t2,$t1
46 andi $t4,$v0,0x1
47 srl $v0,$v0,1 /* scale to 16.16 */
48 addu $v0,$v0,$t4 /* round-to-nearest */
49 subu $t2,$zero,$v0
50 movn $v0,$t2,$t0 /* if negative? */
52 movz $v0,$zero,$t1
53 movz $v0,$zero,$t3 /* t3=0 then res=0 */
57 and $v0,$a0,$t1 /* keep only the sign bit */
59 movz $v0,$t1,$t0 /* positive, maximum value */