Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/netbsd/external/bsd/pcc/dist/pcc/mip/
H A Dsoftfloat.h61 #define FLOAT_PLUS(x1,x2) soft_plus(x1, x2) argument
62 #define FLOAT_MINUS(x1,x2) soft_minus(x1, x2) argument
63 #define FLOAT_MUL(x1,x2) soft_mul(x1, x2) argument
64 #define FLOAT_DIV(x1,x2) soft_div(x1, x2) argument
67 #define FLOAT_EQ(x1,x2) soft_cmp_eq(x1, x2) argument
68 #define FLOAT_NE(x1,x2) soft_cmp_ne(x1, x2) argument
69 #define FLOAT_GE(x1,x2) soft_cmp_ge(x1, x2) argument
70 #define FLOAT_GT(x1,x2) soft_cmp_gt(x1, x2) argument
71 #define FLOAT_LE(x1,x2) soft_cmp_le(x1, x2) argument
72 #define FLOAT_LT(x1,x2) soft_cmp_lt(x1, x2) argument
[all …]
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_hwc.h31 #define TprintfT(x1,...) argument
32 #define Tprintf(x1,...) argument
34 #define TprintfT(x1,...) if( x1<=HWC_TRACELEVEL ) fprintf(stderr,__VA_ARGS__) argument
35 #define Tprintf(x1,...) if( x1<=HWC_TRACELEVEL ) fprintf(stderr,__VA_ARGS__) argument
/netbsd/external/gpl3/gcc/dist/libgcc/config/m68k/
H A Dfpgnulib.c524 __addxf3 (long double x1, long double x2) in __addxf3()
530 __subxf3 (long double x1, long double x2) in __subxf3()
536 __mulxf3 (long double x1, long double x2) in __mulxf3()
542 __divxf3 (long double x1, long double x2) in __divxf3()
548 __negxf2 (long double x1) in __negxf2()
560 __eqxf2 (long double x1, long double x2) in __eqxf2()
566 __nexf2 (long double x1, long double x2) in __nexf2()
572 __ltxf2 (long double x1, long double x2) in __ltxf2()
578 __lexf2 (long double x1, long double x2) in __lexf2()
584 __gtxf2 (long double x1, long double x2) in __gtxf2()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/m68k/
H A Dfpgnulib.c524 __addxf3 (long double x1, long double x2) in __addxf3()
530 __subxf3 (long double x1, long double x2) in __subxf3()
536 __mulxf3 (long double x1, long double x2) in __mulxf3()
542 __divxf3 (long double x1, long double x2) in __divxf3()
548 __negxf2 (long double x1) in __negxf2()
560 __eqxf2 (long double x1, long double x2) in __eqxf2()
566 __nexf2 (long double x1, long double x2) in __nexf2()
572 __ltxf2 (long double x1, long double x2) in __ltxf2()
578 __lexf2 (long double x1, long double x2) in __lexf2()
584 __gtxf2 (long double x1, long double x2) in __gtxf2()
[all …]
/netbsd/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dsoftfloat.c202 soft_cmp_eq(SF x1, SF x2) in soft_cmp_eq()
209 soft_cmp_ne(SF x1, SF x2) in soft_cmp_ne()
216 soft_cmp_le(SF x1, SF x2) in soft_cmp_le()
223 soft_cmp_lt(SF x1, SF x2) in soft_cmp_lt()
230 soft_cmp_ge(SF x1, SF x2) in soft_cmp_ge()
237 soft_cmp_gt(SF x1, SF x2) in soft_cmp_gt()
263 soft_plus(SF x1, SF x2) in soft_plus()
270 soft_minus(SF x1, SF x2) in soft_minus()
/netbsd/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dsoftfloat.c202 soft_cmp_eq(SF x1, SF x2) in soft_cmp_eq()
209 soft_cmp_ne(SF x1, SF x2) in soft_cmp_ne()
216 soft_cmp_le(SF x1, SF x2) in soft_cmp_le()
223 soft_cmp_lt(SF x1, SF x2) in soft_cmp_lt()
230 soft_cmp_ge(SF x1, SF x2) in soft_cmp_ge()
237 soft_cmp_gt(SF x1, SF x2) in soft_cmp_gt()
263 soft_plus(SF x1, SF x2) in soft_plus()
270 soft_minus(SF x1, SF x2) in soft_minus()
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/elf/
H A Dequ-reloc.s6 .set x1, y1 define
11 x1: label
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dequ-reloc.s6 .set x1, y1 define
11 x1: label
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/
H A Darm64cpuid.pl99 sub x1,x1,#1 subroutine
105 sub x1,x1,#8 subroutine
/netbsd/crypto/external/bsd/openssl/dist/crypto/
H A Darm64cpuid.pl109 sub x1,x1,#1 subroutine
115 sub x1,x1,#8 subroutine
/netbsd/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-cxx11.cc132 T x1 = 3; in check_move_init() local
138 T x1 = 2; in check_move_init() local
151 T x1 = 3; U x2; in check_move_assign() local
157 T x1 = 2; U x2; in check_move_assign() local
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/i386/32/
H A Dsfp-machine.h6 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
23 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
36 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
53 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
66 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument
/netbsd/external/gpl3/gcc/dist/libgcc/config/i386/32/
H A Dsfp-machine.h6 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
23 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
36 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
53 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
66 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument
/netbsd/lib/libc/gdtoa/
H A Dhexnan.c38 L_shift(x, x1, i) ULong *x; ULong *x1; int i; in L_shift() argument
62 ULong c, h, *x, *x1, *xe; local
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid128_add.c43 UINT128 x1; local
144 UINT128 x1, y1; local
180 UINT128 x1; local
254 UINT128 x1; local
364 UINT128 x1, y1; local
400 UINT128 x1; local
476 int q1, q2, delta, scale, x1, ind, shift, tmp_inexact = 0; local
/netbsd/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid128_add.c43 UINT128 x1; local
144 UINT128 x1, y1; local
180 UINT128 x1; local
254 UINT128 x1; local
364 UINT128 x1, y1; local
400 UINT128 x1; local
476 int q1, q2, delta, scale, x1, ind, shift, tmp_inexact = 0; local
/netbsd/lib/libm/noieee_src/
H A Dmathimpl.h70 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ argument
74 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ argument
78 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ argument
87 # define vc(name, value, x1,x2,x3,x4, bexp, xval) argument
/netbsd/sys/arch/x68k/stand/libiocs/
H A Diocs.h29 short x1; member
48 short x1; member
62 short x1; member
71 short x1; member
100 short x1; member
109 short x1; member
165 short x1; member
174 short x1; member
183 short x1; member
191 short x1; member
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/seed/
H A Dseed.c443 seed_word x1, x2, x3, x4; in SEED_set_key() local
503 seed_word x1, x2, x3, x4; in SEED_encrypt() local
548 seed_word x1, x2, x3, x4; in SEED_decrypt() local
/netbsd/crypto/external/bsd/openssl/dist/crypto/seed/
H A Dseed.c449 seed_word x1, x2, x3, x4; in SEED_set_key() local
509 seed_word x1, x2, x3, x4; in SEED_encrypt() local
554 seed_word x1, x2, x3, x4; in SEED_decrypt() local
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-cris/
H A Dtls-hx1x2.s7 x1: label
H A Dtls-x1x2.s6 x1: label
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-powerpc/
H A Daix-no-dup-syms-1a.s7 x1: label
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-plugin/
H A Dpr23460a.c2 x1 (void) in x1() function
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dtls-hx1x2.s7 x1: label

12345678910>>...14