Searched refs:x2 (Results 1 - 25 of 147) sorted by relevance

123456

/seL4-refos-master/libs/libmuslc/src/ldso/aarch64/
H A Ddlsym.s5 mov x2,x30
/seL4-refos-master/libs/libmuslc/include/
H A Dfnmatch.h9 #define FNM_NOESCAPE 0x2
/seL4-refos-master/libs/libmuslc/src/internal/aarch64/
H A Dsyscall.s7 mov x1,x2
8 mov x2,x3
/seL4-refos-master/seL4_tools/elfloader-tool/src/arch-arm/64/
H A Dcrt0.S30 mov x2, x0
34 cmp x2, #1
38 br x2
53 adrp x2, _end
54 add x2, x2, #:lo12:_end
55 sub x2, x2, x1
65 add x4, x0, x2 /* Dest end */
90 /* x2
[all...]
/seL4-refos-master/tools/elfloader/src/arch-arm/64/
H A Dcrt0.S30 mov x2, x0
34 cmp x2, #1
38 br x2
53 adrp x2, _end
54 add x2, x2, #:lo12:_end
55 sub x2, x2, x1
65 add x4, x0, x2 /* Dest end */
90 /* x2
[all...]
/seL4-refos-master/libs/libmuslc/src/complex/
H A Dcatan.c89 double a, t, x, x2, y; local
97 x2 = x * x;
98 a = 1.0 - x2 - (y * y);
106 a = x2 + (t * t);
111 a = (x2 + t * t)/a;
H A Dcatanf.c85 float a, t, x, x2, y; local
93 x2 = x * x;
94 a = 1.0f - x2 - (y * y);
102 a = x2 + (t * t);
107 a = (x2 + (t * t))/a;
H A Dcatanl.c95 long double a, t, x, x2, y; local
103 x2 = x * x;
104 a = 1.0L - x2 - (y * y);
112 a = x2 + (t * t);
117 a = (x2 + (t * t)) / a;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dvision.h15 #define IN_SIGHT 0x2 /* location can be seen */
44 #define m_cansee(mtmp,x2,y2) clear_path((mtmp)->mx,(mtmp)->my,(x2),(y2))
H A Dspell.h16 #define ALL_SPELLS 0x2
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dvision.h15 #define IN_SIGHT 0x2 /* location can be seen */
44 #define m_cansee(mtmp,x2,y2) clear_path((mtmp)->mx,(mtmp)->my,(x2),(y2))
H A Dspell.h16 #define ALL_SPELLS 0x2
/seL4-refos-master/libs/libmuslc/arch/aarch64/
H A Dsyscall_arch.h37 register long x2 __asm__("x2") = c;
38 __asm_syscall("r"(x8), "0"(x0), "r"(x1), "r"(x2));
46 register long x2 __asm__("x2") = c;
48 __asm_syscall("r"(x8), "0"(x0), "r"(x1), "r"(x2), "r"(x3));
56 register long x2 __asm__("x2") = c;
59 __asm_syscall("r"(x8), "0"(x0), "r"(x1), "r"(x2), "r"(x3), "r"(x4));
67 register long x2 __asm_
[all...]
/seL4-refos-master/libs/libmuslc/src/thread/aarch64/
H A Dsyscall_cp.s2 // x0 x1 x2 x3 x4 x5 x6 x7
5 // x8 x0 x1 x2 x3 x4 x5
22 mov x0,x2
24 mov x2,x4
H A Dclone.s5 // x8, x0, x1, x2, x3, x4
16 mov x2,x4
/seL4-refos-master/projects/util_libs/libethdrivers/include/ethdrivers/virtio/
H A Dvirtio_pci.h69 #define VIRTIO_PCI_ISR_CONFIG 0x2
/seL4-refos-master/libs/libmuslc/src/setjmp/aarch64/
H A Dlongjmp.s14 ldr x2, [x0,#104]
15 mov sp, x2
H A Dsetjmp.s17 mov x2, sp
18 str x2, [x0,#104]
/seL4-refos-master/libs/libmuslc/src/setjmp/aarch64_sel4/
H A Dlongjmp.s14 ldr x2, [x0,#104]
15 mov sp, x2
H A Dsetjmp.s17 mov x2, sp
18 str x2, [x0,#104]
/seL4-refos-master/libs/libmuslc/src/multibyte/
H A Dinternal.c19 C(0x2),C(0x3),C(0x4),C(0x5),C(0x6),C(0x7),
21 D(0x0),D(0x1),D(0x2),D(0x3),D(0x4),D(0x5),D(0x6),D(0x7),
23 E(0x0),E(0x1),E(0x2),E(0x3),E(0x4),E(0x5),E(0x6),E(0x7),
25 F(0x0),F(0x1),F(0x2),F(0x3),F(0x4)
/seL4-refos-master/kernel/src/plat/allwinnerA20/machine/
H A Dl2cache.c32 writeACR(readACR() | 0x2);
/seL4-refos-master/kernel/src/plat/am335x/machine/
H A Dl2cache.c32 writeACR(readACR() | 0x2);
/seL4-refos-master/kernel/src/plat/omap3/machine/
H A Dl2cache.c32 writeACR(readACR() | 0x2);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c182 int x2,y2; local
186 x2 = x; y2 = y;
198 x2++;
205 x2--;
208 if (!IS_WALL(levl[x2][y2].typ))
212 levl[x2][y2].typ = DOOR;
213 levl[x2][y2].doormask = D_NODOOR;
216 levl[x2][y2].typ = DBWALL;
218 levl[x2][y2].wall_info = W_NONDIGGABLE;
221 levl[x2][y
753 int x2, y2; local
805 int x2, y2; local
843 int x2, y2; local
[all...]

Completed in 75 milliseconds

123456