Lines Matching refs:t
29 .macro test_mulxx mulop, comb, s, t, a, b
31 init_reg \comb & 1, \t, \b
33 \mulop\().ll \s, \t
36 \mulop\().lh \s, \t
39 \mulop\().hl \s, \t
42 \mulop\().hh \s, \t
70 .macro test_mulxxx mulop, comb, s, t, a, b, iv, op
72 init_reg \comb & 1, \t, \b
75 \mulop\().ll \s, \t
79 \mulop\().lh \s, \t
83 \mulop\().hl \s, \t
87 \mulop\().hh \s, \t
166 .macro test_mulxxx_ld mulop, ldop, comb, w, x, s, t, a, b, iv, op
168 init_reg \comb & 1, \t, \b
171 \mulop\().ll.\ldop \w, \x, \s, \t
175 \mulop\().lh.\ldop \w, \x, \s, \t
179 \mulop\().hl.\ldop \w, \x, \s, \t
183 \mulop\().hh.\ldop \w, \x, \s, \t