Searched refs:cvtDPP (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | VOPInstructions.td | 835 let AsmMatchConverter = !if(P.HasModifiers, "cvtDPP", ""); 908 let AsmMatchConverter = !if(P.HasModifiers, "cvtDPP", "");
|
H A D | VOPCInstructions.td | 1198 let AsmMatchConverter = "cvtDPP";
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1869 void cvtDPP(MCInst &Inst, const OperandVector &Operands, bool IsDPP8 = false); 1871 cvtDPP(Inst, Operands, true); in cvtDPP8() 9298 void AMDGPUAsmParser::cvtDPP(MCInst &Inst, const OperandVector &Operands, bool IsDPP8) { in cvtDPP() function in AMDGPUAsmParser
|