reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 6304   const int Opc = Inst.getOpcode();
 6309   cvtVOP3(Inst, Operands, OptIdx);
 6313     Inst.addOperand(Inst.getOperand(0));
 6313     Inst.addOperand(Inst.getOperand(0));
 6319   addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyOpSel);
 6324     addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyOpSelHi,
 6331     addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyNegLo);
 6332     addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyNegHi);
 6344   unsigned OpSel = Inst.getOperand(OpSelIdx).getImm();
 6350     OpSelHi = Inst.getOperand(OpSelHiIdx).getImm();
 6355     NegLo = Inst.getOperand(NegLoIdx).getImm();
 6356     NegHi = Inst.getOperand(NegHiIdx).getImm();
 6380     Inst.getOperand(ModIdx).setImm(Inst.getOperand(ModIdx).getImm() | ModVal);
 6380     Inst.getOperand(ModIdx).setImm(Inst.getOperand(ModIdx).getImm() | ModVal);