Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMFastISel.cpp2767 unsigned LSLOpc = isThumb2 ? ARM::tLSLri : ARM::MOVsi; in ARMEmitIntExt() local
2786 unsigned Opcode = isLsl ? LSLOpc : Opc; in ARMEmitIntExt()