Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp145 inline unsigned getVaVdstBitWidth() { return 4; } in getVaVdstBitWidth() function
1667 return unpackBits(Encoded, getVaVdstBitShift(), getVaVdstBitWidth()); in decodeFieldVaVdst()
1683 return packBits(VaVdst, Encoded, getVaVdstBitShift(), getVaVdstBitWidth()); in encodeFieldVaVdst()