Home | History | Annotate | Download | only in asm

Lines Matching refs:ret1

7 ; in %ret0 and %ret1 vs just %ret0 as is done in 64-bit
48 ; return values ; r28,r29 (ret0,ret1)
144 COPY %r0,%ret1 ; return 0 by default
220 ADD %ret1,lt_0,lt_0 ; lt[0] = lt[0] + c;
231 ADD,DC ht_1,%r0,%ret1 ; ht[1]++
271 ADD %ret1,tmp_0,lt_0 ; lt = lt + c;
274 ADD,DC ht_0,%r0,%ret1 ; ht++
280 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
314 COPY %r0,%ret1 ; return 0 by default
386 ADD %ret1,lt_0,lt_0 ; lt = lt + c (ret1);
394 COPY ht_1,%ret1 ; carry = ht
433 ADD %ret1,lt_0,lt_0 ; lt = lt + c;
436 COPY ht_0,%ret1 ; copy carry
441 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
596 COPY %r0,%ret1 ; return 0 by default
610 ADD t,%ret1,t ; t = t+c;
611 ADD,DC %r0,%r0,%ret1 ; set c to carry
613 ADD,DC %ret1,%r0,%ret1 ; c+= carry
618 ADD t,%ret1,t ; t = t+c;
619 ADD,DC %r0,%r0,%ret1 ; set c to carry
621 ADD,DC %ret1,%r0,%ret1 ; c+= carry
637 ADD t,%ret1,t ; t = t+c;
638 ADD,DC %r0,%r0,%ret1 ; set c to carry (could use CMPCLR??)
640 ADD,DC %ret1,%r0,%ret1 ; c+= carry
646 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
672 COPY %r0,%ret1 ; return 0 by default
687 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
693 COPY sub_tmp2,%ret1
699 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
704 COPY sub_tmp2,%ret1
720 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
725 COPY sub_tmp2,%ret1
732 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1