Lines Matching refs:ovf_result
55 int *pred_result, bool *ovf_result) in vacsh() argument
75 *ovf_result = (usr & 1); in vacsh()
153 bool ovf_result; in test_vacsh() local
157 0x0000000000000000LL, &pred_result, &ovf_result); in test_vacsh()
160 check32(ovf_result, false); in test_vacsh()
164 0x000affff000d0000LL, &pred_result, &ovf_result); in test_vacsh()
167 check32(ovf_result, false); in test_vacsh()
171 0x000a0fff000d0000LL, &pred_result, &ovf_result); in test_vacsh()
174 check32(ovf_result, true); in test_vacsh()
178 0x000affff000d0001LL, &pred_result, &ovf_result); in test_vacsh()
181 check32(ovf_result, false); in test_vacsh()