Lines Matching refs:FourByteBuffer
1468 << ((FourByteBuffer & MASK) >> (MASK##_SHIFT)) << '\n'; \
1473 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC1() argument
1483 (FourByteBuffer & COMPUTE_PGM_RSRC1_GRANULATED_WORKITEM_VGPR_COUNT) >> in decodeCOMPUTE_PGM_RSRC1()
1511 (FourByteBuffer & COMPUTE_PGM_RSRC1_GRANULATED_WAVEFRONT_SGPR_COUNT) >> in decodeCOMPUTE_PGM_RSRC1()
1526 if (FourByteBuffer & COMPUTE_PGM_RSRC1_PRIORITY) in decodeCOMPUTE_PGM_RSRC1()
1538 if (FourByteBuffer & COMPUTE_PGM_RSRC1_PRIV) in decodeCOMPUTE_PGM_RSRC1()
1543 if (FourByteBuffer & COMPUTE_PGM_RSRC1_DEBUG_MODE) in decodeCOMPUTE_PGM_RSRC1()
1548 if (FourByteBuffer & COMPUTE_PGM_RSRC1_BULKY) in decodeCOMPUTE_PGM_RSRC1()
1551 if (FourByteBuffer & COMPUTE_PGM_RSRC1_CDBG_USER) in decodeCOMPUTE_PGM_RSRC1()
1556 if (FourByteBuffer & COMPUTE_PGM_RSRC1_RESERVED0) in decodeCOMPUTE_PGM_RSRC1()
1570 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC2() argument
1590 if (FourByteBuffer & COMPUTE_PGM_RSRC2_ENABLE_EXCEPTION_ADDRESS_WATCH) in decodeCOMPUTE_PGM_RSRC2()
1593 if (FourByteBuffer & COMPUTE_PGM_RSRC2_ENABLE_EXCEPTION_MEMORY) in decodeCOMPUTE_PGM_RSRC2()
1596 if (FourByteBuffer & COMPUTE_PGM_RSRC2_GRANULATED_LDS_SIZE) in decodeCOMPUTE_PGM_RSRC2()
1616 if (FourByteBuffer & COMPUTE_PGM_RSRC2_RESERVED0) in decodeCOMPUTE_PGM_RSRC2()
1635 uint32_t FourByteBuffer = 0; in decodeKernelDescriptorDirective() local
1645 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1646 KdStream << Indent << ".amdhsa_group_segment_fixed_size " << FourByteBuffer in decodeKernelDescriptorDirective()
1651 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1653 << FourByteBuffer << '\n'; in decodeKernelDescriptorDirective()
1657 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1659 << FourByteBuffer << '\n'; in decodeKernelDescriptorDirective()
1693 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1694 if (!isGFX10Plus() && FourByteBuffer) { in decodeKernelDescriptorDirective()
1700 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1701 if (decodeCOMPUTE_PGM_RSRC1(FourByteBuffer, KdStream) == in decodeKernelDescriptorDirective()
1708 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
1709 if (decodeCOMPUTE_PGM_RSRC2(FourByteBuffer, KdStream) == in decodeKernelDescriptorDirective()