Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h100 MCOperand decodeOperand_VSrc16(unsigned Val) const;
H A DAMDGPUDisassembler.cpp147 static DecodeStatus decodeOperand_VSrc16(MCInst &Inst, in DECODE_OPERAND_REG()
152 return addOperand(Inst, DAsm->decodeOperand_VSrc16(Imm)); in DECODE_OPERAND_REG()
176 return addOperand(Inst, DAsm->decodeOperand_VSrc16(Imm)); in decodeOperand_VS_16()
900 MCOperand AMDGPUDisassembler::decodeOperand_VSrc16(unsigned Val) const { in decodeOperand_VSrc16() function in AMDGPUDisassembler
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td910 let DecoderMethod = "decodeOperand_VSrc16";