Lines Matching refs:Check
5 ; Check multiplication by 2, which should use shifts.
14 ; Check multiplication by 3.
23 ; Check the high end of the MGHI range.
32 ; Check the next value up, which should use shifts.
41 ; Check the next value up again, which can use MSGFI.
50 ; Check the high end of the MSGFI range.
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.
96 ; Check multiplication by -3.
105 ; Check the lowest useful MGHI value.
114 ; Check the next value down, which should use shifts.
124 ; Check the next value down again, which can use MSGFI.
133 ; Check the lowest useful MSGFI value.
142 ; Check the next value down, which should use shifts.
152 ; Check the next value down again, which cannot use constant multiplication