Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1604 bool UseWReg = Bit < 32; in emitTestBit() local
1605 unsigned NecessarySize = UseWReg ? 32 : 64; in emitTestBit()
1608 TestReg, UseWReg ? AArch64::GPR32RegClass : AArch64::GPR64RegClass, in emitTestBit()
1613 unsigned Opc = OpcTable[UseWReg][IsNegative]; in emitTestBit()