Searched refs:max_el (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_target.cpp378 int max_el = j + m_vars[i].count; local
383 for (; j < max_el; j++) {
/haiku-buildtools/binutils/bfd/
H A Dvms-alpha.c383 unsigned int max_el;
398 (VEC).max_el = 0; \
2710 if (vec->nbr_el + 1 < vec->max_el)
2713 if (vec->max_el == 0)
2715 vec->max_el = 16;
2716 vec->els = bfd_malloc2 (vec->max_el, elsz);
2720 vec->max_el *= 2;
2721 vec->els = bfd_realloc2 (vec->els, vec->max_el, elsz);
382 unsigned int max_el; member in struct:vector_type
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mips.c8876 int max_el = (is_qh ? 3 : 7);
8881 if (imm_expr.X_add_number > max_el)
8884 imm_expr.X_add_number &= max_el;
8869 int max_el = (is_qh ? 3 : 7); local
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c16896 int max_el = 64 / et.size;
16903 constraint (NEON_LANE (inst.operands[0].imm) >= max_el,
16889 int max_el = 64 / et.size; local

Completed in 500 milliseconds