Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp7699 static const unsigned GPRControlBit[16] = { in emitTransactionBegin() local
7703 Control |= GPRControlBit[15]; in emitTransactionBegin()
7705 Control |= GPRControlBit[11]; in emitTransactionBegin()
7710 if ((Control & GPRControlBit[I]) == 0) { in emitTransactionBegin()