HomeSort by: relevance | last modified time | path
    Searched defs:struct_bits (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
optabs-query.cc 191 FIELDMODE in a structure that has STRUCT_BITS significant bits.
204 unsigned HOST_WIDE_INT struct_bits,
208 FOR_EACH_MODE_FROM (mode_iter, smallest_int_mode_for_size (struct_bits))
229 FIELDMODE in a register structure that has STRUCT_BITS significant bits.
241 unsigned HOST_WIDE_INT struct_bits,
244 return get_best_extraction_insn (insn, pattern, ET_reg, struct_bits,
263 unsigned HOST_WIDE_INT struct_bits = (bitnum % BITS_PER_UNIT local
266 struct_bits -= struct_bits % BITS_PER_UNIT;
268 struct_bits, field_mode)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
optabs-query.cc 191 FIELDMODE in a structure that has STRUCT_BITS significant bits.
204 unsigned HOST_WIDE_INT struct_bits,
208 FOR_EACH_MODE_FROM (mode_iter, smallest_int_mode_for_size (struct_bits))
229 FIELDMODE in a register structure that has STRUCT_BITS significant bits.
241 unsigned HOST_WIDE_INT struct_bits,
244 return get_best_extraction_insn (insn, pattern, ET_reg, struct_bits,
263 unsigned HOST_WIDE_INT struct_bits = (bitnum % BITS_PER_UNIT local
266 struct_bits -= struct_bits % BITS_PER_UNIT;
268 struct_bits, field_mode)
    [all...]

Completed in 17 milliseconds