Searched refs:insb (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/sys/arch/i386/stand/lib/
H A Dcpufunc.h38 void insb(unsigned, void *, int);
H A Dcpufunc.S59 NENTRY(insb)
66 insb
/netbsd-current/sys/arch/alpha/stand/mkbootimage/
H A Dmkbootimage.c58 struct stat insb; local
104 if (fstat(infd, &insb) == -1)
106 if (!S_ISREG(insb.st_mode))
114 outbufsize = roundup(insb.st_size, ALPHA_BOOT_BLOCK_BLOCKSIZE);
124 insb.st_size);
127 else if (rv != insb.st_size)
133 bb->bb_secsize = howmany(insb.st_size, ALPHA_BOOT_BLOCK_BLOCKSIZE);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Drep.s4 rep insb
28 addr16 rep insb
H A Dx86-64-rep.s4 rep insb
34 addr32 rep insb
H A Dstring-bad.s10 insb (%dx), %ds:(%edi)
H A Dx86-64-specific-reg.s12 insb %dx, %es:(%r\reg1)
50 insb %dx, %es:(%r\reg1)
H A Dstring-ok.d14 [ ]+[0-9a-f]+: 6c[ ]+insb \(%dx\),(%es:)?\(%edi\)
15 [ ]+[0-9a-f]+: 6c[ ]+insb \(%dx\),(%es:)?\(%edi\)
50 [ ]+[0-9a-f]+: 6c[ ]+insb \(%dx\),(%es:)?\(%edi\)
51 [ ]+[0-9a-f]+: 6c[ ]+insb \(%dx\),(%es:)?\(%edi\)
H A Dstring-ok.s9 insb (%dx), %es:(%edi)
10 insb (%dx), (%esi)
H A Dx86-64-rep.d9 0: f3 6c[ ]+rep insb \(%dx\),%es:\(%rdi\)
35 40: 67 f3 6c[ ]+rep insb \(%dx\),%es:\(%edi\)
H A Drep.d9 0: f3 6c[ ]+rep insb \(%dx\),%es:\(%edi\)
30 31: 67 f3 6c[ ]+rep insb \(%dx\),%es:\(%di\)
H A Dintel.d110 [ ]*[a-f0-9]+: 6c [ ]*insb \(%dx\),%es:\(%edi\)
597 [ ]*[a-f0-9]+: 6c [ ]*insb \(%dx\),%es:\(%edi\)
603 [ ]*[a-f0-9]+: 6c [ ]*insb \(%dx\),%es:\(%edi\)
H A Dopcode.s102 insb (%dx),%es:(%edi)
H A Dopcode-suffix.d110 *[0-9a-f]+: 6c[ ]+insb[ ]+\(%dx\),%es:\(%edi\)
H A Dopcode.d109 149: 6c [ ]*insb \(%dx\),%es:\(%edi\)
/netbsd-current/sys/arch/arc/include/
H A Dpio.h50 void insb(uint8_t *, uint8_t *,int);
/netbsd-current/sys/arch/arc/arc/
H A Dlocore_machdep.S80 LEAF(insb)
91 END(insb)
/netbsd-current/sys/arch/powerpc/include/
H A Dpio.h271 #define insb(a,d,c) (__insb((volatile uint8_t *)(a), d, c)) macro
272 #define ins8(a,d,c) insb(a,d,c)
283 #define ins8rb(a,d,c) insb(a,d,c)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/
H A Dx86-64-rep.d10 0: f3 6c[ ]+rep insb \(%dx\),%es:\(%rdi\)
36 40: 67 f3 6c[ ]+rep insb \(%dx\),%es:\(%edi\)
/netbsd-current/sys/arch/ia64/include/
H A Dcpufunc.h108 insb(unsigned int port, void *addr, size_t count) function
H A Dbus.h216 insb((h) + (o), (ptr), (cnt)); \
/netbsd-current/tests/lib/libnvmm/
H A Dh_io_assist_asm.S106 insb
/netbsd-current/sys/arch/i386/i386/
H A Dbusfunc.S166 insb %dx, %es:(%edi)
/netbsd-current/sys/arch/amd64/amd64/
H A Dbusfunc.S189 insb %dx, %es:(%rdi)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-intrinsic.c957 NDS32_BUILTIN(insb, "insb", INSB)
1748 ADD_NDS32_BUILTIN3 ("insb", unsigned, unsigned, unsigned, unsigned, INSB);

Completed in 292 milliseconds

12