Home
last modified time | relevance | path

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

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