HomeSort by: relevance | last modified time | path
    Searched refs:poly_uint16 (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
poly-int-types.h 23 typedef poly_int<NUM_POLY_INT_COEFFS, unsigned short> poly_uint16; typedef
machmode.h 25 extern CONST_MODE_SIZE poly_uint16 mode_size[NUM_MACHINE_MODES];
26 extern CONST_MODE_PRECISION poly_uint16 mode_precision[NUM_MACHINE_MODES];
28 extern CONST_MODE_NUNITS poly_uint16 mode_nunits[NUM_MACHINE_MODES];
561 ALWAYS_INLINE poly_uint16
574 ALWAYS_INLINE poly_uint16
582 ALWAYS_INLINE poly_uint16
630 ALWAYS_INLINE poly_uint16
646 ALWAYS_INLINE poly_uint16
672 ALWAYS_INLINE poly_uint16
699 ALWAYS_INLINE poly_uint16
    [all...]
lto-streamer-in.cc 2028 poly_uint16 size = bp_unpack_poly_value (&bp, 16);
2029 poly_uint16 prec = bp_unpack_poly_value (&bp, 16);
2031 poly_uint16 nunits = bp_unpack_poly_value (&bp, 16);
rtl.h 208 poly_uint16 rt_subreg;
2133 subreg_shape (machine_mode, poly_uint16, machine_mode);
2139 poly_uint16 offset;
2145 poly_uint16 offset_in,
dumpfile.cc 1373 template void dump_dec (const dump_metadata_t &metadata, const poly_uint16 &);
pretty-print.cc 867 template void pp_wide_integer (pretty_printer *, const poly_uint16 &);
  /src/external/gpl3/gcc.old/dist/gcc/
poly-int-types.h 31 typedef poly_int<NUM_POLY_INT_COEFFS, unsigned short> poly_uint16; typedef
machmode.h 545 ALWAYS_INLINE poly_uint16
558 ALWAYS_INLINE poly_uint16
566 ALWAYS_INLINE poly_uint16
614 ALWAYS_INLINE poly_uint16
630 ALWAYS_INLINE poly_uint16
656 ALWAYS_INLINE poly_uint16
683 ALWAYS_INLINE poly_uint16
742 ALWAYS_INLINE poly_uint16
lto-streamer-in.cc 1992 poly_uint16 size = bp_unpack_poly_value (&bp, 16);
1993 poly_uint16 prec = bp_unpack_poly_value (&bp, 16);
1995 poly_uint16 nunits = bp_unpack_poly_value (&bp, 16);
rtl.h 2124 subreg_shape (machine_mode, poly_uint16, machine_mode);
2130 poly_uint16 offset;
2136 poly_uint16 offset_in,
dumpfile.cc 1376 template void dump_dec (const dump_metadata_t &metadata, const poly_uint16 &);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.h 1354 extern poly_uint16 aarch64_sve_vg;
1357 #define BITS_PER_SVE_VECTOR (poly_uint16 (aarch64_sve_vg * 64))
1358 #define BYTES_PER_SVE_VECTOR (poly_uint16 (aarch64_sve_vg * 8))
aarch64.cc 282 poly_uint16 aarch64_sve_vg;
18296 static poly_uint16
18310 return poly_uint16 (2, 2);
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.h 1145 extern poly_uint16 riscv_vector_chunks;
1151 #define BITS_PER_RISCV_VECTOR (poly_uint16 (riscv_vector_chunks * riscv_bytes_per_vector_chunk * 8))
1152 #define BYTES_PER_RISCV_VECTOR (poly_uint16 (riscv_vector_chunks * riscv_bytes_per_vector_chunk))
riscv-v.cc 4870 poly_uint16 vec_fp_size = GET_MODE_SIZE (vec_fp_mode);
4871 poly_uint16 vec_int_size = GET_MODE_SIZE (vec_int_mode);
riscv.cc 321 poly_uint16 riscv_vector_chunks;
9189 static poly_uint16
9236 return poly_uint16 (chunk_num, chunk_num);
9304 both GET_MODE_SIZE and GET_MODE_BITSIZE are poly_uint16.
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.h 1489 extern poly_uint16 aarch64_sve_vg;
1492 #define BITS_PER_SVE_VECTOR (poly_uint16 (aarch64_sve_vg * 64))
1493 #define BYTES_PER_SVE_VECTOR (poly_uint16 (aarch64_sve_vg * 8))
aarch64.cc 319 poly_uint16 aarch64_sve_vg;
18722 static poly_uint16
18736 return poly_uint16 (2, 2);

Completed in 141 milliseconds