| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | Makefile.sources | 69 rasterizer/common/simdlib_128_avx.inl \ 70 rasterizer/common/simdlib_128_avx2.inl \ 71 rasterizer/common/simdlib_128_avx512.inl \ 72 rasterizer/common/simdlib_128_avx512_core.inl \ 73 rasterizer/common/simdlib_128_avx512_knights.inl \ 74 rasterizer/common/simdlib_256_avx.inl \ 75 rasterizer/common/simdlib_256_avx2.inl \ 76 rasterizer/common/simdlib_256_avx512.inl \ 77 rasterizer/common/simdlib_256_avx512_core.inl \ 78 rasterizer/common/simdlib_256_avx512_knights.inl \ [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/ |
| H A D | sun_inout.s | 30 / Purpose: Provide inb(), inw(), inl(), outb(), outw(), outl() functions 39 / extern unsigned long inl(int port); 50 .globl inl 80 / unsigned long inl(int port); 83 inl: label 85 inl (%dx) 87 .type inl,@function 88 .size inl,.-inl
|
| H A D | solaris-amd64.S | 44 FUNCTION_START(inl,4) 47 inl (%dx) 48 FUNCTION_END(inl)
|
| H A D | solaris-ia32.S | 44 FUNCTION_START(inl,4) 47 inl (%dx) 48 FUNCTION_END(inl)
|
| H A D | solaris-sparcv8plus.S | 69 FUNCTION_START(inl, 0) 71 FUNCTION_END(inl)
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/ |
| H A D | sun_inout.s | 30 / Purpose: Provide inb(), inw(), inl(), outb(), outw(), outl() functions 39 / extern unsigned long inl(int port); 50 .globl inl 80 / unsigned long inl(int port); 83 inl: label 85 inl (%dx) 87 .type inl,@function 88 .size inl,.-inl
|
| H A D | solaris-amd64.S | 44 FUNCTION_START(inl,4) 47 inl (%dx) 48 FUNCTION_END(inl)
|
| H A D | solaris-ia32.S | 44 FUNCTION_START(inl,4) 47 inl (%dx) 48 FUNCTION_END(inl)
|
| H A D | solaris-sparcv8plus.S | 69 FUNCTION_START(inl, 0) 71 FUNCTION_END(inl)
|
| /xsrc/external/mit/xf86-video-chips/dist/util/ |
| H A D | AsmMacros.h | 64 #undef inl 70 #define inl _inl macro 115 inl(unsigned long port) function in typeref:typename:unsigned int 166 inl(short port) function in typeref:typename:unsigned int 182 extern u_int32_t inl(u_int32_t port); 225 inl(short port) function in typeref:typename:unsigned int 228 __asm__ __volatile__("inl %1,%0" : 275 inl(short port) function in typeref:typename:unsigned int 316 /* ... but I've no idea if the same is true for inl & outl */ 322 u32_t inl(U16_ [all...] |
| H A D | dRegs.c | 183 printf("0x46E8\t0x%8X\n",inl(0x46E8)); 184 printf("0x4AE8\t0x%8X\n",inl(0x4AE8)); 185 printf("0x102\t0x%8X\n",inl(0x102)); 186 printf("0x103\t0x%8X\n",inl(0x103));
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | geode_ddc.c | 115 unsigned long dat = inl(iobase + GPIO_IN); 140 if ((inl(ddciobase + GPIO_IN_AUX1) & DDC_CLK_HIGH) || 141 (inl(ddciobase + GPIO_OUT_AUX1) & DDC_DATA_HIGH)) {
|
| H A D | durango.c | 102 #define IND(port) inl(port) 131 return inl(port);
|
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | vos.h | 37 #define /*vu32*/ verite_in32(/*unsigned long*/ io_base) ((vu32)inl(io_base))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | xf86x86emu.c | 54 .inl = x_inl,
|
| /xsrc/external/mit/xf86-video-i128/dist/src/ |
| H A D | i128_driver.c | 652 pI128->io.rbase_g = inl(iobase) & 0xFFFFFF00; 653 pI128->io.rbase_w = inl(iobase + 0x04) & 0xFFFFFF00; 654 pI128->io.rbase_a = inl(iobase + 0x08) & 0xFFFFFF00; 655 pI128->io.rbase_b = inl(iobase + 0x0C) & 0xFFFFFF00; 656 pI128->io.rbase_i = inl(iobase + 0x10) & 0xFFFFFF00; 657 pI128->io.rbase_e = inl(iobase + 0x14) & 0xFFFF8003; 658 pI128->io.id = inl(iobase + 0x18) & /* 0x7FFFFFFF */ 0xFFFFFFFF; 659 pI128->io.config1 = inl(iobase + 0x1C) & /* 0xF3333F1F */ 0xFF133706; 660 pI128->io.config2 = inl(iobase + 0x20) & 0xC1F70FFF; 661 pI128->io.sgram = inl(iobas [all...] |
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | osdef.h | 118 #define InPortLong(p) inl((unsigned long)(p))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | compiler.h | 115 extern _X_EXPORT unsigned int inl(unsigned short); 124 extern _X_EXPORT unsigned int inl(unsigned long); 371 inl(unsigned long port) function in typeref:typename:unsigned int 391 extern _X_EXPORT unsigned int inl(unsigned int port); 411 # undef inl 417 extern _X_EXPORT unsigned int inl(unsigned long port); 463 inl(unsigned short port) function in typeref:typename:unsigned int 466 __asm__ __volatile__("inl %1,%0" : 526 inl(unsigned long port) function in typeref:typename:unsigned int 750 inl(unsigne function in typeref:typename:unsigned int 985 inl(unsigned short port) function in typeref:typename:unsigned int 1213 inl(unsigned PORT_SIZE port) function in typeref:typename:unsigned int 1304 inl(unsigned PORT_SIZE port) function in typeref:typename:unsigned int 1421 inl(unsigned short port) function in typeref:typename:unsigned int 1471 inl(unsigned short port) function in typeref:typename:unsigned int 1512 inl(unsigned short port) function in typeref:typename:unsigned int [all...] |
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64io.h | 44 * inl/outl 32-bit R/W through PIO space. The register is specified as the 47 * inb/outb 8-bit counterparts to inl/outl. 71 * inl/outl/inb/outb to/from any register space starting with CRTC_H_TOTAL_DISP 121 #undef inl 126 #define inl() /* Nothing */ macro 139 inl(ATIIOPort(_Register))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | compiler.h | 110 extern _X_EXPORT unsigned int inl(unsigned short); 118 extern _X_EXPORT unsigned int inl(unsigned long); 261 inl(unsigned long port) function in typeref:typename:unsigned int 281 extern _X_EXPORT unsigned int inl(unsigned int port); 330 inl(unsigned short port) function in typeref:typename:unsigned int 333 __asm__ __volatile__("inl %1,%0":"=a"(ret):"d"(port)); 392 inl(unsigned long port) function in typeref:typename:unsigned int 562 inl(unsigned PORT_SIZE port) function in typeref:typename:unsigned int 750 inl(unsigned short port) function in typeref:typename:unsigned int 889 inl(unsigne function in typeref:typename:unsigned int 929 inl(unsigned PORT_SIZE port) function in typeref:typename:unsigned int [all...] |
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| H A D | tdfx_io.c | 64 return inl(pTDFX->PIOBase[chip]+addr);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/ |
| H A D | ia64Pci.c | 167 unsigned int inl(unsigned long port) function in typeref:typename:unsigned int
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/ |
| H A D | x86emu.h | 78 inl - Function to read a dword from an I/O port 86 u32 (X86APIP inl)(X86EMU_pioAddr addr);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/ |
| H A D | x86emu.h | 78 inl - Function to read a dword from an I/O port 86 u32(X86APIP inl) (X86EMU_pioAddr addr);
|
| /xsrc/external/mit/libpciaccess/dist/src/ |
| H A D | x86_pci.c | 181 inl(uint16_t port) function in typeref:typename:uint32_t 323 sav = inl(0xCF8); 325 if (inl(0xCF8) == 0x80000000) 342 sav = inl(0xCF8); 358 *val = inl(addr); 377 sav = inl(0xCF8); 439 *val = inl(addr); 1071 return inl(reg + handle->base);
|