Searched refs:addr64 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_capability.c153 agp_info->addr64 = (agp_status & 0x0020) != 0;
/xsrc/external/mit/libpciaccess/dist/include/
H A Dpciaccess.h435 unsigned int addr64:1; member in struct:pci_agp_info
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_assembler.cpp387 assert(!mubuf.addr64 || ctx.chip_class <= GFX7);
389 encoding |= (mubuf.addr64 ? 1 : 0) << 15;
H A Daco_print_ir.cpp372 if (mubuf.addr64)
373 fprintf(output, " addr64");
H A Daco_ir.h1526 bool addr64 : 1; /* SI, CIK: Address size is 64-bit */ member in struct:aco::MUBUF_instruction
H A Daco_instruction_selection.cpp4146 mubuf->addr64 = offset.type() == RegType::vgpr;
4570 /* idxen*/ false, /* addr64 */ false, /* disable_wqm */ false, /* glc */ true,
6818 mubuf->addr64 = addr.type() == RegType::vgpr;
6989 mubuf->addr64 = addr.type() == RegType::vgpr;
8023 load->addr64 = true;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst3188 - aco: add new addr64 bit to MUBUF instructions on GFX6-GFX7

Completed in 34 milliseconds