/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/ |
A D | sfp-machine.h | 105 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 117 : "%rJ" ((USItype)(x3)), \ 130 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 142 : "%rJ" ((USItype)(x3)), \ 157 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) __FP_FRAC_SUB_4(x3,x2,x1,x0,x3,x2,x1,x0,y3,y2,y1,y… argument 159 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument 164 : "=&r" ((USItype)(x3)), \ 169 "0" ((USItype)(x3)), \
|
A D | op-4.h | 540 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 553 r3 = x3 + y3 + _c3; \ 572 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 585 r3 = x3 - y3 - _c3; \ 599 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) \ argument 602 _t0 = x0, _t1 = x1, _t2 = x2, _t3 = x3; \ 603 __FP_FRAC_SUB_4 (x3,x2,x1,x0,_t3,_t2,_t1,_t0, y3,y2,y1,y0); \ 608 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument 614 x3 += _t; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm64/ |
A D | crt1.S | 153 adrp x3, :pg_hi21:_init 154 add x3, x3, #:lo12:_init 168 ldr x3, =_init
|
A D | setjmp.S | 33 PTR_MANGLE (x4, x30, x3, x2) 46 PTR_MANGLE (x5, x4, x3, x2)
|
A D | __longjmp.S | 15 PTR_DEMANGLE (x30, x4, x3, x2) 27 PTR_DEMANGLE (x5, x4, x3, x2)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/arm64/ |
A D | resolve.S | 38 stp x2, x3, [sp, #48] 40 .cfi_rel_offset x3, 56 86 ldp x2, x3, [sp, #48] 170 ldr x1, [x3, #8] 189 ldp x2, x3, [sp], #16 214 stp x3, x4, [sp, #32+16*1] 236 ldp x3, x4, [sp, #32+16*1] 298 stp x3, x4, [sp, #32+16*1] 304 ldr x3, [x1,#16] 305 cmp x3, x2 [all …]
|
/l4re-core-master/l4sys/include/ |
A D | kip | 64 Dedicated = 0x3, ///< Dedicated
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/ |
A D | regex_old.c | 742 # define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) argument 743 # define DEBUG_PRINT4(x1, x2, x3, x4) if (debug) printf (x1, x2, x3, x4) argument 1206 # define DEBUG_PRINT3(x1, x2, x3) argument 1207 # define DEBUG_PRINT4(x1, x2, x3, x4) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/ |
A D | libm-test-ulps-mips32 | 3360 Test "Real part of: ctan (0x3.243f6cp-1 + 0 i)": 3416 Test "Imaginary part of: ctanh (0 + 0x3.243f6cp-1 i)": 4026 Test "tgamma (-0x3.000004p0)": 4031 Test "tgamma (-0x3.fffffcp0)": 4036 Test "tgamma (-0x3.ffffffffffffep0)": 4171 Test "tgamma (0x3.fffffcp0)": 4174 Test "tgamma (0x3.ffffffffffffep0)":
|
A D | libm-test-ulps-arm | 3361 Test "Real part of: ctan (0x3.243f6cp-1 + 0 i)": 3417 Test "Imaginary part of: ctanh (0 + 0x3.243f6cp-1 i)": 4033 Test "tgamma (-0x3.000004p0)": 4038 Test "tgamma (-0x3.fffffcp0)": 4043 Test "tgamma (-0x3.ffffffffffffep0)": 4178 Test "tgamma (0x3.fffffcp0)": 4181 Test "tgamma (0x3.ffffffffffffep0)":
|
A D | libm-test-ulps-mips64 | 7049 Test "Real part of: ctan (0x3.243f6cp-1 + 0 i)": 8106 Test "tgamma (-0x3.00000000000000000000000001p0)": 8109 Test "tgamma (-0x3.000004p0)": 8114 Test "tgamma (-0x3.fffffcp0)": 8119 Test "tgamma (-0x3.ffffffffffffep0)": 8122 Test "tgamma (-0x3.fffffffffffffffcp0)": 8545 Test "tgamma (0x3.0000000000002p0)": 8548 Test "tgamma (0x3.fffffcp0)": 8551 Test "tgamma (0x3.ffffffffffffep0)": 8556 Test "tgamma (0x3.fffffffffffffffcp0)": [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Rules.mak | 20 ifneq ($(findstring x3.7,x$(MAKE_VERSION)),)
|