Home
last modified time | relevance | path

Searched defs:x0 (Results 1 – 25 of 133) sorted by relevance

123456

/netbsd-src/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-src/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-src/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dop-4.h662 # define __FP_FRAC_ADD_3(r2, r1, r0, x2, x1, x0, y2, y1, y0) \ argument
678 # define __FP_FRAC_ADD_4(r3, r2, r1, r0, x3, x2, x1, x0, y3, y2, y1, y0) \ argument
699 # define __FP_FRAC_SUB_3(r2, r1, r0, x2, x1, x0, y2, y1, y0) \ argument
718 # define __FP_FRAC_SUB_4(r3, r2, r1, r0, x3, x2, x1, x0, y3, y2, y1, y0) \ argument
743 # define __FP_FRAC_DEC_3(x2, x1, x0, y2, y1, y0) \ argument
759 # define __FP_FRAC_DEC_4(x3, x2, x1, x0, y3, y2, y1, y0) \ argument
776 # define __FP_FRAC_ADDI_4(x3, x2, x1, x0, i) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dop-4.h662 # define __FP_FRAC_ADD_3(r2, r1, r0, x2, x1, x0, y2, y1, y0) \ argument
678 # define __FP_FRAC_ADD_4(r3, r2, r1, r0, x3, x2, x1, x0, y3, y2, y1, y0) \ argument
699 # define __FP_FRAC_SUB_3(r2, r1, r0, x2, x1, x0, y2, y1, y0) \ argument
718 # define __FP_FRAC_SUB_4(r3, r2, r1, r0, x3, x2, x1, x0, y3, y2, y1, y0) \ argument
743 # define __FP_FRAC_DEC_3(x2, x1, x0, y2, y1, y0) \ argument
759 # define __FP_FRAC_DEC_4(x3, x2, x1, x0, y3, y2, y1, y0) \ argument
776 # define __FP_FRAC_ADDI_4(x3, x2, x1, x0, i) \ argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rc2/
H A Drc2_cbc.c92 register RC2_INT x0, x1, x2, x3, t; in RC2_encrypt() local
138 register RC2_INT x0, x1, x2, x3, t; in RC2_decrypt() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rc2/
H A Drc2_cbc.c98 register RC2_INT x0, x1, x2, x3, t; in RC2_encrypt() local
144 register RC2_INT x0, x1, x2, x3, t; in RC2_decrypt() local
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_187.c16 char x0[3] = "x\0"; variable
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_karatsuba_sqr.c29 mp_int x0, x1, t1, t2, x0x0, x1x1; in mp_karatsuba_sqr() local
H A Dbn_mp_karatsuba_mul.c51 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; in mp_karatsuba_mul() local
/netbsd-src/sys/arch/m68k/fpe/
H A Dfpu_mul.c103 uint32_t a2, a1, a0, x2, x1, x0, bit, m; in fpu_mul() local
H A Dfpu_sqrt.c193 uint32_t x0, x1, x2; in fpu_sqrt() local
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dsqr_basecase.c178 mp_limb_t x0, x1; in mpn_sqr_basecase() local
223 mp_limb_t x0, x1; in mpn_sqr_basecase() local
/netbsd-src/lib/libc/gdtoa/
H A Dhexnan.c56 hexnan(sp, fpi, x0) in hexnan() argument
/netbsd-src/sys/arch/powerpc/fpu/
H A Dfpu_mul.c109 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; in fpu_mul() local
H A Dfpu_sqrt.c197 u_int x0, x1, x2, x3; in fpu_sqrt() local
/netbsd-src/sys/arch/sparc/fpu/
H A Dfpu_mul.c105 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; in fpu_mul() local
H A Dfpu_sqrt.c193 u_int x0, x1, x2, x3; in fpu_sqrt() local
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
H A Dsse2_64_32.h22 union { int64_t as64; int32_t as32[2]; } x0, x1; in sodium__mm_set_epi64x() local
/netbsd-src/sys/dev/hpc/
H A Dvideo_subr.c235 int x0, int y0, in linebpp_unimpl()
273 video_line(struct video_chip *vc, int x0, int y0, int x1, int y1) in video_line()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c22 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, in crypto_core_hsalsa20() local
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dlibcollector.h85 #define collector_func_load(x0,x1,x2,x3,x4,x5,x6) \ argument
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dlibcollector.h85 #define collector_func_load(x0,x1,x2,x3,x4,x5,x6) \ argument
/netbsd-src/sys/crypto/chacha/
H A Dchacha_ref.c70 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; in chacha_core_ref() local
129 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; in chacha_stream_ref() local
252 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; in chacha_stream_xor_ref() local
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dbbt.cc56 static int x0 = 5341; in pseudo_random() local
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/hchacha20/
H A Dcore_hchacha20.c21 uint32_t x0, x1, x2, x3, x4, x5, x6, x7; in crypto_core_hchacha20() local

123456