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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c9578 int max_el = (is_qh ? 3 : 7);
9583 if (imm_expr.X_add_number > max_el)
9586 imm_expr.X_add_number &= max_el;
9571 int max_el = (is_qh ? 3 : 7); local
H A Dtc-arm.c13674 int max_el = 64 / et.size;
13681 constraint (NEON_LANE (inst.operands[0].imm) >= max_el,
13664 int max_el = 64 / et.size; local

Completed in 177 milliseconds