Lines Matching full:y0
87 .macro mul_gf4, x0, x1, y0, y1, t0, t1
88 eor \t0, \y0, \y1
91 and \t1, \x1, \y0
97 .macro mul_gf4_n_gf4, x0, x1, y0, y1, t0, x2, x3, y2, y3, t1
98 eor \t0, \y0, \y1
104 and \x1, \x1, \y0
115 y0, y1, y2, y3, t0, t1, t2, t3
118 mul_gf4 \x0, \x1, \y0, \y1, \t2, \t3
119 eor \y0, \y0, \y2
121 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x2, \x3, \y2, \y3, \t2
128 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x6, \x7, \y2, \y3, \t2
129 eor \y0, \y0, \y2
131 mul_gf4 \x4, \x5, \y0, \y1, \t2, \t3