Lines Matching +full:3 +full:l
19 * L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1
36 * (we can't hide the 3-cycle latency of the unpkbw in the 6-instruction sequence)
47 * add the 3 low ushorts together, generating a uint
64 ldq_u $0,0($16) # L : Latency: 3
66 ldq_u $1,8($16) # L : Latency: 3
67 sll $19,8,$7 # U : U L U L : 0x00000000 00aabb00
70 ldq_u $5,15($16) # L : Latency: 3
72 ldq_u $2,0($17) # L : U L U L : Latency: 3
76 ldq_u $3,8($17) # L : Latency: 3
77 sll $19,24,$19 # U : U U L U : 0x000000aa bb000000
80 ldq_u $23,15($17) # L : Latency: 3
81 inswl $18,3,$18 # U : 000000CCDD000000
82 addl $19,$7,$19 # E : U L U L : <sign bits>bbaabb00
87 extqh $5,$6,$5 # U : L U L U
92 extqh $3,$6,$22 # U : L U L U :
95 extql $3,$6,$3 # U :
97 extqh $23,$6,$23 # U : L U L U :
102 or $3,$23,$3 # E : U L U L : 2nd dst word complete
107 zap $4,0xa,$4 # U : U U L L : 0000000000CC00AA
112 addq $20,$2,$20 # E : U L U L
115 addq $20,$3,$20 # E :
116 cmpult $20,$3,$3 # E : (1 cycle stall on $20)
117 addq $20,$18,$20 # E : U L U L (1 cycle stall on $20)
122 addq $2,$3,$2 # E :
127 addq $20,$18,$20 # E : U L U L :
133 srl $0,32,$0 # U : U L U L : (1 cycle stall on $0)
137 zapnot $1,3,$0 # U : ushort[0] (1 cycle stall on $1)
141 addq $0,$1,$3 # E : Finished generating uint
143 extwl $3,2,$1 # U : ushort[1] (1 cycle stall on $3)
144 nop # E : L U L U
146 addq $1,$3,$0 # E : Final carry
148 zapnot $4,3,$0 # U : clear upper garbage bits
150 ret # L0 : L U L U