Lines Matching refs:e0
56 stq_u a1, 0(a0) # e0 : store one word
58 addq a0, 8, a0 # e0 :
61 0: stq_u a1, 0(a0) # e0 : store two words
63 stq_u a1, 8(a0) # e0 :
72 mskql a1, t4, t1 # .. e0 :
73 mskqh t0, t4, t0 # e0 :
75 stq_u t0, 0(a0) # e0 :
85 and a1, 0xff, a1 # e0 : zero extend input character
87 sll a1, 8, t0 # e0 : begin replicating the char
89 or t0, a1, a1 # e0 :
91 sll a1, 16, t0 # e0 :
93 or t0, a1, a1 # e0 :
95 sll a1, 32, t0 # e0 :
97 or t0, a1, a1 # e0 : character replication done
102 mskqh a1, a0, t1 # .. e0 :
104 cmpult a2, 8, t2 # e0 : is this a sub-word set?
107 mskql t0, a0, t0 # e0 : we span words. finish this partial
109 addq a0, 8, a0 # e0 :
111 stq_u t0, -8(a0) # e0 :
116 mskql t1, a2, t1 # e0 : entire operation within one word
117 mskql t0, a0, t2 # e0 :
118 mskqh t0, a2, t3 # e0 :
121 stq_u t0, 0(a0) # e0 (stall)