Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dint_helper.c1784 #define VSTRI(NAME, ELEM, NUM_ELEMS, LEFT) \ argument
1789 for (i = 0; i < NUM_ELEMS; i++) { \
1790 idx = LEFT ? i : NUM_ELEMS - i - 1; \
1799 for (; i < NUM_ELEMS; i++) { \
1800 idx = LEFT ? i : NUM_ELEMS - i - 1; \