Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dint_helper.c1381 #define VBPERMQ_DW(index) (((index) & 0x40) != 0) macro
1385 #define VBPERMQ_DW(index) (((index) & 0x40) == 0)
1415 if (a->u64[VBPERMQ_DW(index)] & mask) { in helper_vbpermq()
1426 #undef VBPERMQ_DW