Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1380 bool UseWReg = Bit < 32; in emitTestBit() local
1381 unsigned NecessarySize = UseWReg ? 32 : 64; in emitTestBit()
1384 TestReg, UseWReg ? AArch64::GPR32RegClass : AArch64::GPR64RegClass, in emitTestBit()
1389 unsigned Opc = OpcTable[UseWReg][IsNegative]; in emitTestBit()