Lines Matching refs:FourByteBuffer

1854 #define GET_FIELD(MASK) (AMDHSA_BITS_GET(FourByteBuffer, MASK))
1867 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC1() argument
1919 if (FourByteBuffer & COMPUTE_PGM_RSRC1_PRIORITY) in decodeCOMPUTE_PGM_RSRC1()
1931 if (FourByteBuffer & COMPUTE_PGM_RSRC1_PRIV) in decodeCOMPUTE_PGM_RSRC1()
1938 if (FourByteBuffer & COMPUTE_PGM_RSRC1_DEBUG_MODE) in decodeCOMPUTE_PGM_RSRC1()
1945 if (FourByteBuffer & COMPUTE_PGM_RSRC1_BULKY) in decodeCOMPUTE_PGM_RSRC1()
1948 if (FourByteBuffer & COMPUTE_PGM_RSRC1_CDBG_USER) in decodeCOMPUTE_PGM_RSRC1()
1955 if (FourByteBuffer & COMPUTE_PGM_RSRC1_GFX6_GFX8_RESERVED0) in decodeCOMPUTE_PGM_RSRC1()
1957 if (FourByteBuffer & COMPUTE_PGM_RSRC1_RESERVED1) in decodeCOMPUTE_PGM_RSRC1()
1960 if (FourByteBuffer & COMPUTE_PGM_RSRC1_GFX6_GFX9_RESERVED2) in decodeCOMPUTE_PGM_RSRC1()
1979 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC2() argument
1999 if (FourByteBuffer & COMPUTE_PGM_RSRC2_ENABLE_EXCEPTION_ADDRESS_WATCH) in decodeCOMPUTE_PGM_RSRC2()
2002 if (FourByteBuffer & COMPUTE_PGM_RSRC2_ENABLE_EXCEPTION_MEMORY) in decodeCOMPUTE_PGM_RSRC2()
2005 if (FourByteBuffer & COMPUTE_PGM_RSRC2_GRANULATED_LDS_SIZE) in decodeCOMPUTE_PGM_RSRC2()
2025 if (FourByteBuffer & COMPUTE_PGM_RSRC2_RESERVED0) in decodeCOMPUTE_PGM_RSRC2()
2033 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC3() argument
2040 if (FourByteBuffer & COMPUTE_PGM_RSRC3_GFX90A_RESERVED0) in decodeCOMPUTE_PGM_RSRC3()
2043 if (FourByteBuffer & COMPUTE_PGM_RSRC3_GFX90A_RESERVED1) in decodeCOMPUTE_PGM_RSRC3()
2057 if (FourByteBuffer & COMPUTE_PGM_RSRC3_GFX12_PLUS_RESERVED0) in decodeCOMPUTE_PGM_RSRC3()
2073 if (FourByteBuffer & COMPUTE_PGM_RSRC3_GFX10_RESERVED1) in decodeCOMPUTE_PGM_RSRC3()
2078 if (FourByteBuffer & COMPUTE_PGM_RSRC3_GFX10_PLUS_RESERVED2) in decodeCOMPUTE_PGM_RSRC3()
2086 if (FourByteBuffer & COMPUTE_PGM_RSRC3_GFX10_GFX11_RESERVED3) in decodeCOMPUTE_PGM_RSRC3()
2091 if (FourByteBuffer & COMPUTE_PGM_RSRC3_GFX10_PLUS_RESERVED4) in decodeCOMPUTE_PGM_RSRC3()
2099 if (FourByteBuffer & COMPUTE_PGM_RSRC3_GFX10_RESERVED5) in decodeCOMPUTE_PGM_RSRC3()
2102 } else if (FourByteBuffer) { in decodeCOMPUTE_PGM_RSRC3()
2122 uint32_t FourByteBuffer = 0; in decodeKernelDescriptorDirective() local
2132 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2133 KdStream << Indent << ".amdhsa_group_segment_fixed_size " << FourByteBuffer in decodeKernelDescriptorDirective()
2138 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2140 << FourByteBuffer << '\n'; in decodeKernelDescriptorDirective()
2144 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2146 << FourByteBuffer << '\n'; in decodeKernelDescriptorDirective()
2177 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2178 return decodeCOMPUTE_PGM_RSRC3(FourByteBuffer, KdStream); in decodeKernelDescriptorDirective()
2181 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2182 return decodeCOMPUTE_PGM_RSRC1(FourByteBuffer, KdStream); in decodeKernelDescriptorDirective()
2185 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2186 return decodeCOMPUTE_PGM_RSRC2(FourByteBuffer, KdStream); in decodeKernelDescriptorDirective()