Home
last modified time | relevance | path

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

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/tcg/hexagon/
H A Dmulti_result.c49 int *pred_result, int *ovf_result) in vacsh() argument
69 *ovf_result = (usr & 1); in vacsh()
174 int ovf_result; in test_vacsh() local
178 0x0000000000000000LL, &pred_result, &ovf_result); in test_vacsh()
181 check(ovf_result, 0); in test_vacsh()
185 0x000affff000d0000LL, &pred_result, &ovf_result); in test_vacsh()
188 check(ovf_result, 0); in test_vacsh()
192 0x000a0fff000d0000LL, &pred_result, &ovf_result); in test_vacsh()
195 check(ovf_result, 1); in test_vacsh()
199 0x000affff000d0001LL, &pred_result, &ovf_result); in test_vacsh()
[all …]
/dports/emulators/qemu/qemu-6.2.0/tests/tcg/hexagon/
H A Dmulti_result.c49 int *pred_result, int *ovf_result) in vacsh() argument
69 *ovf_result = (usr & 1); in vacsh()
174 int ovf_result; in test_vacsh() local
178 0x0000000000000000LL, &pred_result, &ovf_result); in test_vacsh()
181 check(ovf_result, 0); in test_vacsh()
185 0x000affff000d0000LL, &pred_result, &ovf_result); in test_vacsh()
188 check(ovf_result, 0); in test_vacsh()
192 0x000a0fff000d0000LL, &pred_result, &ovf_result); in test_vacsh()
195 check(ovf_result, 1); in test_vacsh()
199 0x000affff000d0001LL, &pred_result, &ovf_result); in test_vacsh()
[all …]
H A Doverflow.c40 static int satub(int src, int *p, int *ovf_result) in satub() argument
64 *ovf_result = (usr & 1); in satub()
/dports/devel/py-numba/numba-0.51.2/numba/core/typing/
H A Dtemplates.py710 ovf_result = self._overload_func(*args, **kws)
711 if ovf_result is None:
715 elif isinstance(ovf_result, tuple):
718 sig, pyfunc = ovf_result
724 pyfunc = ovf_result