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 MHI range.
32 ; Check the next value up, which should use shifts.
41 ; Check the next value up again, which can use MSFI.
50 ; Check the high end of the MSFI range.
59 ; Check the next value up, which should use shifts.
68 ; Check the next value up again, which is treated as a negative value.
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 MHI value.
114 ; Check the next value down, which should use shifts.
124 ; Check the next value down again, which can use MSFI.
133 ; Check the lowest useful MSFI value.
142 ; Check the next value down, which should use shifts.
152 ; Check the next value down again, which is treated as a positive value.