Searched refs:qi (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/compat/
H A Dvector-1_y.c10 TEST (8, qi, 101)
11 TEST (16, qi, 101)
12 TEST (32, qi, 90)
H A Dvector-1_x.c10 SETUP (8, qi);
11 SETUP (16, qi);
12 SETUP (32, qi);
32 CHECK (8, qi);
33 CHECK (16, qi);
34 CHECK (32, qi);
H A Dvector-defs.h4 typedef int __attribute__((mode(QI))) qi; typedef
17 typedef qi __attribute__((vector_size (8))) v8qi;
18 typedef qi __attribute__((vector_size (16))) v16qi;
59 typedef qi __attribute__((vector_size (32))) v32qi;
66 typedef union U32QI { v32qi v; qi a[32]; } u32qi;
73 typedef union U8QI { v8qi v; qi a[8]; } u8qi;
74 typedef union U16QI { v16qi v; qi a[16]; } u16qi;
H A Dstruct-layout-1.h12 typedef int qi; typedef
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr69776-2.c8 void f(int *qi, double *qd) argument
10 int i = *qi;
12 *qi = i;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dfloat128-1.c20 _Complex128 a = 1.3q + 3.4qi, b = 5.6q + 7.8qi, c;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc99-vla-2.c67 Ti (*qi)[];
73 TEST_COMP_FIX(qf, qi);
79 TEST_COMP_VLA(qv, qi);
83 TEST_COMP_FIX(qi, qf);
84 TEST_COMP_VLA(qi, qv);
85 TEST_COMP_INC(qi, qi);
86 TEST_COMP_FIX(qi, rf);
87 TEST_COMP_VLA(qi, rv);
88 TEST_COMP_INC(qi, r
[all...]
/haiku-buildtools/gcc/libgcc/config/rl78/
H A Dlib2mul.c39 #define NAME_MODE qi
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/gnu-encoding/
H A Dvector-defs.h4 typedef int __attribute__((mode(QI))) qi; typedef
13 typedef qi __attribute__((vector_size (8))) v8qi;
14 typedef qi __attribute__((vector_size (16))) v16qi;
55 typedef union U8QI { v8qi v; qi a[8]; } u8qi;
56 typedef union U16QI { v16qi v; qi a[16]; } u16qi;
H A Dstruct-layout-1.h12 typedef int qi; typedef
/haiku-buildtools/gcc/libgcc/config/msp430/
H A Dlib2divQI.c40 #define NAME_MODE qi
H A Dlib2mul.c46 #define NAME_MODE qi
/haiku-buildtools/legacy/binutils/opcodes/
H A Dh8300-dis.c337 const struct h8_instruction *qi; local
362 for (qi = h8_instructions; qi->opcode->name; qi++)
364 const struct h8_opcode *q = qi->opcode;
618 return qi->length;
629 return qi->length;
639 return qi->length;
650 pregnames, qi->length);
658 pregnames, qi
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dh8300-dis.c325 const struct h8_instruction *qi; local
350 for (qi = h8_instructions; qi->opcode->name; qi++)
352 const struct h8_opcode *q = qi->opcode;
602 return qi->length;
613 return qi->length;
623 return qi->length;
634 pregnames, qi->length);
642 pregnames, qi
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/dfp/
H A Dddmode-ice.c24 _Decimal64 qi; local
50 ry[i][m] = a * qxx + b * qyy - c * qxy + yx * qi + yy * qj;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920501-23.c1 typedef unsigned char qi; typedef
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dpr60697.c158 real qi,qiB,qq,rlj; local
285 qi = charge[i_atom];
292 if (!(bVDWOnly || fabs(qi)<1.2e-38) || !(bCoulOnly || !bHaveLJ[type[i_atom]])) {
311 if (fabs(qi) > 1.2e-38 && (fabs(charge[jj]) > 1.2e-38))
314 } else if (fabs(qi) > 1.2e-38 && (fabs(charge[jj]) > 1.2e-38))
330 qi = charge[i_atom];
343 if (!(bVDWOnly || (fabs(qi)<1.2e-38 && fabs(qiB)<1.2e-38)) ||
371 if (fabs(qi) > 1.2e-38 && (fabs(charge[jj]) > 1.2e-38))
374 } else if (fabs(qi) > 1.2e-38 && (fabs(charge[jj]) > 1.2e-38))
/haiku-buildtools/gcc/libgcc/
H A Dlibgcc2.h235 #define __NW(a,b) __gnu_ ## a ## qi ## b
238 #define __NW(a,b) __ ## a ## qi ## b
H A Dfixed-bit.h579 #define FROM_MODE_NAME_S qi
619 #define FROM_MODE_NAME_S qi
851 #define TO_MODE_NAME_S qi
886 #define TO_MODE_NAME_S qi
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1.h12 typedef int qi; typedef
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Darm_neon.h10248 __ST2_LANE_FUNC (poly8x8x2_t, poly8x16x2_t, poly8_t, v16qi, qi, p8, int8x16_t)
10251 __ST2_LANE_FUNC (int8x8x2_t, int8x16x2_t, int8_t, v16qi, qi, s8, int8x16_t)
10255 __ST2_LANE_FUNC (uint8x8x2_t, uint8x16x2_t, uint8_t, v16qi, qi, u8, int8x16_t)
10278 __ST2_LANE_FUNC (poly8x16x2_t, poly8_t, v16qi, qi, p8)
10280 __ST2_LANE_FUNC (int8x16x2_t, int8_t, v16qi, qi, s8)
10284 __ST2_LANE_FUNC (uint8x16x2_t, uint8_t, v16qi, qi, u8)
10321 __ST3_LANE_FUNC (poly8x8x3_t, poly8x16x3_t, poly8_t, v16qi, qi, p8, int8x16_t)
10324 __ST3_LANE_FUNC (int8x8x3_t, int8x16x3_t, int8_t, v16qi, qi, s8, int8x16_t)
10328 __ST3_LANE_FUNC (uint8x8x3_t, uint8x16x3_t, uint8_t, v16qi, qi, u8, int8x16_t)
10351 __ST3_LANE_FUNC (poly8x16x3_t, poly8_t, v16qi, qi, p
[all...]
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon.ml2072 | V4SI -> "v4si" | V4SF -> "v4sf" | V2DI -> "v2di" | QI -> "qi"
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c4139 __SECONDARY_RELOAD_CASE (QI, qi);

Completed in 405 milliseconds