Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp9185 static const unsigned GPRControlBit[16] = { in emitTransactionBegin() local
9189 Control |= GPRControlBit[15]; in emitTransactionBegin()
9191 Control |= GPRControlBit[11]; in emitTransactionBegin()
9196 if ((Control & GPRControlBit[I]) == 0) { in emitTransactionBegin()