Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2705 unsigned LSLOpc = isThumb2 ? ARM::tLSLri : ARM::MOVsi; in ARMEmitIntExt() local
2724 unsigned Opcode = isLsl ? LSLOpc : Opc; in ARMEmitIntExt()