Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dint_helper.c1387 #define EXTRACT_BIT(avr, i, index) \ macro
1397 if (index < 64 && EXTRACT_BIT(a, i, index)) { in helper_vbpermd()