Home
last modified time | relevance | path

Searched defs:ELEM (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dint_helper.c630 #define VCMPNEZ(NAME, ELEM) \ argument
1784 #define VSTRI(NAME, ELEM, NUM_ELEMS, LEFT) \ argument
/openbmc/qemu/target/arm/tcg/
H A Dneon_helper.c1225 #define ELEM(V, N, SIZE) (((V) >> ((N) * (SIZE))) & ((1ull << (SIZE)) - 1)) macro