Lines Matching refs:a1
56 stq_u a1, 0(a0) # e0 : store one word
61 0: stq_u a1, 0(a0) # e0 : store two words
63 stq_u a1, 8(a0) # e0 :
72 mskql a1, t4, t1 # .. 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 :