Home
last modified time | relevance | path

Searched refs:ovf_result (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/tcg/hexagon/
H A Dmulti_result.c55 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()
[all …]
H A Doverflow.c31 static int32_t satub(int32_t src, int32_t *p, bool *ovf_result) in satub() argument
55 *ovf_result = (usr & 1); in satub()