Searched refs:v9 (Results 1 - 25 of 54) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sparc/
H A Dsynth.s1 # common (v8 or v9) synthetic insns
H A Dv9branch1.s1 # Check if maximum possible branch distances for v9 branches are accepted
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dsparc-opc.c61 #define v9 (MASK_V9 | MASK_V9A | MASK_V9B) macro
64 /* v6 insns not supported by v9. */
67 /* v9a instructions which would appear to be aliases to v9's impdep's
81 /* ??? Don't some v8 priviledged insns conflict with v9? */
82 { "v9", MASK_V6 | MASK_V7 | MASK_V8 | MASK_V9 },
83 /* v9 with ultrasparc additions */
85 /* v9 with cheetah additions */
108 /* v9: Move (MOVcc and FMOVcc) condition field. */
109 #define MCOND(x,i_or_f) ((((i_or_f) & 1) << 18) | (((x) >> 11) & (0xf << 14))) /* v9 */
111 /* v9
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dsparc-opc.c61 #define v9 (MASK_V9 | MASK_V9A | MASK_V9B) macro
64 /* v6 insns not supported by v9. */
67 /* v9a instructions which would appear to be aliases to v9's impdep's
81 /* ??? Don't some v8 priviledged insns conflict with v9? */
82 { "v9", MASK_V6 | MASK_V7 | MASK_V8 | MASK_V9 },
83 /* v9 with ultrasparc additions */
85 /* v9 with cheetah additions */
108 /* v9: Move (MOVcc and FMOVcc) condition field. */
109 #define MCOND(x,i_or_f) ((((i_or_f) & 1) << 18) | (((x) >> 11) & (0xf << 14))) /* v9 */
111 /* v9
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/format/
H A Dext-6.c13 va_list v9, va_list v10, va_list v11, va_list v12, va_list v13)
42 vfscanf (stdin, "%Y", v9); /* { dg-warning "format" "vfscanf" } */
11 foo(int i, char *s, size_t n, int *ip, va_list v0, va_list v1, va_list v2, va_list v3, va_list v4, va_list v5, va_list v6, va_list v7, va_list v8, va_list v9, va_list v10, va_list v11, va_list v12, va_list v13) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/format/
H A Dext-6.c13 va_list v9, va_list v10, va_list v11, va_list v12, va_list v13)
42 vfscanf (stdin, "%Y", v9); /* { dg-warning "format" "vfscanf" } */
11 foo(int i, char *s, size_t n, int *ip, va_list v0, va_list v1, va_list v2, va_list v3, va_list v4, va_list v5, va_list v6, va_list v7, va_list v8, va_list v9, va_list v10, va_list v11, va_list v12, va_list v13) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vmx/
H A Ddct.c44 vector signed short v0, v1, v2, v3, v4, v5, v6, v7, v8, v9; local
67 v9 = vec_subs (input[0], input[7]);
99 v2 = vec_mradds (v1, mul4, v9); /* v2 = v1 * (-c4) + v9 */
100 v3 = vec_mradds (v1, mul0, v9); /* v3 = v1 * (c4) + v9 */
118 v9 = vec_subs (out[0], out[7]);
152 v2 = vec_mradds (v1, mul4, v9); /* v2 = v1 * (-c4) + v9 */
153 v3 = vec_mradds (v1, mul0, v9); /* v
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vmx/
H A Ddct.c44 vector signed short v0, v1, v2, v3, v4, v5, v6, v7, v8, v9; local
67 v9 = vec_subs (input[0], input[7]);
99 v2 = vec_mradds (v1, mul4, v9); /* v2 = v1 * (-c4) + v9 */
100 v3 = vec_mradds (v1, mul0, v9); /* v3 = v1 * (c4) + v9 */
118 v9 = vec_subs (out[0], out[7]);
152 v2 = vec_mradds (v1, mul4, v9); /* v2 = v1 * (-c4) + v9 */
153 v3 = vec_mradds (v1, mul0, v9); /* v
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/vector/bool/cons/
H A D1.cc169 vec_type v9(v9_ref);
170 VERIFY( v9.size() == v9_ref.size() );
171 VERIFY( std::equal(v9.begin(), v9.end(), v9_ref.begin()) );
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/powerpc64/vmx/
H A Dpopcount.asm141 vand v9, v5, x01010101
143 vsububm v1, v1, v9 C 64 2-bit accumulators (0..2)
147 vand v9, v1, x00110011
151 vaddubm v1, v5, v9 C 32 4-bit accumulators (0..4)
153 vsr v9, v8, cnt4
155 vand v9, v9, x00001111
156 vaddubm v6, v9, v6 C 16 8-bit accumulators (0..16)
180 vand v9, v5, x01010101
182 vsububm v1, v1, v9
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/
H A Dcollapse3.f9074 subroutine test3(v1, v2, v3, v4, v5, v6, v7, v8, v9)
76 integer :: v1, v2, v3, v4, v5, v6, v7, v8, v9 local in subroutine:test3
83 do k = v5, v6, v9
171 subroutine test6(v1, v2, v3, v4, v5, v6, v7, v8, v9)
173 integer :: v1, v2, v3, v4, v5, v6, v7, v8, v9 local in subroutine:test6
181 do k = v5, v6, v9
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/valarray/
H A D30416.cc95 valarray<int> v9(10);
96 init_vala(v9, 0, 9, 1);
100 valarray<int> v9_ris(v9.shift(6));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-vec-merge.c18 vector signed short v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; local
148 v9 = vec_ld (16, (vector signed short *) mv_const);
162 tmp0 = (vector signed short) vec_perm ((vector unsigned char) v9, (vector unsigned char) v9,
327 v9 = vec_sld (v8, v8, 15);
328 v9 = (vector signed short) vec_pack (v9, v8);
330 v10 = vec_sld (v9, v9, 2);
331 v11 = vec_sld (v9, v
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-vec-merge.c18 vector signed short v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; local
148 v9 = vec_ld (16, (vector signed short *) mv_const);
162 tmp0 = (vector signed short) vec_perm ((vector unsigned char) v9, (vector unsigned char) v9,
327 v9 = vec_sld (v8, v8, 15);
328 v9 = (vector signed short) vec_pack (v9, v8);
330 v10 = vec_sld (v9, v9, 2);
331 v11 = vec_sld (v9, v
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dsparcv9.asm1 dnl Sparc v9 32-bit time stamp counter access routine.
25 C Get the sparc v9 tick counter.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dpr23478.C167 C2 &v9 = xx10 (); local
187 v6[i].f1 (v9, 0, __null, v1, __null, v8);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/inter/
H A Dmips16_stubs_1_x.c11 extern void v9 (float, double);
100 CHECK_VOID_RESULT (v9 (9.0, 10.0), 20.0);
H A Dmips16_stubs_1_y.c11 void v9 (float x, double y) { the_result = 1.0 + x + y; } function
97 pv9 = v9;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dpr23478.C167 C2 &v9 = xx10 (); local
187 v6[i].f1 (v9, 0, __null, v1, __null, v8);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc32/v9/
H A Dudiv.asm1 dnl SPARC v9 32-bit mpn_udiv_qrnnd - division support for longlong.h.
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dsubmul_1.asm1 dnl SPARC v9 64-bit mpn_submul_1 -- Multiply a limb vector with a limb and
H A Dcopyd.asm1 dnl SPARC v9 mpn_copyd -- Copy a limb vector, decrementing.
H A Dcopyi.asm1 dnl SPARC v9 mpn_copyi -- Copy a limb vector, incrementing.
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/oea/
H A Daltivec_subr.S64 li %r5,VREG_V9; lvx %v9,%r3,%r5
116 li %r5,VREG_V9; stvx %v9,%r3,%r5
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_asn1.c129 int v6=0,v9=0,v10=0; local
308 M_ASN1_I2D_len_EXP_opt(&a.tlsext_tick_lifetime, i2d_ASN1_INTEGER,9,v9);
364 M_ASN1_I2D_put_EXP_opt(&a.tlsext_tick_lifetime, i2d_ASN1_INTEGER,9,v9);

Completed in 152 milliseconds

123