HomeSort by: relevance | last modified time | path
    Searched defs:Lend2 (Results 1 - 9 of 9) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/power/
lshift.asm 49 bdz Lend2 C if just one limb, skip loop
58 Lend2: sle 7,0,6 C compute least significant limb
rshift.asm 47 bdz Lend2 C if just one limb, skip loop
56 Lend2: sre 7,0,6 C compute most significant limb
  /src/external/lgpl3/gmp/dist/mpn/mips64/hilo/
sqr_diagonal.asm 47 beq r6,r0,$Lend2
61 $Lend2: mflo r10
  /src/external/lgpl3/gmp/dist/mpn/alpha/
addmul_1.asm 62 beq r18,$Lend2 C jump if size was == 2
81 $Lend2: mulq r2,r19,r3 C r3 = prod_low
submul_1.asm 62 beq r18,$Lend2 C jump if size was == 2
81 $Lend2: mulq r2,r19,r3 C r3 = prod_low
add_n.asm 53 blt r19,$Lend2 C if less than 4 limbs, goto 2nd loop
132 $Lend2: addq r19,4,r19 C restore loop cnt
sub_n.asm 53 blt r19,$Lend2 C if less than 4 limbs, goto 2nd loop
132 $Lend2: addq r19,4,r19 C restore loop cnt
  /src/external/lgpl3/gmp/dist/mpn/m88k/mc88110/
add_n.S 60 bb1 lt,r12,Lend2
189 bcnd lt0,size,Lend2
201 Lend2: bb0 0,size,Lret2
sub_n.S 60 bb1 lt,r12,Lend2
142 bb1 lt,r12,Lend2
264 bcnd lt0,size,Lend2
276 Lend2: bb0 0,size,Lret2

Completed in 30 milliseconds