Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5612 static const unsigned GPRControlBit[16] = { in emitTransactionBegin() local
5616 Control |= GPRControlBit[15]; in emitTransactionBegin()
5618 Control |= GPRControlBit[11]; in emitTransactionBegin()
5623 if ((Control & GPRControlBit[I]) == 0) { in emitTransactionBegin()