Searched refs:MandatoryLiteral (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.h | 248 const OpWidthTy Width, unsigned Val, bool MandatoryLiteral = false, 253 const OpWidthTy Width, unsigned Val, bool MandatoryLiteral = false,
|
H A D | AMDGPUDisassembler.cpp | 172 #define DECODE_SrcOp(Name, EncSize, OpWidth, EncImm, MandatoryLiteral, \ argument 180 MandatoryLiteral, ImmWidth)); \ 186 bool MandatoryLiteral, unsigned ImmWidth, in decodeSrcOp() argument 191 return addOperand(Inst, DAsm->decodeSrcOp(OpWidth, EncImm, MandatoryLiteral, in decodeSrcOp() 1521 bool MandatoryLiteral, in decodeSrcOp() argument 1535 return decodeNonVGPRSrcOp(Width, Val & 0xFF, MandatoryLiteral, ImmWidth, in decodeSrcOp() 1541 bool MandatoryLiteral, unsigned ImmWidth, in decodeNonVGPRSrcOp() argument 1566 if (MandatoryLiteral) in decodeNonVGPRSrcOp()
|