Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5933 static const unsigned GPRControlBit[16] = { in emitTransactionBegin() local
5937 Control |= GPRControlBit[15]; in emitTransactionBegin()
5939 Control |= GPRControlBit[11]; in emitTransactionBegin()
5944 if ((Control & GPRControlBit[I]) == 0) { in emitTransactionBegin()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp6955 static const unsigned GPRControlBit[16] = { in emitTransactionBegin() local
6959 Control |= GPRControlBit[15]; in emitTransactionBegin()
6961 Control |= GPRControlBit[11]; in emitTransactionBegin()
6966 if ((Control & GPRControlBit[I]) == 0) { in emitTransactionBegin()