Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dint128.h82 static inline Int128 int128_xor(Int128 a, Int128 b) in int128_xor() function
314 static inline Int128 int128_xor(Int128 a, Int128 b) in int128_xor() function
/qemu/target/s390x/tcg/
H A Dvec_int_helper.c245 r = int128_xor(clmul_64(q2[0], q3[0]), clmul_64(q2[1], q3[1])); in HELPER()
257 r = int128_xor(clmul_64(q2[0], q3[0]), clmul_64(q2[1], q3[1])); in HELPER()
/qemu/target/ppc/
H A Dint_helper.c1460 r->s128 = int128_xor(e, o); in helper_VPMSUMD()