Home
last modified time | relevance | path

Searched refs:arg1 (Results 1 – 25 of 40) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/bits/
A Dsyscalls.h125 #define ASMFMT_1(arg1) \ argument
126 , "cd" (arg1)
128 #define ASMFMT_2(arg1, arg2) \ argument
129 , "d" (arg1), "c" (arg2)
131 #define ASMFMT_3(arg1, arg2, arg3) \ argument
132 , "a" (arg1), "c" (arg2), "d" (arg3)
177 #define ASMFMT_1(arg1) \ argument
178 , "b" (arg1)
179 #define ASMFMT_2(arg1, arg2) \ argument
180 , "b" (arg1), "c" (arg2)
[all …]
A Dmathinline.h222 # define __inline_mathcode2(func, arg1, arg2, code) \ argument
226 # define __inline_mathcodeNP2(func, arg1, arg2, code) \ argument
230 # define __inline_mathcode3(func, arg1, arg2, arg3, code) \ argument
234 # define __inline_mathcodeNP3(func, arg1, arg2, arg3, code) \ argument
243 # define __inline_mathcode2(func, arg1, arg2, code) \ argument
244 __inline_mathcode2_ (double, func, arg1, arg2, code)
245 # define __inline_mathcodeNP2(func, arg1, arg2, code) \ argument
246 __inline_mathcodeNP2_ (double, func, arg1, arg2, code)
247 # define __inline_mathcode3(func, arg1, arg2, arg3, code) \ argument
248 __inline_mathcode3_ (double, func, arg1, arg2, arg3, code)
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/bits/
A Dsyscalls.h23 #define ASMFMT_1(arg1) \ argument
24 , "q0" ((long)(arg1))
26 #define ASMFMT_2(arg1, arg2) \ argument
27 ASMFMT_1(arg1) \
30 #define ASMFMT_3(arg1, arg2, arg3) \ argument
31 ASMFMT_2(arg1, arg2) \
34 #define ASMFMT_4(arg1, arg2, arg3, arg4) \ argument
35 ASMFMT_3(arg1, arg2, arg3) \
38 #define ASMFMT_5(arg1, arg2, arg3, arg4, arg5) \ argument
39 ASMFMT_4(arg1, arg2, arg3, arg4) \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/vax/bits/
A Dsyscalls.h57 type name (type1 arg1) \
72 "m" (arg1) \
83 type name (type1 arg1, \
100 "m" (arg1), \
112 type name (type1 arg1, \
131 "m" (arg1), \
145 type name (type1 arg1, \
166 "m" (arg1), \
181 type name (type1 arg1, \
204 "m" (arg1), \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh64/bits/
A Dsyscalls.h41 #define _syscall1(type,name,type1,arg1) \ argument
42 type name(type1 arg1) \
45 register unsigned long __sc2 __asm__ ("r2") = (unsigned long) arg1; \
52 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
53 type name(type1 arg1,type2 arg2) \
56 register unsigned long __sc2 __asm__ ("r2") = (unsigned long) arg1; \
64 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
65 type name(type1 arg1,type2 arg2,type3 arg3) \
68 register unsigned long __sc2 __asm__ ("r2") = (unsigned long) arg1; \
78 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/bits/
A Dsyscalls.h53 #define _syscall1(type,name,type1,arg1) \ argument
54 type name(type1 arg1) \
57 register unsigned long __sc0 __asm__ ("gr8") = (unsigned long) arg1; \
64 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
65 type name(type1 arg1,type2 arg2) \
68 register unsigned long __sc0 __asm__ ("gr8") = (unsigned long) arg1; \
76 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
77 type name(type1 arg1,type2 arg2,type3 arg3) \
80 register unsigned long __sc0 __asm__ ("gr8") = (unsigned long) arg1; \
90 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arc/bits/
A Dsyscalls.h143 #define LOAD_ARGS_1(nm, arg1) \ argument
144 __ret = (int) (arg1); \
145 LOAD_ARGS_0 (nm, arg1)
156 #define LOAD_ARGS_2(nm, arg1, arg2) \ argument
158 LOAD_ARGS_1 (nm, arg1) \
161 #define LOAD_ARGS_3(nm, arg1, arg2, arg3) \ argument
163 LOAD_ARGS_2 (nm, arg1, arg2) \
166 #define LOAD_ARGS_4(nm, arg1, arg2, arg3, arg4) \ argument
168 LOAD_ARGS_3 (nm, arg1, arg2, arg3) \
173 LOAD_ARGS_4 (nm, arg1, arg2, arg3, arg4) \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh/bits/
A Dsyscalls.h51 #define SUBSTITUTE_ARGS_1(arg1) \ argument
52 long int _arg1 = (long int) (arg1); \
54 #define SUBSTITUTE_ARGS_2(arg1, arg2) \ argument
55 long int _arg1 = (long int) (arg1); \
59 #define SUBSTITUTE_ARGS_3(arg1, arg2, arg3) \ argument
60 long int _arg1 = (long int) (arg1); \
66 #define SUBSTITUTE_ARGS_4(arg1, arg2, arg3, arg4) \ argument
67 long int _arg1 = (long int) (arg1); \
76 long int _arg1 = (long int) (arg1); \
87 long int _arg1 = (long int) (arg1); \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/
A Dsyscalls.h72 #define internal_syscall1(ncs_init, cs_init, input, err, arg1) \ argument
78 register ARG_TYPE __a0 __asm__("$4") = (ARG_TYPE) arg1; \
94 #define internal_syscall2(ncs_init, cs_init, input, err, arg1, arg2) \ argument
100 register ARG_TYPE __a0 __asm__("$4") = (ARG_TYPE) arg1; \
123 register ARG_TYPE __a0 __asm__("$4") = (ARG_TYPE) arg1; \
147 register ARG_TYPE __a0 __asm__("$4") = (ARG_TYPE) arg1; \
180 register long __a0 __asm__("$4") = (long) arg1; \
209 register long __a0 __asm__("$4") = (long) arg1; \
239 register long __a0 __asm__("$4") = (long) arg1; \
274 register ARG_TYPE __a0 __asm__("$4") = (ARG_TYPE) arg1; \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/bits/
A Dsyscalls.h98 #define inline_syscall1(name,arg1) \ argument
103 register long _tmp_16 = (long) (arg1); \
117 #define inline_syscall2(name,arg1,arg2) \ argument
123 register long _tmp_16 = (long) (arg1); \
139 #define inline_syscall3(name,arg1,arg2,arg3) \ argument
146 register long _tmp_16 = (long) (arg1); \
165 #define inline_syscall4(name,arg1,arg2,arg3,arg4) \ argument
172 register long _tmp_16 = (long) (arg1); \
193 #define inline_syscall5(name,arg1,arg2,arg3,arg4,arg5) \ argument
201 register long _tmp_16 = (long) (arg1); \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dsetxid.h21 #define __SETXID_1(cmd, arg1) \ argument
22 cmd.id[0] = arg1
23 #define __SETXID_2(cmd, arg1, arg2) \ argument
24 __SETXID_1 (cmd, arg1); cmd.id[1] = arg2
25 #define __SETXID_3(cmd, arg1, arg2, arg3) \ argument
26 __SETXID_2 (cmd, arg1, arg2); cmd.id[2] = arg3
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/
A Ddivrem.h49 #define arg1 t10 macro
59 # define GETSIGN(x) mov arg1, x
66 # define GETSIGN(x) xor arg1, arg2, x
101 LONGIFY (arg1, modulus)
167 or arg1, arg2, AT
172 stq arg1, 0(sp)
173 NEG (arg1, AT)
175 cmovge AT, AT, arg1
185 ldq arg1, 0(sp)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios2/
A Dclone.c27 register unsigned long arg1 __asm__ ("r5"); in clone()
33 arg1 = (unsigned long)child_stack; in clone()
36 : "0" (rval),"1" (syscall), "r" (arg0), "r" (arg1) in clone()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/v850/
A Dclone.c26 register unsigned long arg1 __asm__ (SYSCALL_ARG1); in clone()
30 arg1 = (unsigned long)child_stack; in clone()
34 : "1" (syscall), "r" (arg0), "r" (arg1) in clone()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/hppa/
A Dsyscall.c33 long int arg0, arg1, arg2, arg3, arg4, arg5; in syscall() local
39 arg1 = va_arg (args, long int); in syscall()
48 K_LOAD_ARGS_6 (arg0, arg1, arg2, arg3, arg4, arg5) in syscall()
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A Ds_matherr.c20 if(x->arg1!=x->arg1) return 0; in matherr()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dsyscall.c9 long syscall(long sysnum, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6) in syscall() argument
11 return INLINE_SYSCALL_NCS(sysnum, 6, arg1, arg2, arg3, arg4, arg5, arg6); in syscall()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/
A Dsyscall.c26 long syscall(long sysnum, long arg1, long arg2, long arg3, in syscall() argument
30 register unsigned long __sc0 __asm__ ("gr8") = (unsigned long) (arg1); in syscall()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh64/
A Dsyscall.c9 long arg1, long arg2, long arg3, in syscall() argument
13 register long __sc2 __asm__ ("r2") = (long) arg1; in syscall()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/metag/
A Dsyscall.c14 long arg1, long arg2, long arg3, in syscall() argument
20 register long __a __asm__ ("D1Ar1") = arg1; in syscall()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Dunwind-cxx.h45 #define PROBE2(name, arg1, arg2) STAP_PROBE2 (libstdcxx, name, arg1, arg2) argument
50 #define PROBE2(name, arg1, arg2) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Dunwind-cxx.h45 #define PROBE2(name, arg1, arg2) STAP_PROBE2 (libstdcxx, name, arg1, arg2) argument
50 #define PROBE2(name, arg1, arg2) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Dunwind-cxx.h45 #define PROBE2(name, arg1, arg2) STAP_PROBE2 (libstdcxx, name, arg1, arg2) argument
50 #define PROBE2(name, arg1, arg2) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Dunwind-cxx.h45 #define PROBE2(name, arg1, arg2) STAP_PROBE2 (libstdcxx, name, arg1, arg2) argument
50 #define PROBE2(name, arg1, arg2) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Dunwind-cxx.h45 #define PROBE2(name, arg1, arg2) STAP_PROBE2 (libstdcxx, name, arg1, arg2) argument
50 #define PROBE2(name, arg1, arg2) argument

Completed in 24 milliseconds

12