tag | line | file | source code |
arg1 | 148 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_div(FPU_REG const *arg1, FPU_REG const *arg2, |
arg1 | 150 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_u_sub(FPU_REG const *arg1, FPU_REG const *arg2, |
arg1 | 152 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_u_mul(FPU_REG const *arg1, FPU_REG const *arg2, |
arg1 | 154 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_u_div(FPU_REG const *arg1, FPU_REG const *arg2, |
arg1 | 156 | arch/i386/math-emu/fpu_emu.h | asmlinkage int reg_u_add(FPU_REG const *arg1, FPU_REG const *arg2, |
arg1 | 81 | arch/i386/math-emu/fpu_proto.h | extern void poly_atan(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *result); |
arg1 | 59 | arch/i386/math-emu/poly.h | extern inline void mul_32_32(const unsigned long arg1, |
arg1 | 65 | arch/i386/math-emu/poly.h | :"g" (arg1), "g" (arg2) \ |
arg1 | 54 | arch/i386/math-emu/poly_atan.c | void poly_atan(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *result) |
arg1 | 57 | arch/i386/math-emu/poly_atan.c | sign1 = arg1->sign, sign2 = arg2->sign; |
arg1 | 63 | arch/i386/math-emu/poly_atan.c | arg1->sign = arg2->sign = SIGN_POS; |
arg1 | 67 | arch/i386/math-emu/poly_atan.c | exponent = arg1->exp - arg2->exp; |
arg1 | 69 | arch/i386/math-emu/poly_atan.c | XSIG_LL(Numer) = significand(arg1); |
arg1 | 75 | arch/i386/math-emu/poly_atan.c | exponent = arg2->exp - arg1->exp; |
arg1 | 78 | arch/i386/math-emu/poly_atan.c | XSIG_LL(Denom) = significand(arg1); |
arg1 | 137 | include/asm-alpha/unistd.h | #define _syscall1(type,name,type1,arg1) \ |
arg1 | 138 | include/asm-alpha/unistd.h | type name(type1 arg1) \ |
arg1 | 143 | include/asm-alpha/unistd.h | #define _syscall2(type,name,type1,arg1,type2,arg2) \ |
arg1 | 144 | include/asm-alpha/unistd.h | type name(type1 arg1,type2 arg2) \ |
arg1 | 149 | include/asm-alpha/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
arg1 | 150 | include/asm-alpha/unistd.h | type name(type1 arg1,type2 arg2,type3 arg3) \ |
arg1 | 155 | include/asm-alpha/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
arg1 | 156 | include/asm-alpha/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
arg1 | 161 | include/asm-alpha/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
arg1 | 163 | include/asm-alpha/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
arg1 | 167 | include/asm-i386/unistd.h | #define _syscall1(type,name,type1,arg1) \ |
arg1 | 168 | include/asm-i386/unistd.h | type name(type1 arg1) \ |
arg1 | 173 | include/asm-i386/unistd.h | : "0" (__NR_##name),"b" ((long)(arg1))); \ |
arg1 | 180 | include/asm-i386/unistd.h | #define _syscall2(type,name,type1,arg1,type2,arg2) \ |
arg1 | 181 | include/asm-i386/unistd.h | type name(type1 arg1,type2 arg2) \ |
arg1 | 186 | include/asm-i386/unistd.h | : "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2))); \ |
arg1 | 193 | include/asm-i386/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
arg1 | 194 | include/asm-i386/unistd.h | type name(type1 arg1,type2 arg2,type3 arg3) \ |
arg1 | 199 | include/asm-i386/unistd.h | : "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \ |
arg1 | 207 | include/asm-i386/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
arg1 | 208 | include/asm-i386/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
arg1 | 213 | include/asm-i386/unistd.h | : "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \ |
arg1 | 221 | include/asm-i386/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
arg1 | 223 | include/asm-i386/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
arg1 | 228 | include/asm-i386/unistd.h | : "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \ |
arg1 | 32 | include/asm-sparc/unistd.h | #define _syscall1(type,name,type1,arg1) \ |
arg1 | 33 | include/asm-sparc/unistd.h | type name(type1 arg1) \ |
arg1 | 41 | include/asm-sparc/unistd.h | : "=r" (__res), "=r" ((long)(arg1)) \ |
arg1 | 42 | include/asm-sparc/unistd.h | : "0" (__NR_##name),"1" ((long)(arg1)) \ |
arg1 | 50 | include/asm-sparc/unistd.h | #define _syscall2(type,name,type1,arg1,type2,arg2) \ |
arg1 | 51 | include/asm-sparc/unistd.h | type name(type1 arg1,type2 arg2) \ |
arg1 | 60 | include/asm-sparc/unistd.h | : "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(args)) \ |
arg1 | 61 | include/asm-sparc/unistd.h | : "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)) \ |
arg1 | 69 | include/asm-sparc/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
arg1 | 70 | include/asm-sparc/unistd.h | type name(type1 arg1,type2 arg2,type3 arg3) \ |
arg1 | 80 | include/asm-sparc/unistd.h | : "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \ |
arg1 | 82 | include/asm-sparc/unistd.h | : "0" (__NR_##name), "1" ((long)(arg1)), "2" ((long)(arg2)), \ |
arg1 | 91 | include/asm-sparc/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
arg1 | 92 | include/asm-sparc/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
arg1 | 103 | include/asm-sparc/unistd.h | : "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \ |
arg1 | 105 | include/asm-sparc/unistd.h | : "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)), \ |
arg1 | 114 | include/asm-sparc/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
arg1 | 116 | include/asm-sparc/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
arg1 | 128 | include/asm-sparc/unistd.h | : "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \ |
arg1 | 130 | include/asm-sparc/unistd.h | : "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)), \ |