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

12

/seL4-refos-master/libs/libmuslc/src/math/x32/
H A Dfloorl.s5 1: mov $0x7,%al
8 mov %al,9(%esp)
19 mov $0xb,%al
26 mov $0xf,%al
/seL4-refos-master/libs/libmuslc/src/math/x86_64/
H A Dfloorl.s5 1: mov $0x7,%al
8 mov %al,9(%rsp)
19 mov $0xb,%al
26 mov $0xf,%al
/seL4-refos-master/libs/libmuslc/src/math/x86_64_sel4/
H A Dfloorl.s5 1: mov $0x7,%al
8 mov %al,9(%rsp)
19 mov $0xb,%al
26 mov $0xf,%al
/seL4-refos-master/libs/libmuslc/src/math/i386/
H A Dfloor.s17 1: mov $0x7,%al
20 mov %al,5(%esp)
31 mov $0xb,%al
38 mov $0xb,%al
45 mov $0xb,%al
52 mov $0xf,%al
59 mov $0xf,%al
66 mov $0xf,%al
H A Dremquo.s37 mov %ah,%al
38 shr $5,%al
39 and $2,%al
40 or %al,%dl
41 mov %ah,%al
42 shl $2,%al
43 and $4,%al
44 or %al,%dl
/seL4-refos-master/libs/libmuslc/src/math/i386_sel4/
H A Dfloor.s17 1: mov $0x7,%al
20 mov %al,5(%esp)
31 mov $0xb,%al
38 mov $0xb,%al
45 mov $0xb,%al
52 mov $0xf,%al
59 mov $0xf,%al
66 mov $0xf,%al
H A Dremquo.s37 mov %ah,%al
38 shr $5,%al
39 and $2,%al
40 or %al,%dl
41 mov %ah,%al
42 shl $2,%al
43 and $4,%al
44 or %al,%dl
/seL4-refos-master/libs/librefossys/src/
H A Dvsyscall.c68 va_list al; local
69 va_start(al, sysnum);
80 long ret = syscall_table[sysnum](al);
81 va_end(al);
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dvsyscall.c68 va_list al; local
69 va_start(al, sysnum);
80 long ret = syscall_table[sysnum](al);
81 va_end(al);
/seL4-refos-master/libs/libmuslc/src/thread/x86_64/
H A Dclone.s6 mov $56,%al
24 mov $60,%al
/seL4-refos-master/libs/libmuslc/src/thread/i386/
H A D__set_thread_area.s16 mov $243,%al
35 mov $123,%al
40 inc %al
H A Dclone.s18 mov $120,%al
/seL4-refos-master/kernel/src/arch/x86/32/
H A Dmachine_asm.S75 movb 8(%esp), %al
77 outb %al, %dx
97 inb %dx, %al
/seL4-refos-master/kernel/src/arch/x86/64/
H A Dmachine_asm.S24 outb %al, %dx
45 inb %dx, %al
H A Dhead.S38 movb (%ebx), %al
39 outb %al, %dx
/seL4-refos-master/libs/libsel4muslcsys/src/
H A Dvsyscall.c270 va_list al; local
271 va_start(al, sysnum);
289 long ret = syscall(al);
290 va_end(al);
/seL4-refos-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dvsyscall.c270 va_list al; local
271 va_start(al, sysnum);
289 long ret = syscall(al);
290 va_end(al);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dartilist.h8 #define A(nam,typ,s1,s2,mt,atk,dfn,cry,inv,al,cl,rac,cost) nam
14 #define A(nam,typ,s1,s2,mt,atk,dfn,cry,inv,al,cl,rac,cost) \
15 { typ, nam, s1, s2, mt, atk, dfn, cry, inv, al, cl, rac, cost }
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dartilist.h8 #define A(nam,typ,s1,s2,mt,atk,dfn,cry,inv,al,cl,rac,cost) nam
14 #define A(nam,typ,s1,s2,mt,atk,dfn,cry,inv,al,cl,rac,cost) \
15 { typ, nam, s1, s2, mt, atk, dfn, cry, inv, al, cl, rac, cost }
/seL4-refos-master/libs/libmuslc/src/fenv/i386/
H A Dfenv.s44 mov %al,4(%esp)
57 or %al,4(%esp)
/seL4-refos-master/libs/libmuslc/src/fenv/i386_sel4/
H A Dfenv.s44 mov %al,4(%esp)
57 or %al,4(%esp)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dobjnam.c2369 aligntyp al; local
2373 al = A_CHAOTIC;
2375 al = A_NEUTRAL;
2377 al = A_LAWFUL;
2379 al = A_NONE;
2381 al = (!rn2(6)) ? A_NONE : rn2((int)A_LAWFUL+2) - 1;
2382 levl[u.ux][u.uy].altarmask = Align2amask( al );
2383 pline("%s altar.", An(align_str(al)));
H A Ddungeon.c1428 aligntyp al; local
1436 al = rn2(3) - 1;
1437 return(Align2amask(al));
H A Dmklev.c1358 aligntyp al; local
1372 al = rn2((int)A_LAWFUL+2) - 1;
1373 levl[m.x][m.y].altarmask = Align2amask( al );
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dobjnam.c2369 aligntyp al; local
2373 al = A_CHAOTIC;
2375 al = A_NEUTRAL;
2377 al = A_LAWFUL;
2379 al = A_NONE;
2381 al = (!rn2(6)) ? A_NONE : rn2((int)A_LAWFUL+2) - 1;
2382 levl[u.ux][u.uy].altarmask = Align2amask( al );
2383 pline("%s altar.", An(align_str(al)));

Completed in 291 milliseconds

12