Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIInstrInfo.cpp792 MachineOperand *Src1Mods in commuteInstruction() local
796 if (!Src1Mods && Src0ModsVal != 0) in commuteInstruction()
801 int Src1ModsVal = Src1Mods->getImm(); in commuteInstruction()
804 Src1Mods->setImm(Src0ModsVal); in commuteInstruction()