Searched refs:xa (Results 1 - 25 of 359) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr32176.c12 float xa[21]; local
20 if (xa[(long int)i] == xa[(long int)(i+m)])
H A Dpr59940.c27 g (0xa); /* { dg-error "3:too many arguments to function" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dif-1.c4 #if 0xa != 10
5 #error 0xa != 10 /* { dg-bogus "#error" "normal conversion" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dextract-insert-combining.c16 __m128i xa, xb, xres; local
18 xa = _mm_insert_epi32 (xa, a, 0);
21 xres = _mm_add_epi32 (xa, xb);
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Dimm-plus-rreg.d10 0: c2 02 20 0a ld \[ %o0 \+ 0xa \], %g1
11 4: c4 04 a0 0a ld \[ %l2 \+ 0xa \], %g2
12 8: c4 22 20 0a st %g2, \[ %o0 \+ 0xa \]
13 c: c2 24 a0 0a st %g1, \[ %l2 \+ 0xa \]
H A Dticc-imm-reg.d12 8: 91 d4 20 0a ta %l0 \+ 0xa
15 14: 91 d4 20 0a ta %l0 \+ 0xa
17 1c: 91 d6 20 0a ta %i0 \+ 0xa
H A Dnatural-32.d14 0x00000018 sll %g1, 0xa, %g2
15 0x0000001c srl %g1, 0xa, %g2
16 0x00000020 sra %g1, 0xa, %g2
H A Dnatural.d14 0x0+0000018 sllx %g1, 0xa, %g2
15 0x0+000001c srlx %g1, 0xa, %g2
16 0x0+0000020 srax %g1, 0xa, %g2
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr29156.c15 int bla(struct test1 *xa, struct test2 *xb) argument
19 xa->a = 8;
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dd_mod.c21 double xa, ya, z; local
24 z = drem(xa = *x, ya);
25 if (xa > 0) {
H A Dr_mod.c21 double xa, ya, z; local
24 z = drem(xa = *x, ya);
25 if (xa > 0) {
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/ubsan/
H A Doverflow-sub-3.c13 unsigned int xa = (unsigned int) x - (__INT_MAX__ - 3); local
14 xa &= 3;
15 x = __INT_MAX__ - 3 + xa;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dcrypto-vsha1su0q_u32.c10 uint32x4_t a = {0xd, 0xe, 0xa, 0xd};
H A Dcrypto-vsha1su1q_u32.c10 uint32x4_t a = {0xd, 0xe, 0xa, 0xd};
H A Dcrypto-vsha256h2q_u32.c10 uint32x4_t a = {0xd, 0xe, 0xa, 0xd};
H A Dcrypto-vsha256hq_u32.c10 uint32x4_t a = {0xd, 0xe, 0xa, 0xd};
H A Dcrypto-vsha256su0q_u32.c10 uint32x4_t a = {0xd, 0xe, 0xa, 0xd};
H A Dcrypto-vsha256su1q_u32.c10 uint32x4_t a = {0xd, 0xe, 0xa, 0xd};
/haiku-buildtools/binutils/ld/testsuite/ld-aarch64/
H A Demit-relocs-528.d6 10000: 91002934 add x20, x9, #0xa
/haiku-buildtools/binutils/ld/testsuite/ld-avr/
H A Drelax-03.d23 2: 03 c0 rjmp \.\+6 ; 0xa <.*>
24 4: 02 c0 rjmp \.\+4 ; 0xa <.*>
25 6: 01 c0 rjmp \.\+2 ; 0xa <.*>
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr30665-2.c17 int xa; member in struct:area
44 c.ii.xa = 20;
54 struct t ii_x = { .a = c.ii.xa, .b = c.ii.xb };
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dmacroat.d10 [ ]+6:[ ]+0230[ ]+beq 0xa
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dmacroat.d10 [ ]+6:[ ]+0230[ ]+beq 0xa
/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dnps400-10.s4 exc r0,r0,[xa:r2]
9 exc.di.f r12,r12,[xa:r12]
14 exc.f r12,r12,[xa:r0]
19 exc.di r12,r12,[xa:r12]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Doptional_class_1.f9015 subroutine opt(xa, xc, xaa, xca)
16 type(t), allocatable, intent(out), optional :: xa local in subroutine:opt
22 subroutine foo_opt(xa, xc, xaa, xca)
23 type(t), allocatable, intent(out), optional :: xa local in subroutine:foo_opt

Completed in 281 milliseconds

1234567891011>>