Searched refs:LSRWN (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 45 LSRWN, ///< Word logical shift right N bits. enumerator
|
| H A D | AVRISelLowering.cpp | 471 Victim = DAG.getNode(AVRISD::LSRWN, dl, VT, Victim, in LowerShifts() 488 Victim = DAG.getNode(AVRISD::LSRWN, dl, VT, Victim, in LowerShifts() 514 Victim = DAG.getNode(AVRISD::LSRWN, dl, VT, Victim, in LowerShifts()
|
| H A D | AVRInstrInfo.td | 70 def AVRlsrwn : SDNode<"AVRISD::LSRWN", SDTIntBinOp>;
|