Searched refs:ImmLitIdx (Results 1 – 2 of 2) sorted by relevance
205 void convertFMAanyK(MCInst &MI, int ImmLitIdx) const;
741 int ImmLitIdx = in getInstruction() local744 if (ImmLitIdx != -1 && !IsSOPK) in getInstruction()745 convertFMAanyK(MI, ImmLitIdx); in getInstruction()1141 void AMDGPUDisassembler::convertFMAanyK(MCInst &MI, int ImmLitIdx) const { in convertFMAanyK()