Searched refs:x4 (Results 1 - 25 of 1320) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/lto/
H A D20090914-1_0.c7 int hex = 0x4;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_convert_data.c820 0x3, 0x4, 0x10, 0x40, 0x0, 0x1, 0x4, 0x10, 0x40, 0x0, 0x1, 0x4, 0x20,
822 0x4, 0x10, 0x40, 0x0, 0x1, 0x4, 0x10, 0x40, 0x0, 0x2, 0x4, 0x10, 0x40,
823 0x0, 0x1, 0x4,
824 0x10, 0x40, 0x0, 0x1, 0x4, 0x20, 0x40, 0x0, 0x1, 0x4, 0x10, 0x40, 0x0,
825 0x1, 0x4,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/xc16x/
H A Dsyscontrol2.s3 extr #0x4
8 atomic #0x4
13 extp r5,#0x4
14 extp #0x3ff,#0x4
15 extpr r5,#0x4
16 extpr #0x3ff,#0x4
18 exts r5,#0x4
19 exts #0x1,#0x4
21 extsr r5,#0x4
22 extsr #0x1,#0x4
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/
H A Ddefarg1.C4 A(int nBits = ((int)0x8) | ((int)0x4) | ((int)0x2));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/parse/
H A Ddefarg1.C4 A(int nBits = ((int)0x8) | ((int)0x4) | ((int)0x2));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sparc-solaris/
H A Daddend.s5 ba foo1+0x4
6 ba foo1+0x4
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sun4/
H A Daddend.s5 ba foo1+0x4
6 ba foo1+0x4
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dtrampoline-1.c24 double x4 (void) {return 1; } function
29 double a (int k, pfun x1, pfun x2, pfun x3, pfun x4, pfun x5) argument
34 return a (k, b, x1, x2, x3, x4 );
38 return x4 () + x5 ();
45 if (fabs(a( i, x1, x2, x3, x4, x5 ) - correct [i]) > 0.1)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dtrampoline-1.c21 double x4 (void) {return 1; } function
26 double a (int k, pfun x1, pfun x2, pfun x3, pfun x4, pfun x5) argument
31 return a (k, b, x1, x2, x3, x4 );
35 return x4 () + x5 ();
42 if (fabs(a( i, x1, x2, x3, x4, x5 ) - correct [i]) > 0.1)
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/ibm4xx/dev/
H A Drgmiireg.h39 #define FER_CHCFG_RTBI 0x4 /* RTBI enabled */
44 #define RGMII0_SSR 0x4 /* Speed Select Register */
48 #define SSR_SP_1000MBPS 0x4
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/hppa/reloc/
H A Dpicreloc.s5 .WORD bogo+4 ; = 0x4
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Danon2.C8 long x4; member in union:__anon5082
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Danon2.C8 long x4; member in union:__anon3448
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/dev/
H A Dplumreg.h40 #define PLUM_ID_REGSIZE 0x4
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Drtcreg.h45 #define RTC_REG5_PM 0x4
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/
H A Drenesas-1.d8 00000000 <foo-0x4>:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Davx-set-v4df-2.c9 foo (double x1, double x2, double x3, double x4) argument
11 return _mm256_set_pd (x1, x2, x3, x4);
H A Davx-set-v4di-2.c9 foo (long long x1, long long x2, long long x3, long long x4) argument
11 return _mm256_set_epi64x (x1, x2, x3, x4);
H A Dpr37843-3.c13 int bar (__m128 x1, __m128 x2, __m128 x3, __m128 x4) argument
15 return foo (x1, x2, x3, x4);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/ios_base/storage/
H A D1.cc42 long x4 = ios::xalloc(); local
45 out.pword(++x4); // should not crash
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/ios_base/storage/
H A D1.cc43 long x4 = ios::xalloc(); local
46 out.pword(++x4); // should not crash
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Djmp-oprn.d13 8: f0000000 jmp 8 <here\+0x4>
14 8: R_MMIX_ADDR27 \.text\+0x4
19 10: f0000000 jmp 10 <at\+0x4>
22 14: R_MMIX_ADDR27 \.text\+0x4
26 1c: R_MMIX_ADDR27 \.text\+0x4
H A Dgeta-oprn.d13 8: f4190000 geta \$25,8 <here\+0x4>
14 8: R_MMIX_ADDR19 \.text\+0x4
19 10: 424e0000 bz \$78,10 <at\+0x4>
22 14: R_MMIX_ADDR19 \.text\+0x4
24 18: R_MMIX_ADDR19 \.text\+0x4
34 2c: R_MMIX_ADDR19 \.text\+0x4
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/elf/
H A Dehopt0.s18 .byte 0x4
28 .byte 0x4
30 .byte 0x4
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dpat_rep.h48 #define RENM 0x4

Completed in 341 milliseconds

1234567891011>>