Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 13 of 13) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/
A Dsfp-machine.h75 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
82 : "%rJ" ((USItype)(x2)), \
90 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
97 : "%rJ" ((USItype)(x2)), \
119 "%rJ" ((USItype)(x2)), \
144 "%rJ" ((USItype)(x2)), \
155 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y1,y0) argument
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
165 "=&r" ((USItype)(x2)), \
[all …]
A Dop-4.h535 r2 = x2 + y2 + _c2; \
549 r2 = x2 + y2; \
550 _c3 = r2 < x2; \
567 r2 = x2 - y2 - _c2; \
581 r2 = x2 - y2; \
582 _c3 = r2 > x2; \
584 _c3 |= _c2 && (y2 == x2); \
590 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) \ argument
593 _t0 = x0, _t1 = x1, _t2 = x2; \
608 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm64/
A Dcrt1.S132 mov x2, sp
133 ldr x1, [x2]
134 add x2, x2, #0x8
147 mov x6, x2 /* stack_end (unused) */
A Dsetjmp.S33 PTR_MANGLE (x4, x30, x3, x2)
46 PTR_MANGLE (x5, x4, x3, x2)
49 mov x2, sp
50 str x2, [x0, #JB_SP<<3]
A D__longjmp.S15 PTR_DEMANGLE (x30, x4, x3, x2)
27 PTR_DEMANGLE (x5, x4, x3, x2)
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/
A Dbasic-test.c44 FLOAT x1, x2; \
106 FLOAT x1, x2; \
129 x2 = x1 + EPSILON; \
130 check (#FLOAT " 1 != 1+EPSILON", x1 != x2); \
133 x2 = x1 - EPSILON; \
134 check (#FLOAT " 1 != 1-EPSILON", x1 != x2); \
A Dlibm-test-ulps-mips323998 Test "tgamma (-0x2.0000000000002p0)":
4001 Test "tgamma (-0x2.000004p0)":
4006 Test "tgamma (-0x2.fffffcp0)":
4163 Test "tgamma (0x2.30a43cp+4)":
4168 Test "tgamma (0x2.fffffcp0)":
A Dlibm-test-ulps-arm4005 Test "tgamma (-0x2.0000000000002p0)":
4008 Test "tgamma (-0x2.000004p0)":
4013 Test "tgamma (-0x2.fffffcp0)":
4170 Test "tgamma (0x2.30a43cp+4)":
4175 Test "tgamma (0x2.fffffcp0)":
A Dlibm-test-ulps-mips648005 Test "tgamma (-0x2.0000000000000000000000000002p0)":
8008 Test "tgamma (-0x2.0000000000002p0)":
8013 Test "tgamma (-0x2.000004p0)":
8020 Test "tgamma (-0x2.fffffcp0)":
8025 Test "tgamma (-0x2.ffffffffffffep0)":
8532 Test "tgamma (0x2.30a43cp+4)":
8539 Test "tgamma (0x2.fffffcp0)":
8542 Test "tgamma (0x2.ffffffffffffep0)":
A Dlibm-test.inc134 #define DIVIDE_BY_ZERO_EXCEPTION 0x2
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/arm64/
A Dresolve.S38 stp x2, x3, [sp, #48]
39 .cfi_rel_offset x2, 48
86 ldp x2, x3, [sp, #48]
189 ldp x2, x3, [sp], #16
213 stp x1, x2, [sp, #32+16*0]
235 ldp x1, x2, [sp, #32+16*0]
297 stp x1, x2, [sp, #32+16*0]
301 ldar x2, [x0]
305 cmp x3, x2
307 ldr x2, [x1]
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_old.c741 # define DEBUG_PRINT2(x1, x2) if (debug) printf (x1, x2) argument
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
1205 # define DEBUG_PRINT2(x1, x2) argument
1206 # define DEBUG_PRINT3(x1, x2, x3) argument
1207 # define DEBUG_PRINT4(x1, x2, x3, x4) argument
/l4re-core-master/l4sys/include/
A Dkip63 Reserved = 0x2, ///< Reserved region, do not use this memory

Completed in 31 milliseconds