Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1572 struct UsedNZCV { struct
1573 bool N = false;
1574 bool Z = false;
1575 bool C = false;
1576 bool V = false;
1580 UsedNZCV &operator|=(const UsedNZCV &UsedFlags) { in operator |=()