Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8011 static const unsigned GPRControlBit[16] = { in emitTransactionBegin() local
8015 Control |= GPRControlBit[15]; in emitTransactionBegin()
8017 Control |= GPRControlBit[11]; in emitTransactionBegin()
8022 if ((Control & GPRControlBit[I]) == 0) { in emitTransactionBegin()