Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1715 bool Is8Bit = MI->getOpcode() == ARM::tTBB_JT; in emitInstruction() local
1721 if (!Is8Bit) in emitInstruction()
1754 unsigned Opc = Is8Bit ? ARM::tLDRBi : ARM::tLDRHi; in emitInstruction()
1758 .addImm(Is8Bit ? 4 : 2) in emitInstruction()
1768 unsigned Opc = Is8Bit ? ARM::tLDRBr : ARM::tLDRHr; in emitInstruction()