Home
last modified time | relevance | path

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

/qemu/target/hexagon/imported/
H A Dmacros.def235 /* Opposite signs, OK */
247 /* signs did not mismatch, OK */
/qemu/fpu/
H A Dsoftfloat-parts.c.inc1584 /* For differing signs, the negative operand is less. */
/qemu/target/loongarch/tcg/
H A Dvec_helper.c3118 uint64_t signs = ones << (bits - 1); in do_match2() local
3126 return (cmp0 | cmp1) & signs; in do_match2()
/qemu/target/arm/tcg/
H A Dsve_helper.c7374 uint64_t signs = ones << (bits - 1); in do_match2() local
7382 return (cmp0 | cmp1) & signs; in do_match2()
/qemu/tests/tcg/i386/
H A Dx86.csv116 # they are listed separated by plus signs, as in PCLMULQDQ+AVX.