Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1470 << ((FourByteBuffer & MASK) >> (MASK##_SHIFT)) << '\n'; \
1475 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC1() argument
1485 (FourByteBuffer & COMPUTE_PGM_RSRC1_GRANULATED_WORKITEM_VGPR_COUNT) >> in decodeCOMPUTE_PGM_RSRC1()
1513 (FourByteBuffer & COMPUTE_PGM_RSRC1_GRANULATED_WAVEFRONT_SGPR_COUNT) >> in decodeCOMPUTE_PGM_RSRC1()
1528 if (FourByteBuffer & COMPUTE_PGM_RSRC1_PRIORITY) in decodeCOMPUTE_PGM_RSRC1()
1540 if (FourByteBuffer & COMPUTE_PGM_RSRC1_PRIV) in decodeCOMPUTE_PGM_RSRC1()
1545 if (FourByteBuffer & COMPUTE_PGM_RSRC1_DEBUG_MODE) in decodeCOMPUTE_PGM_RSRC1()
1550 if (FourByteBuffer & COMPUTE_PGM_RSRC1_BULKY) in decodeCOMPUTE_PGM_RSRC1()
1553 if (FourByteBuffer & COMPUTE_PGM_RSRC1_CDBG_USER) in decodeCOMPUTE_PGM_RSRC1()
1558 if (FourByteBuffer & COMPUTE_PGM_RSRC1_RESERVED0) in decodeCOMPUTE_PGM_RSRC1()
[all …]
H A DAMDGPUDisassembler.h80 DecodeStatus decodeCOMPUTE_PGM_RSRC1(uint32_t FourByteBuffer,
87 DecodeStatus decodeCOMPUTE_PGM_RSRC2(uint32_t FourByteBuffer,