Lines Matching refs:Opc8
265 unsigned Opc8; in LowerShifts() local
358 Opc8 = AVRISD::ASR; in LowerShifts()
361 Opc8 = AVRISD::ROL; in LowerShifts()
365 Opc8 = AVRISD::ROR; in LowerShifts()
369 Opc8 = AVRISD::LSR; in LowerShifts()
372 Opc8 = AVRISD::LSL; in LowerShifts()
485 Opc8 = AVRISD::LSLHI; in LowerShifts()
492 Opc8 = AVRISD::LSRLO; in LowerShifts()
499 Opc8 = AVRISD::ASRLO; in LowerShifts()
511 Opc8 = AVRISD::LSLHI; in LowerShifts()
518 Opc8 = AVRISD::LSRLO; in LowerShifts()
525 Opc8 = AVRISD::ASRLO; in LowerShifts()
533 Victim = DAG.getNode(Opc8, dl, VT, Victim); in LowerShifts()