Searched refs:cvtDPP (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | VOPInstructions.td | 793 let AsmMatchConverter = !if(P.HasModifiers, "cvtDPP", ""); 864 let AsmMatchConverter = !if(P.HasModifiers, "cvtDPP", "");
|
| D | VOPCInstructions.td | 1166 let AsmMatchConverter = "cvtDPP";
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
| D | AMDGPUAsmParser.cpp | 1785 void cvtDPP(MCInst &Inst, const OperandVector &Operands, bool IsDPP8 = false); 1787 cvtDPP(Inst, Operands, true); in cvtDPP8() 8793 void AMDGPUAsmParser::cvtDPP(MCInst &Inst, const OperandVector &Operands, bool IsDPP8) { in cvtDPP() function in AMDGPUAsmParser
|