Lines Matching refs:which
1 ; Test 64-bit multiplication in which the second operand is constant.
5 ; Check multiplication by 2, which should use shifts.
32 ; Check the next value up, which should use shifts.
41 ; Check the next value up again, which can use MSGFI.
59 ; Check the next value up, which should use shifts.
68 ; Check the next value up again, which cannot use a constant multiplicatoin.
77 ; Check multiplication by -1, which is a negation.
86 ; Check multiplication by -2, which should use shifts.
114 ; Check the next value down, which should use shifts.
124 ; Check the next value down again, which can use MSGFI.
142 ; Check the next value down, which should use shifts.
152 ; Check the next value down again, which cannot use constant multiplication