Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dop_helper.c315 int64_t result0, result1; in helper_addr_h_ssov() local
321 result0 = r2_low + mul_res0 + 0x8000; in helper_addr_h_ssov()
324 avf0 = result0 * 2u; in helper_addr_h_ssov()
325 avf0 = result0 ^ avf0; in helper_addr_h_ssov()
329 if (result0 > INT32_MAX) { in helper_addr_h_ssov()
331 result0 = INT32_MAX; in helper_addr_h_ssov()
332 } else if (result0 < INT32_MIN) { in helper_addr_h_ssov()
334 result0 = INT32_MIN; in helper_addr_h_ssov()
351 return (result1 & 0xffff0000ULL) | ((result0 >> 16) & 0xffffULL); in helper_addr_h_ssov()
361 int64_t result0, result1; in helper_addsur_h_ssov() local
[all …]
/openbmc/linux/drivers/memory/tegra/
H A Dtegra20.c485 unsigned int *result0, in tegra20_mc_stat_events() argument
507 *result0 = stat.gather0.result; in tegra20_mc_stat_events()