Searched refs:al (Results 1 - 22 of 22) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dbzero.s68 movb 4+ 8(%esp),%al /* pattern */
70 movb %al,%ah
H A Dpostcode.h47 * Macro to output byte value to postcode, destoying register al.
52 outb %al,$(POSTPORT); \
60 outb %al,$(POSTPORT)
64 mov $(XX), %al; \
H A Dstart.s761 movb %dh,%al
762 andb $0x14,%al
763 cmpb $0x04,%al /* gate or descriptor? */
770 movb %al,%dl /* combine bits 23..16 with ACC1 */
804 0: inb $(K_STATUS),%al /* get kbd status */
805 testb $(K_IBUF_FULL),%al /* input busy? */
808 mov $(K_CMD_LEDS),%al /* K_CMD_LEDS */
809 outb %al,$(K_RDWR) /* to kbd */
811 0: inb $(K_STATUS),%al /* get kbd status */
812 testb $(K_OBUF_FULL),%al /* outpu
[all...]
H A Dasm.h140 #define INB inb %dx, %al
141 #define OUTB outb %al, %dx
H A Dlocore.s524 testb $3,%al
712 testb $3,%al /* user mode, */
1176 movb %fs:(%esi),%al
1180 movb %al,(%edi) /* copy the byte */
1304 outb %al,%dx /* send it out */
1318 inb %dx,%al /* get the byte */
H A Di386_lock.s378 movb (%edx), %al /* Load byte at address */
379 testb %al,%al /* lock locked? */
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dbzero_sse42_64.s69 movb %al,(%rdi) // zero a byte
75 movb %al,(%rdi) // zero a byte
91 movb %al,(%rdi) // zero a byte
109 movb %al,(%rdi) // zero another byte
H A Dbzero_sse2.s69 movb %al,(%edi) // zero a byte
75 movb %al,(%edi) // zero a byte
91 movb %al,(%edi) // zero a byte
111 movb %al,(%edi) // pack in a byte
H A Dbzero_sse2_64.s67 movb %al,(%rdi) // zero a byte
73 movb %al,(%rdi) // zero a byte
89 movb %al,(%rdi) // zero a byte
111 movb %al,(%rdi) // pack in a byte
H A Dbzero_sse42.s70 movb %al,(%edi) // zero a byte
76 movb %al,(%edi) // zero a byte
92 movb %al,(%edi) // zero a byte
111 movb %al,(%edi) // zero another byte
H A Dbcopy_sse42.s105 movb (%esi),%al
107 movb %al,(%edi)
136 movb (%esi),%al
138 movb %al,(%edi)
236 movb (%esi),%al
238 movb %al,(%edi)
260 movb (%esi),%al
262 movb %al,(%edi)
H A Dbcopy_sse42_64.s99 movb (%rsi),%al
101 movb %al,(%rdi)
128 movb (%rsi),%al
130 movb %al,(%rdi)
229 movb (%rsi),%al
231 movb %al,(%rdi)
251 movb (%rsi),%al
253 movb %al,(%rdi)
H A Dbcopy_sse2.s105 movb (%esi),%al
107 movb %al,(%edi)
138 movb (%esi),%al
140 movb %al,(%edi)
396 movb (%esi),%al
398 movb %al,(%edi)
420 movb (%esi),%al
422 movb %al,(%edi)
H A Dmemset_pattern_sse2.s94 movb %al,(%edi) // pack in next byte
H A Dmemset_pattern_sse2_64.s96 movb %al,(%rdi) // pack in next byte
H A Dbcopy_sse3x.s109 movb (%esi),%al
111 movb %al,(%edi)
142 movb (%esi),%al
144 movb %al,(%edi)
728 movb (%esi),%al
730 movb %al,(%edi)
752 movb (%esi),%al
754 movb %al,(%edi)
H A Dbcopy_sse3x_64.s103 movb (%rsi),%al
105 movb %al,(%rdi)
722 movb (%rsi),%al
724 movb %al,(%rdi)
744 movb (%rsi),%al
746 movb %al,(%rdi)
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_attrlist.c918 struct attrlist al; local
959 if ((error = copyin(uap->alist, &al, sizeof(al))) != 0)
961 if (al.bitmapcount != ATTR_BIT_MAP_COUNT) {
967 vp, p->p_comm, al.commonattr, al.volattr, al.fileattr, al.dirattr, al.forkattr,
971 error = mac_vnode_check_getattrlist(ctx, vp, &al);
1545 struct attrlist al; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/i386/
H A DOSAtomic.s41 sete %al #; did CAS succeed? (TZ=1)
42 movzbl %al, %eax #; clear out the high bytes
62 sete %al #; did CAS succeed? (TZ=1)
63 movzbl %al, %eax #; clear out the high bytes
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.h204 unsigned int * al,
H A Dvm_pageout.c6249 int upl_ubc_alias_get(upl_t upl, unsigned int * al, unsigned int * al2) argument
6251 if(al)
6252 *al = upl->ubc_alias1;
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_x86_v2.s234 ## m2 ## _zo(ebp, al, 0, ebp); \
245 ## m1 ## _zo(ebx, al, 0, edx); \
252 m1(esi, al, 2, edx); \
743 m1(esi, al, 2, ebp); \

Completed in 125 milliseconds