Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dfpu_helper.c55 uint32_t aSign, bSign, cSign; in f_maddsub_nan_result() local
68 cSign = arg3 >> 31; in f_maddsub_nan_result()
75 cSign ^= 1; in f_maddsub_nan_result()
78 if (aSign ^ bSign ^ cSign) { in f_maddsub_nan_result()