/src/sys/arch/hppa/spmath/ |
impys.S | 98 sh4n: shd pu,pl,4,pl ; shift product right 4 bits label 113 b sh4n+4 ; just shift partial 118 addb,tr op1,pu,sh4n+4 ; add op1 to product, to shift 123 addb,tr op1,pu,sh4n ; add 2*op1, to shift 128 addb,tr op1,pu,sh4n-4 ; add op1 & 2*op1, shift
|
impyu.S | 115 sh4n: shd pu,pl,4,pl ; shift product right 4 bits label 130 b sh4n+4 ; just shift partial 135 addb,tr op1,pu,sh4n+4 ; add op1 to product, to shift 140 addb,tr op1,pu,sh4n ; add 2*op1, to shift 145 addb,tr op1,pu,sh4n-4 ; add op1 & 2*op1, shift
|
impys.S | 98 sh4n: shd pu,pl,4,pl ; shift product right 4 bits label 113 b sh4n+4 ; just shift partial 118 addb,tr op1,pu,sh4n+4 ; add op1 to product, to shift 123 addb,tr op1,pu,sh4n ; add 2*op1, to shift 128 addb,tr op1,pu,sh4n-4 ; add op1 & 2*op1, shift
|
impyu.S | 115 sh4n: shd pu,pl,4,pl ; shift product right 4 bits label 130 b sh4n+4 ; just shift partial 135 addb,tr op1,pu,sh4n+4 ; add op1 to product, to shift 140 addb,tr op1,pu,sh4n ; add 2*op1, to shift 145 addb,tr op1,pu,sh4n-4 ; add op1 & 2*op1, shift
|