Lines Matching refs:FourByteBuffer

1763              << ((FourByteBuffer & MASK) >> (MASK##_SHIFT)) << '\n';           \
1768 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC1() argument
1778 (FourByteBuffer & COMPUTE_PGM_RSRC1_GRANULATED_WORKITEM_VGPR_COUNT) >> in decodeCOMPUTE_PGM_RSRC1()
1806 (FourByteBuffer & COMPUTE_PGM_RSRC1_GRANULATED_WAVEFRONT_SGPR_COUNT) >> in decodeCOMPUTE_PGM_RSRC1()
1821 if (FourByteBuffer & COMPUTE_PGM_RSRC1_PRIORITY) in decodeCOMPUTE_PGM_RSRC1()
1833 if (FourByteBuffer & COMPUTE_PGM_RSRC1_PRIV) in decodeCOMPUTE_PGM_RSRC1()
1838 if (FourByteBuffer & COMPUTE_PGM_RSRC1_DEBUG_MODE) in decodeCOMPUTE_PGM_RSRC1()
1843 if (FourByteBuffer & COMPUTE_PGM_RSRC1_BULKY) in decodeCOMPUTE_PGM_RSRC1()
1846 if (FourByteBuffer & COMPUTE_PGM_RSRC1_CDBG_USER) in decodeCOMPUTE_PGM_RSRC1()
1851 if (FourByteBuffer & COMPUTE_PGM_RSRC1_RESERVED0) in decodeCOMPUTE_PGM_RSRC1()
1865 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC2() argument
1885 if (FourByteBuffer & COMPUTE_PGM_RSRC2_ENABLE_EXCEPTION_ADDRESS_WATCH) in decodeCOMPUTE_PGM_RSRC2()
1888 if (FourByteBuffer & COMPUTE_PGM_RSRC2_ENABLE_EXCEPTION_MEMORY) in decodeCOMPUTE_PGM_RSRC2()
1891 if (FourByteBuffer & COMPUTE_PGM_RSRC2_GRANULATED_LDS_SIZE) in decodeCOMPUTE_PGM_RSRC2()
1911 if (FourByteBuffer & COMPUTE_PGM_RSRC2_RESERVED0) in decodeCOMPUTE_PGM_RSRC2()
1930 uint32_t FourByteBuffer = 0; in decodeKernelDescriptorDirective() local
1940 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1941 KdStream << Indent << ".amdhsa_group_segment_fixed_size " << FourByteBuffer in decodeKernelDescriptorDirective()
1946 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1948 << FourByteBuffer << '\n'; in decodeKernelDescriptorDirective()
1952 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1954 << FourByteBuffer << '\n'; in decodeKernelDescriptorDirective()
1988 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1989 if (!isGFX10Plus() && FourByteBuffer) { in decodeKernelDescriptorDirective()
1995 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1996 if (decodeCOMPUTE_PGM_RSRC1(FourByteBuffer, KdStream) == in decodeKernelDescriptorDirective()
2003 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2004 if (decodeCOMPUTE_PGM_RSRC2(FourByteBuffer, KdStream) == in decodeKernelDescriptorDirective()