Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A D083.out2 === Check disconnect before neg1 ===
6 === Check disconnect after neg1 ===
10 === Check disconnect 8 neg1 ===
14 === Check disconnect 16 neg1 ===
111 === Check disconnect before neg1 ===
115 === Check disconnect after neg1 ===
119 === Check disconnect 8 neg1 ===
123 === Check disconnect 16 neg1 ===
H A D083113 for event in neg1 "export" neg2 request reply data; do
120 neg1)
/openbmc/qemu/target/ppc/
H A Dint_helper.c1133 Int128 neg1 = int128_makes64(-1); in helper_VDIVSQ() local
1136 (int128_ne(a->s128, int128_min) || int128_ne(b->s128, neg1)))) { in helper_VDIVSQ()
1189 Int128 neg1 = int128_makes64(-1); in helper_VDIVESQ() local
1194 (int128_eq(b->s128, neg1) && int128_eq(high, int128_min)))) { in helper_VDIVESQ()
1218 Int128 neg1 = int128_makes64(-1); in helper_VMODSQ() local
1221 (int128_ne(a->s128, int128_min) || int128_ne(b->s128, neg1)))) { in helper_VMODSQ()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4735 uint16_t neg1, uint16_t neg3) in DO_ZPZ_FP()
4747 e1 = *(uint16_t *)(vn + H1_2(i)) ^ neg1; in DO_ZPZ_FP()
4783 uint32_t neg1, uint32_t neg3) in do_fmla_zpzzz_s() argument
4795 e1 = *(uint32_t *)(vn + H1_4(i)) ^ neg1; in do_fmla_zpzzz_s()
4831 uint64_t neg1, uint64_t neg3) in do_fmla_zpzzz_d() argument
4843 e1 = *(uint64_t *)(vn + i) ^ neg1; in do_fmla_zpzzz_d()