Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h33 RRA, RLA, enumerator
DMSP430ISelLowering.cpp1006 Victim = DAG.getNode((Opc == ISD::SHL ? MSP430ISD::RLA : MSP430ISD::RRA), in LowerShifts()
1378 case MSP430ISD::RLA: return "MSP430ISD::RLA"; in getTargetNodeName()
DMSP430InstrInfo.td49 def MSP430rla : SDNode<"MSP430ISD::RLA", SDTIntUnaryOp, []>;
593 // for RLA and RLC aliases below, so disable printing aliases.