Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1540 bool UseWReg = Bit < 32; in emitTestBit() local
1541 unsigned NecessarySize = UseWReg ? 32 : 64; in emitTestBit()
1544 TestReg, UseWReg ? AArch64::GPR32RegClass : AArch64::GPR64RegClass, in emitTestBit()
1549 unsigned Opc = OpcTable[UseWReg][IsNegative]; in emitTestBit()